Skip to content

Instantly share code, notes, and snippets.

@alexanderfloh
Created February 5, 2016 09:24
Show Gist options
  • Save alexanderfloh/bd9ac1a0270307b4a781 to your computer and use it in GitHub Desktop.
Save alexanderfloh/bd9ac1a0270307b4a781 to your computer and use it in GitHub Desktop.
Shut down the Open Agent from powershell
[System.Reflection.Assembly]::LoadWithPartialName('SilkTest.Ntf')
[SilkTest.Ntf.Agent]::ResetOptions()
[SilkTest.Ntf.Agent]::Shutdown()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment