Home > SCOM 2012 > Enable Proxy Agent SCOM 2012 For All Systems

Enable Proxy Agent SCOM 2012 For All Systems

As SCOM agents begin to rollout it can be tricky to keep track of which agents you have enabled the proxy agent on and which agents need to have it enabled. This post will help you enable the SCOM proxy agent for all systems that need it enabled.

First open notepad and copy the following lines into notepad:

##Enables Agent Proxy for All agents where Agent Proxy is disabled
Get-SCOMAgent | where {$_.ProxyingEnabled.Value -eq $False} | Enable-SCOMAgentProxy -Confirm

Save the file. Example ProxyEnabled.ps1

Open the OperationsManager PowerShell

Run the command

The agents will now have the Proxy Agent enabled.

About these ads
Categories: SCOM 2012
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 31 other followers

%d bloggers like this: