ソースを参照

ugh

pull/8/head
Daniel Covington 4ヶ月前
コミット
a3ead46a78
2個のファイルの変更13行の追加0行の削除
  1. +13
    -0
      CiCd/testing.vbs
  2. バイナリ
      SnailWorks_CreateJob_File_SpecificationV5.1.docx

+ 13
- 0
CiCd/testing.vbs ファイルの表示

@@ -0,0 +1,13 @@
Dim DeployMachine:DeployMachine = "KCI-APP01"
Dim WshShell:Set WshShell = WScript.CreateObject("Wscript.Shell")

debug.WriteLine ScriptDirectory & "PsExec64.exe -i \\" & DeployMachine & " -u ntp\daniel_admin -p BarkHornSlam4* cmd.exe /C nircmd.exe " & _
"elevatecmd runassystem powershell ""Stop-WebAppPool -Name tracking"" & exit"

WshShell.Run ScriptDirectory & "PsExec64.exe -i \\" & DeployMachine & " -u ntp\daniel_admin -p BarkHornSlam4* nircmd.exe " & _
"elevatecmd runassystem powershell ""Stop-WebAppPool -Name tracking""" ,1,True




' powershell -Command "Stop-WebAppPool -Name tracking"

バイナリ
SnailWorks_CreateJob_File_SpecificationV5.1.docx ファイルの表示


読み込み中…
キャンセル
保存

Powered by TurnKey Linux.