- Utilizing the full power of batch script language for IT management and MSP processes for IT analysts to use. Focused on windows 10/11
Batch script and powershell is a programming language focused on direct use and interaction with features of the microsoft operating system: Windows It is common for various operations faced by sysadmins and IT analysts to require the use of some scripts in .ps1 or .bat to solve problems or automate tasks, such as backups.
Hello! I created this repository to record all the scripts I made/used during my time as a support analyst. Use the scripts at your own risk, but they are easy to execute and can be used for a variety of scenarios
- Linux is just better, but we can't complain at work.
If you want to contribute by adding your own scripts, feel free to open a pull request
Right-click on your batch file
Click in "Run as Administrator"
I hope that helped
Type (Windows Button)
⊞Search "Powershell"
Click in "Run as Administrator"
Type
PS C:\Windows\system32> Set-ExecutionPolicy UnrestrictedType "Y" or "S"
Execute your powershell script in your location PATH: (Example) C:\EXAMPLE_PATh\windows10Managers\file.ps1
I hope that helped