Monday, June 9, 2014

PowerShell code to query SCCM client utility if a reboot is pending

Inspired by this blog post.
Invoke-WmiMethod -Namespace "ROOT\ccm\ClientSDK" -Class CCM_ClientUtilities -Name DetermineIfRebootPending

No comments:

Post a Comment