PendingReboot
PendingReboot copied to clipboard
Module to detect Windows OS pending reboots
Hello, First thanks for this tool it is helpful. I may not be able to use it though. I am not sure if this is by design or not, but...
Running `Test-PendingReboot` in Powershell 7.1.0 returns ``` The term 'Invoke-WmiMethod' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the...
Hi Brian! As far as I know, WMI cmdlets are considered deprecated. Do you think it's worth to switch to CIM cmdlets? Or implement both and let users to choose...
When running the get-help. It would be nice to see the syntax examples. It would also be nice to have more detail listed.
Hi. I found an article that indicates another registry key that determines if a modification to an EXE is pending that's missing from this module: https://scriptingetc.wordpress.com/2017/06/16/detect-pending-reboots/ > Pending EXE Modification...
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.
This case does not seem to be handled. I have done the research on how to detect it, but it is based on greping file contents or running Uninstall-feature against...
Hello - it seems on PowerShell 2 and 3 (haven't tested 4) that we get a popup asking for credentials even if we don't specify that parameter (just the Test-PendingReboot...
Hi, Could you please add checking for the following registry key: `HKLM:Software\Microsoft\ServerManager, CurrentRebootAttempts` As per https://docs.microsoft.com/en-us/sccm/core/servers/deploy/install/list-of-prerequisite-checks#pending-system-restart Thanks, Will
hi, i'd like to report a small bug i have. `PendingComputerRenameDomainJoin` is always `$true` for my notebook, for some reason unknown to me. nothing is pending in reality. here's some...