Skip to content

Commit

Permalink
Remove duplicate entry for uptime
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6d69636b committed Oct 7, 2020
1 parent df55cb0 commit db3e91e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Invoke-HardeningKitty.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@
Write-ProtocolEntry -Text $Message -LogLevel "Notime"
$Message = "Domain role: "+$MachineInformation.CsDomainRole
Write-ProtocolEntry -Text $Message -LogLevel "Notime"
$Message = "Uptime: "+$MachineInformation.OsUptime
Write-ProtocolEntry -Text $Message -LogLevel "Notime"
$Message = "Install date: "+$MachineInformation.OsInstallDate
Write-ProtocolEntry -Text $Message -LogLevel "Notime"
$Message = "Last Boot Time: "+$MachineInformation.OsLastBootUpTime
Expand Down

0 comments on commit db3e91e

Please sign in to comment.