A simple python script to simplify and automate first time PowerShell configuration.
A simple python script to simplify and automate first time PowerShell configuration.
Clone the repo
git clone https://github.com/SentinelWarren/PowerShell-Config.py.git
OR
Run the following command on PowerShell to set Downloading folder location and download the zip
Set-Location "to\the\downloads\folder";iwr -outf PowerShell-Config.py.zip https://github.com/Sent
inelWarren/PowerShell-Config.py/archive/master.zip
i.e;
Set-Location $env:USERPROFILE\Downloads;iwr -outf PowerShell-Config.py.zip https://github.com/Sent
inelWarren/PowerShell-Config.py/archive/master.zip
cd "to\the\PowerShell-Config.py\src\"
i.e; cd "$env:USERPROFILE\Downloads\PowerShell-Config.py\src\"
python psconfig.py
To be added
NOTE: Its meant to simplify PowerShell first time setup on windows machine.