A forum question about testing services and if they weren’t running got me thinking. I created an function to solve the question function test-service { [ CmdletBinding ( SupportsShouldProcess = $true ) ] param ( [ parameter ( Position = 0 , ValueFromPipeline...