2 lines
136 B
PowerShell
2 lines
136 B
PowerShell
$c = get-credential
|
|
Invoke-Command -Credential $c -ComputerName pri-fil-01.thalesgroup.local -ScriptBlock { schtasks /run /tn "svn" } |