Pull the status of a service, a session, a disk, an availability group, an event log, without memorizing the incantation. Every command here only reads. Copy it, paste it into your own console, stay in control of what runs on the box.
Filter by area or search. Read-only Windows and SQL diagnostics. Copy and run in your own session.
Health checks and Always On visibility using Invoke-Sqlcmd and dbatools. All SELECT / read-only.
The Windows and SQL failures that page you, what they look like, and the read-only confirm.
Get-* cmdlets read. Set/Stop/Start/Restart/Remove change. Stay on Get during triage.| Format-Table -Auto or | Out-GridView to read wide output.-WhatIf shows what a changing command WOULD do without doing it.Invoke-Command -ComputerName SRV -ScriptBlock { Get-Service }Enter-PSSession SRV for an interactive read-only look.Running, Stopped, StartPending, StopPending.Get-Service X -RequiredServices.-FilterHashtable @{LogName='System';Level=1,2}.Install-Module dbatools -Scope CurrentUser.Get-Dba*, Test-Dba*.Get-DbaLastBackup, Get-DbaAgHealth, Test-DbaLastBackup.Get-DbaErrorLog or the LOG folder in the instance dir.sys.dm_hadr_availability_replica_states.