Recently Updated Pages
Send A Message To All Logged On Users
shutdown -r -t 600 -c "This system is restarting in 10 minutes to recover OS stability. Please lo...
Restart in Safe Mode
1. Open Advanced Startup Options in Windows 10 or Windows 8, assuming you're using one of those o...
Remove Patches Via Command Line
Works on Windows Server 2008R2, 7, 8 and higher Find the list of packages installed on the mac...
Remove Font Cache
forfiles /P C:\Windows\ServiceProfiles\LocalService\AppData\Local /M FontCache* /D -30 /C "cmd /c...
Remove Folder With . At End Of It
rd /s "\\?\C:\Documents and Settings\User\Desktop\Annoying Folder." From https://stack...
List and Logoff RDP Users Remotely
To get a list of the Remote Sessions in the command window (Get the session Id of user to kick ou...
ICACLS Backup/Restore
Open an elevated cmd prompt.Save icacls E:\ /save "E:\ntfsDdrive.txt /t /c Restore icacls E:\ ...
Add Multiple DNS Servers Via Command Line
netsh interface ipv4 add dnsserver name="Local Area Connection" address=192.168.100.48 index=2 F...
Disable IE ESC using Script on Windows Servers
If you want to disable the IE Enhanced Security on multiple Windows Servers, you can run the belo...
Add Local Account To DRAC
racadm config -g cfgUserAdmin -o cfgUserAdminUserName -i 2 USERNAME racadm config -g cfgUserAdmi...
List VMWare Console Users
get-vievent (get-vm "SERVERNAME") | where-object {$_.FullFormattedMessage -eq "event.VmRemoteCons...
Get-AllADDomainControllers
Gets a list of all Domain Controllers within the current domain. Install Active Directory mod...
How to merge multiple CSV files into one Excel workbook
3 quick ways to convert multiple CSV files to Excel turning each file into a separate spreadsheet...
How To Merge Checkpoints That Have Multiple Differencing Disks
Original Article Article 01/15/2025 5 contributors In this article Int...
Hardening Microsoft Windows 10 and Windows 11 Workstations
Original ArticlePROTECT - Hardening Microsoft Windows 10 and Windows 11 Workstations (July 2024)....
How To Find My Public IP Address From Linux CLI
Introduction How do I find out my public IP address on the Linux and OS X Unix command line to u...
OPNsense Baseline Guide with Mullvad VPN Multi-WAN, Guest, and VLAN Support
2021-11-17 (updated: 2023-07-30) This beginner-friendly, step-by-step guide walks ...
Unable to install NuGet provider for PowerShell
Before installing EXO V2 module, we need to install the PowerShellGet module. The problem is that...
Delete Recovery Partition
Open an admin command prompt and enter. diskpart List the disks within diskpart by typing...
Remove Xen Tools from a VM
Complete the following steps: Create a snapshot of the working VM if possible. Use autoruns64...