Your network contains an Active Directory domain named adatum.com. The domain contains a member server
named Server1 and 10 web servers. All of the web servers are in an organizational unit (OU) named
WebServers_OU. All of the servers run Windows Server 2012 R2.
On Server1, you need to collect the error events from all of the web servers. The solution must ensurethat
when new web servers are added to WebServers_OU, their error events are collected automatically on
Server1.
What should you do?
A.
On Server1, create a collector initiated subscription. From a Group Policy object (GPO), configure the
Configure target Subscription Manager setting.
B.
On Server1, create a collector initiated subscription. From a Group Policy object (GPO), configure the
Configure forwarder resource usage setting.
C.
On Server1, create a source computer initiated subscription. From a Group Policy object (GPO), configure
the Configure forwarder resource usage setting.
D.
On Server1, create a source computer initiated subscription. From a Group Policy object (GPO), configure
the Configure target Subscription Manager setting.
Explanation:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb870973(v=vs.85).aspx
The answer is “A”
Actually, I was not reading the question right… it is “D”. Apologies for the confusion.
Are you sure ? The answer is not “C” ?
It is D because in this policy you can set up the name/IP of the Subscription manager server. The C is a different policy which allows you to put a limit on the number of events you send to the target server in order to limit the load.
The description for: Configure target Subscription Manager settings
This policy setting allows you to configure the server address, refresh interval, and issuer certificate authority (CA) of a target Subscription Manager.
If you enable this policy setting, you can configure the Source Computer to contact a specific FQDN (Fully Qualified Domain Name) or IP Address and request subscription specifics.
Use the following syntax when using the HTTPS protocol:
Server=https://:5986/wsman/SubscriptionManager/WEC,Refresh=,IssuerCA=. When using the HTTP protocol, use port 5985.
If you disable or do not configure this policy setting, the Event Collector computer will not be specified.
D