Skip to content

Commit 566efda

Browse files
authored
Update README.md
1 parent b323d3c commit 566efda

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ The main goal of the project is to create a well-organized repository with tools
99

1010
## Available Scripts
1111

12+
### Apps Administration
13+
- **Hide-MicrosoftStore.ps1**: Hide Microsoft Store for local user.
14+
- **Show-MicrosoftStore.ps1**: Show Microsoft Store for local user.
15+
- **Remove-ListApps.ps1**: Uninstalls the current user's applications from the defined list.
16+
- **Requirements**: Winget.
17+
1218
### Server Administration
1319
- **Add-SvManager.ps1**: Adds servers to Server Manager, formats the XML document before adding the server, and saves the changes.
1420
- **Get-SvManager.ps1**: Retrieves and organizes the servers added to Server Manager, displaying information such as status and the date of the last update.
@@ -52,6 +58,12 @@ The main goal of the project is to create a well-organized repository with tools
5258
- **Remote-Connection.ps1**: Enable Powershell Remote and connect to a computer with requested credentials computer name, username and password.
5359
- **Enable-RDP.ps1**: Enable RDP in a computer.
5460
- **Get-OpenPorts.ps1**: Prints a list of open ports to the console.
61+
- **Verify-IPConnections.ps1**: Verify connections with defined IPs.
62+
- **Scan-IPPorts.ps1**: Scan specific ports of a defined IP.
63+
- **Monitor-Networking.ps1**: Monitor Network bandwidth.
64+
- **Get-OpenPorts.ps1**: Generates a report of the current open ports.
65+
- **Get-IPInfo.ps1**: Generates a report of the current used IP properties.
66+
- **Get-ArpTable.ps1**: Generate a report of ARP Table.
5567

5668
### Updates and Synchronization
5769
- **Get-SoftwareUpdates.ps1**: Checks for and installs pending software updates on the system.

0 commit comments

Comments
 (0)