Let me begin by stating that I have spent the last 3 days searching across the Internet for answers, and have found many, but have not been able to tie this all together.
I am trying to install a log analysis system for a corporate entity that has several subsidiary entities. Part of that system needs to review the Windows Event logs, or at least some of them.
Here are some of the specs:
1) There are several forests that all have two way trusts set up between them. Each forest only has one domain in it, some have child domains.
2) The Event Collecter resides on a Windows Server 2008 R2 64 bit server. WinRM 2.0 is installed, and it is joined to a 2008 functional level domain.
3) I can successfully create a functioning subscription for a 2008 R2 server in the same domain by doing the following:
a) In the collector's domain (domain A) I add the computer account of the collector to the Event Log Readers builtin group.
b) On the collector I run:
"winrm quickconfig" and answer yes to the prompts.
"wecutil qc" and answer yes to the prompts.
c) On the source computer I run:
"winrm quickconfig" and answer yes to the prompts.
"wevtutil sl security /ca:0:BAG:SYD:(A;;0xf0005;;;SY)(A;;0x5;;;BA)(A;;0x1;;;S-1-5-32-573)(A;;0x1;;;S-1-5-20)"
(- apparently this gives the Network Service account rights to the Event Logs)
d) I set up the subscription and select the Security Events log to be forwarded and it works just fine.
4) Now, one of the domains (domain B) that I need to forward from is at Windows 2003 functional level, and the server is a Windows Server 2003 R2 box. According to what I have read it should be able to function however
there are some holes that I need explained if anyone has done this.
a) The 2003 domain does not have an Event Log Reader group. So what needs to be done to give the collector permissions to read the event logs on the servers in this domain? I have tried issueing the wevtutil
command as stated above on the source computer, and I have tried putting the collector's computer account in the Doman B's "Domain Admins" group. No luck.
If this was all within one domain, I think I could get it to work from what I have already learned, but I just can't seem to find all of the steps for the cross-domain (forest) environment.
If this is spelled out somewhere, please direct me to it as I have not been able to find it.
ANY help would be greatly appreciated!
Bryan Carter