Hi All ,
Thanks in advance for your input .
i am trying to launch powershell_ise.exe as admin in managed application session but when i send subsequent command it doesn’t work, same task sequence works when powershell_ise.exe launch as normal window.
following is my script block
--------------------------
[General]
EnableLogging=4
LogMethod=2
LogPath="D:\Log"
;RunApp="powershell -Command "Start-Process PowerShell_ISE -Verb RunAs "
RunApp="C:\Windows\system32\WindowsPowerShell\v1.0\powershell_ISE.exe"
;AppWindowTitle="Administrator: Windows PowerShell ISE"
[TaskSequence1]
SequenceDelay=40000
Sendkeys=^i
Any suggestion?
Regards,
Maulik





