You can't fix what you can't see — logs, counters, the unified pane, and patching.
Event Viewer (eventvwr.msc) is where every system + app event lands. The right-side mock shows the structured view: level, time, source, event ID, message.
Critical · Error · Warning · Information · Success Audit — filter by level to cut a 10,000-row log down to the 5 that matter.
perfmon.msc samples live counters per second and saves them for later analysis.
\Processor\% Processor Time — healthy <80%\Memory\Available MBytes — healthy >10%\PhysicalDisk\Avg. Disk Queue — healthy <2Browser-based management for Windows Server, clusters, Hyper-V, HCI, Win 10/11.
WSUS centralizes Windows Update: one server downloads from Microsoft, you approve, clients pull from your server.
Updates flow Sync → Awaiting approval → Pilot ring → All. Right panel shows the lifecycle.
Extend Azure management to on-prem and multi-cloud servers. Right panel shows DCs, EC2, edge VMs in one Azure portal.
Install Connected Machine agent → registers with Azure → server appears in portal. No VPN needed.
Retrieve the most recent 100 entries from the System event log.
Use a hashtable filter to find specific Security events like successful logons (Event ID 4624).
Query the Application log using the older Get-EventLog cmdlet to find recent errors.
Sample the current available memory in megabytes from the performance counter system.
Discover which performance counter sets are available for monitoring on this server.
Find the top 10 processes consuming the most CPU time on this server.
List every service on the server that is currently stopped to find potential issues.
Run a performance counter query against multiple remote servers simultaneously.