Udostępnij za pośrednictwem


Enable Agent Proxying, by Health Service Id

Enable Agent Proxying, by Health Service Id

$a=get-agent | where {$_.hostedHealthService.id -eq "guid"};$a.set_proxyingEnabled($true);$a.applyChanges()

main menu

Comments

  • Anonymous
    January 01, 2003
    UPDATED PAGE ON 03-19-2009 If you have visited my Command Shell blog page before, I have posted notice

  • Anonymous
    June 15, 2012
    The comment has been removed