Category: System Administration
Open Port Scanning
PowerShell script that uses the Test-NetConnection cmdlet to scan for open TCP ports on a given IP address. Please note that this script only scans TC ...
Enable Windows GOD Mode
“God Mode” is a hidden feature in Windows that provides a centralized Control Panel for all of Windows’ settings. Here’s how you can enable it using P ...
Windows Defender Real Time Monitoring Status
PowerShell script that you can use to check the status of Windows Defender’s real-time monitoring on a list of computers from a text file
# Import th ...
Disable/Enable all Network Adapters
PowerShell script that can disable and then enable all network adapters on a computer. Please note that running this script will interrupt all network ...
Remote Windows Computer Inventory
Here’s a PowerShell script that gathers detailed inventory information from a remote computer. This script retrieves information about the operating s ...
Remove Windows Bloatware
Here is a PowerShell script that can be used to remove unwanted pre-installed apps from Windows.
$MsftBloatApps = @(
"Microsoft.3DBuilder"
...
Remove unwanted Windows applications
This script uses the Microsoft.Win32.RegistryKey class to list all installed programs and their details. The user is then prompted to enter the name o ...
BSOD – Restore Windows Registries
Many times a Blue Screen of Death (BSOD) is caused by corrupted registry. Follow this process to restore the windows registry, I have found 90% of the ...
Dead on Domain Arrival
Recently I experienced an unusual issue that caused all new laptops, independent of brand, to either brick or be caught in an infinite repairing loop ...
SSL Labs – Securing Apache
Today we will show you several things you can do to help secure apache web servers, we proudly provide TheCodeAsylum SSL Labs report as an example.
...