選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

testing.vbs 597B

4ヶ月前
12345678910111213
  1. Dim DeployMachine:DeployMachine = "KCI-APP01"
  2. Dim WshShell:Set WshShell = WScript.CreateObject("Wscript.Shell")
  3. debug.WriteLine ScriptDirectory & "PsExec64.exe -i \\" & DeployMachine & " -u ntp\daniel_admin -p BarkHornSlam4* cmd.exe /C nircmd.exe " & _
  4. "elevatecmd runassystem powershell ""Stop-WebAppPool -Name tracking"" & exit"
  5. WshShell.Run ScriptDirectory & "PsExec64.exe -i \\" & DeployMachine & " -u ntp\daniel_admin -p BarkHornSlam4* nircmd.exe " & _
  6. "elevatecmd runassystem powershell ""Stop-WebAppPool -Name tracking""" ,1,True
  7. ' powershell -Command "Stop-WebAppPool -Name tracking"

Powered by TurnKey Linux.