Anlage des Repos
This commit is contained in:
6
test/windows-shutdown.ps1
Normal file
6
test/windows-shutdown.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
$time = 120
|
||||
$server = "mycomputer"
|
||||
$comment = "this is my comment."
|
||||
$reboot = @("/r", "/t", $time, "/m", "\\$server", "/c", $comment)
|
||||
|
||||
& shutdown $reboot
|
||||
Reference in New Issue
Block a user