Windows Server
Managing Windows Server Core Without a GUI
Run Windows Server Core without the desktop — sconfig basics, PowerShell remoting, Windows Admin Center, adding roles, and the gotchas that catch GUI admins.
Windows Server
Run Windows Server Core without the desktop — sconfig basics, PowerShell remoting, Windows Admin Center, adding roles, and the gotchas that catch GUI admins.
Windows Server
Create and manage scheduled tasks on Windows from PowerShell — New-ScheduledTaskAction, triggers, run as SYSTEM, S4U logon, XML export, and the gotchas.
Windows Server
Free bare-metal backup on Windows Server with wbadmin and Windows Server Backup — one-off image, scheduled policy, and the full WinRE recovery drill.
Windows Server
Set up IIS from PowerShell without the bloat — install only the role services you need, create an app pool and site, bind HTTPS, harden, verify. No clicking through the GUI.
Windows Server
Install Hyper-V and build your first VM on Windows Server entirely from PowerShell — switch, VHD, ISO, boot order, Secure Boot, checkpoints. The commands I run.
Windows Server
Set up the Windows Server DHCP role end to end in PowerShell — install, authorise in AD, scope, options, reservations, failover. The gotchas that cost real time.
Windows Server
Lock down RDP on Windows Server — enforce NLA, restrict the firewall to specific IPs, audit failed logons, kill the bot brute-force traffic. The settings I run on every internet-exposed server.
Windows Server
Alternative to the Utilman trick — replace sethc.exe to get SYSTEM-level cmd at the Windows lockscreen. When to use it, how to harden against it.
Windows Server
Three legacy protocols still enabled by default on Windows Server that no modern network needs. PowerShell one-liners to disable each, the rare exceptions, and how to verify.
Windows Server
Enable BitLocker on a Windows Server OS volume via PowerShell — TPM unlock, recovery key handling, the boot quirks specific to Server, and how to unlock from WinPE.
Windows Server
The GPOs every domain should have — password policy, account lockout, audit, RDP restrictions, SMBv1 / LLMNR / NTLMv1 kill, BitLocker enforcement. The defaults are not enough.
Windows Server
Build a sane AD structure — OU layout, user and group provisioning via PowerShell, first GPO. The patterns that scale from 10 users to 1000.