소스 검색

ugh

pull/8/head
Daniel Covington 4 달 전
부모
커밋
a3ead46a78
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +13
    -0
      CiCd/testing.vbs
  2. BIN
      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"

BIN
SnailWorks_CreateJob_File_SpecificationV5.1.docx 파일 보기


불러오는 중...
취소
저장

Powered by TurnKey Linux.