An open API service indexing awesome lists of open source software.

https://github.com/jmoreira2dev/windowsmanagers

Utilizing the full power of batch script language and powershell for IT management and MSP processes for IT analysts to use.
https://github.com/jmoreira2dev/windowsmanagers

automation batch-script msp powershell-script sysadmin system-administration windows-management

Last synced: 3 months ago
JSON representation

Utilizing the full power of batch script language and powershell for IT management and MSP processes for IT analysts to use.

Awesome Lists containing this project

README

          




# 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](https://github.com/user-attachments/assets/1a4bbbfc-6416-43db-a5b2-5000bb59a03e)

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

----------------------

## Warning:

````bash
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. ###

----------------------