Created
June 6, 2018 13:07
-
-
Save systemcenterblog/ca44cde01c1da6356ec504ed2f2f11d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (Get-Process | ?{$_.Name -eq “msdt”}) { Return 0 } else { } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment