Skip to content
Paul Poputa-Clean edited this page Oct 3, 2018 · 13 revisions

The following is a sanitized guide (system identifiers removed to protect the legally bound) that was created to document some adventures in Windows event forwarding. Hopefully you will find it useful.

Introduction

Microsoft seems to have taken some ideas from Syslog and maybe have made things better. They developed an eventing service managed via GPO and Event Subscriptions. In our implementation, we deployed three source-initiated subscriptions and deployed them on three Azure servers. Before we get into details, here are some recommended readings:

Our Setup

For the setup we'll be describing here, we reference a Windows server/client environment with multiple domain controllers. Our Active Directory environment has been implemented such that client computers, windows servers, and domain controllers are each in their own organizational units. This will become important later when dealing with group policy configuration. For reference, domain controllers will be talking with an event collector called azurebox1, the Windows server collector will be talking to azurebox2, and Windows clients.will be talking to azurebox3.

Clone this wiki locally