Skip to main content
  1. Runbook/
  2. Windows/

Windows Initial Health Checks

Time guide

  • Initial checks: approximately 10 to 20 minutes
  • Detailed investigation: approximately 20 to 60 minutes

Purpose
#

Read-only first checks for operating system, uptime, storage, services, reliability and recent faults. This public reference consolidates professional support experience developed since March 2022 and uses generic placeholders rather than employer or customer information.

Commands and checks
#

Get-ComputerInfo -Property WindowsProductName,WindowsVersion,OsBuildNumber,OsArchitecture
Get-CimInstance Win32_OperatingSystem | Select Caption,Version,LastBootUpTime,FreePhysicalMemory
Get-Volume
Get-PhysicalDisk | Select FriendlyName,HealthStatus,OperationalStatus,Size
Get-Service | Where-Object Status -eq Stopped | Sort Name

Interpretation
#

  • Capture timestamps and exact errors.
  • Compare the result with policy, expected configuration and recent changes.
  • Confirm whether a central management platform can override local settings.
  • Preserve relevant logs before a repair, restart or re-enrollment action.

Safety notes
#

Read-only checks appear before repair actions where possible. Commands that update signatures, scan a device, repair Windows, renew DHCP, resume encryption or alter managed services require appropriate authorisation and impact review. Never paste credentials, recovery keys, tenant identifiers, personal information or unsanitised diagnostic output into public records.

Related entries#

  • Windows Support Command Reference
  • Windows Network Troubleshooting
  • Security Incident Triage
  • Connectivity and Port Testing