Revision history of "Get-service"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 15:22, 29 June 2022Busk talk contribs 608 bytes +608 Created page with "``` function Get-ServiceUptime { param([string]$Name) # Prepare name filter for WQL $Name = $Name -replace "\\","\\" -replace "'","\'" -replace "\*","%" # Fetch serv..."