Do you want to be an IT Operations Leader but don't want to spend 10 days working on a powerpoint, well you have found the right repository! How about you want to help your teams deploy Powershell, Ansible, or other random tools - also the right place!
Look for what you want and use it :)
Download and run
Python 3.6
Open Run Command/Console ( Win + R ) Type: gpedit.msc (Group Policy Editor) Browse to Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Windows Powershell. Enable "Turn on Script Execution" Set the policy as needed. I set mine to "Allow all scripts".
Enable execution of PowerShell scripts:
-
PS> Set-ExecutionPolicy Unrestricted Unblock PowerShell scripts and modules within this directory:
-
PS > ls -Recurse *.ps1 | Unblock-File
-
PS > ls -Recurse *.psm1 | Unblock-File
- Install all available updates for your system.
- Edit the scripts to fit your need.
- Run the scripts from a PowerShell with administrator priviledges (Explorer Files > Open Windows PowerShell > Open Windows PowerShell as administrator)
- PS > Restart-Computer
- Run disable-windows-defender.ps1 one more time.
- PS > Restart-Computer
All scripts are provided as is and you use them at your own risk.
I would be happy to extend the collection of scripts. Just open an issue or send me a pull request.
- John Marcellus - Initial Work, Program Management, and Powershell Libraries
- Randy Muma - Ansible