diff --git a/Invoke-HardeningKitty.ps1 b/Invoke-HardeningKitty.ps1 index 2f035fe..6f27d48 100644 --- a/Invoke-HardeningKitty.ps1 +++ b/Invoke-HardeningKitty.ps1 @@ -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