Created
February 5, 2016 09:24
-
-
Save alexanderfloh/bd9ac1a0270307b4a781 to your computer and use it in GitHub Desktop.
Shut down the Open Agent from powershell
This file contains 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
[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