Additional Script Updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Check for pending reboot
|
||||
$pendingReboot = Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending" -ErrorAction SilentlyContinue
|
||||
|
||||
if ($pendingReboot) {
|
||||
Write-Output "Reboot is pending."
|
||||
} else {
|
||||
Write-Output "No reboot pending."
|
||||
}
|
||||
|
||||
Exit 0
|
||||
@@ -0,0 +1 @@
|
||||
## Remediation Script for Report
|
||||
Reference in New Issue
Block a user