CloudOps Training Hub / Windows Server Fundamentals
WINDOWS SERVERPLESKCLOUDOPS

Windows Server Fundamentals

Teach which tool to use for each troubleshooting question.

Windows tools map

ToolPurposeTrainer demo
Task ManagerCPU, RAM, Disk, Network, ProcessesSort by CPU and Memory
Resource MonitorDetailed resource activityresmon
Event ViewerApplication/System/Security/Setup logseventvwr.msc
ServicesWindows service state/startupservices.msc
Task SchedulerRecurring jobs / suspicious taskstaskschd.msc
Disk ManagementDisks, volumes, partitionsdiskmgmt.msc
IIS ManagerSites, bindings, App PoolsOpen IIS Manager
PowerShellCLI investigationRun commands below

PowerShell demo

Get-Process Get-Service Get-NetIPConfiguration Test-NetConnection example.com -Port 443