Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.17 KB

README.md

File metadata and controls

54 lines (35 loc) · 2.17 KB

windowsManagers

  • 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


choptls6kd481

  • Linux is just better, but we can't complain at work.

Warning:

If you want to contribute by adding your own scripts, feel free to open a pull request

Running Batch Scripts:

  • Right-click on your batch file
  • Click in "Run as Administrator"
  • I hope that helped

Running Powershell Scripts:

  • Type (Windows Button)
  • Search "Powershell"
  • Click in "Run as Administrator"
  • Type PS C:\Windows\system32> Set-ExecutionPolicy Unrestricted
  • Type "Y" or "S"
  • Execute your powershell script in your location PATH: (Example) C:\EXAMPLE_PATh\windows10Managers\file.ps1
  • I hope that helped

New SCRIPTS will be constantly added to the project.