/build/static/layout/Breadcrumb_cap_w.png

Powershell script to run winrm

HI,

I am using powershell version to create the scrtipt,  . My script runs a MSI but not the Winrm Command. I used everything possible,. I tried to run the batch script too through the powershell, Nothing worked.  has someone come across similar scenario

 


 


0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: rileyz 6 years ago
Red Belt
0

Top Answer

I'm back! Jokes, not really.

If you need to run a non PowerShell command you need to prefix it with &.
For example.
& WINRM quickconfig -quiet

You can use $LASTEXITCODE to get the exit code of WINRM if it has one.


Comments:
  • Thanks - shamu 6 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ