Get-CimInstance -ClassName Win32_Service | Where-Object { $_.State -eq \'Running\' -and $_.StartMode -ne \'Disabled\' } |ForEach-Object { $isMicro...