Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save systemcenterblog/ca44cde01c1da6356ec504ed2f2f11d6 to your computer and use it in GitHub Desktop.
Save systemcenterblog/ca44cde01c1da6356ec504ed2f2f11d6 to your computer and use it in GitHub Desktop.
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