bcwilhite / PendingReboot

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

Migrate module to Invoke-CimMethod #13

Open realslacker opened 1 year ago

realslacker commented 1 year ago

I have updated the module to use Invoke-CimMethod, this allows the module to be used from PowerShell Core.

This update resolves #8

realslacker commented 1 year ago

Looks like you need to update your build process as well.