Script to execute exe and collect hardware details from the list of servers

Hi all

I want to take hardware details from list of windows servers by running some exe.

Thanks in advance

June 30th, 2013 11:01am

To run an exe in powershell, simply call it....C:\SomePath\SomeFile.exe, if the path contains spaces then you must enclose it in quotes, therefore you must start it off with the & like so

& "C:\Program Files\Some Folder\SomeFile.exe"

Free Windows Admin Tool Kit Click here and download it now
June 30th, 2013 4:48pm

PowerShell: Running Executables
http://social.technet.microsoft.com/wiki/contents/articles/7703.powershell-running-executables.aspx

PowerShell Hardware and Software inventory scripts:
http://gallery.technet.microsoft.com/scriptcenter/site/search?query=inventory&f[1].Value=inventory&f[1].Type=SearchText&f[0].Value=PowerShell&f[0].Type=ProgrammingLanguage&f[0].Text=PowerShell&ac=2


1. learn to use search engines!
2. And then do your work by your self ;-))
July 1st, 2013 8:59am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics