plugins/01-reboot.ps1
|
[CmdletBinding()] param( $Config ) Sleep 60 'reboot' Restart-Computer |
|
[CmdletBinding()] param( $Config ) Sleep 60 'reboot' Restart-Computer |