On windows server, when you open group policy setting (gpedit.msc in System32), I can set up Event Forwarding by following steps here: http://msdn.microsoft.com/en-us/library/windows/desktop/bb870973(v=vs.85).aspx under section Configuring the event source computer
I was wondering if I could use PowerShell to do the same thing with setting up the Collector Address and Enabling the Subscription Manager Configuration (Steps 3 and 4 in the provided link under the specified section above).
I came across this doc: http://technet.microsoft.com/en-us/library/ee461027.aspx for group policy cmdlets but I am not sure how to use these cmdlets to do the same thing I can do by using the gpedit UI.
If you have any hints or good pointers on how to start or which cmdlets to use, I would appreciate that.
Thanks