bcwilhite / PendingReboot

Module to detect Windows OS pending reboots
MIT License
125 stars 26 forks source link

LCMState #6

Open icnocop opened 5 years ago

icnocop commented 5 years ago

Hi.

Get-DscLocalConfigurationManager may return the property LCMState with a value PendingReboot which may indicate that a reboot is pending. https://docs.microsoft.com/en-us/powershell/module/psdesiredstateconfiguration/get-dsclocalconfigurationmanager

Thank you.