Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Batch to PowerShell

$
0
0

Good Morning,

I have this bat file which is called from SCCM... I was hoping to start in changing some of these to powershell. I'm pretty green so if anyone could suggest a good resource that ties PS and SCCM that would be great.

To get me started how would this look as powershell?

Thanks All

cd %~dp0
cd ../Install/
start setup.exe /s /f1"%cd%/../Scripts/setup.iss" /f2"%cd%/../Notes/Install.log"


Viewing all articles
Browse latest Browse all 6937

Trending Articles