32023-08
PowerShell: Remove Windows Server role from a list of servers
This script removes the Windows Server Backup role from the servers listed in a text file. One server name on each row. The script can easily be edited to remove other roles as well. [...]
PowerShell: Check firewall status on all servers in a domain
To check the status of the firewall on all servers in the domain using PowerShell, following script can be used. This script will remotely query each server in the domain to check the status of [...]