Files
testscripts/upd.ps1
2020-03-08 19:27:55 +00:00

5 lines
100 B
PowerShell

Invoke-Command -ComputerName . -AsJob -Scriptblock {
Start-Sleep -s 5
Start-Process notepad.exe
}