Files
powershell/run_svn_update_pri-fil-01.ps1
2023-03-09 09:06:25 +01:00

2 lines
136 B
PowerShell

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