mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 15:33:15 +01:00
Updated check-uptime.ps1
This commit is contained in:
parent
01af86446e
commit
7a2dfa72ec
@ -47,7 +47,7 @@ try {
|
|||||||
$pending = ""
|
$pending = ""
|
||||||
if ($IsLinux) {
|
if ($IsLinux) {
|
||||||
if (Test-Path "/var/run/reboot-required") {
|
if (Test-Path "/var/run/reboot-required") {
|
||||||
$status = "⚠️ "
|
$status = "⚠️"
|
||||||
$pending = "with pending reboot (found /var/run/reboot-required)"
|
$pending = "with pending reboot (found /var/run/reboot-required)"
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -83,7 +83,7 @@ try {
|
|||||||
$reason += ", '...\CurrentControlSet\Services\Netlogon' with 'AvoidSpnSet'"
|
$reason += ", '...\CurrentControlSet\Services\Netlogon' with 'AvoidSpnSet'"
|
||||||
}
|
}
|
||||||
if ($reason -ne "") {
|
if ($reason -ne "") {
|
||||||
$status = "⚠️ "
|
$status = "⚠️"
|
||||||
$pending = "with pending reboot ($($reason.substring(2)) in registry)"
|
$pending = "with pending reboot ($($reason.substring(2)) in registry)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user