You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ The main goal of the project is to create a well-organized repository with tools
9
9
10
10
## Available Scripts
11
11
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
+
12
18
### Server Administration
13
19
-**Add-SvManager.ps1**: Adds servers to Server Manager, formats the XML document before adding the server, and saves the changes.
14
20
-**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
52
58
-**Remote-Connection.ps1**: Enable Powershell Remote and connect to a computer with requested credentials computer name, username and password.
53
59
-**Enable-RDP.ps1**: Enable RDP in a computer.
54
60
-**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.
0 commit comments