I’m looking for a way to automatically enable agent proxy for all agents. Does anyone have any experience of this?
Have you tried the powershell command “enable-scomagentproxy”?
Add-PSSnapin “Microsoft.EnterpriseManagement.OperationsManager.Client”
New-ManagementGroupConnection -ConnectionString:localhost
Set-Location “OperationsManagerMonitoring::”
Set-DefaultSetting -Name HealthService\ProxyingEnabled -Value True
This will FOREVER enable your newly installed agent with Proxy setting enabled.
Add-PSSnapin “Microsoft.EnterpriseManagement.OperationsManager.Client”
New-ManagementGroupConnection -ConnectionString:localhost
Set-Location “OperationsManagerMonitoring::”
Set-DefaultSetting -Name HealthService\ProxyingEnabled -Value True
This will FOREVER enable your newly installed agent with Proxy setting enabled.
Add-PSSnapin “Microsoft.EnterpriseManagement.OperationsManager.Client”
New-ManagementGroupConnection -ConnectionString:localhost
Set-Location “OperationsManagerMonitoring::”
Set-DefaultSetting -Name HealthService\ProxyingEnabled -Value True
This will FOREVER enable your newly installed agent with Proxy setting enabled.
Hi
Kevin Holmans way is easy. Set it once and your done!
Thank you very much, this is really helpful!
Thank you very much, this is really helpful!