0%

0/1 Lessons

Course Introduction

• 10min

0 / 2 lessons complete

DNS Basics

• 1hr 16min

0 / 8 lessons complete

DNS Resource Records

• 46min

0 / 5 lessons complete

DNS Zones

• 3hr 41min

0 / 12 lessons complete

DNS Delegation

• 50min

0 / 4 lessons complete

DNS Security Techniques

• 36min

0 / 5 lessons complete

Advanced DNS Topics

• 22min

0 / 5 lessons complete

DNS Security (DNSSEC)

• 1hr 16min

0 / 6 lessons complete

DNS Policies

• 54min

0 / 6 lessons complete

PowerShell for DNS

• 1hr 27min

0 / 6 lessons complete

Troubleshooting DNS Issues - Troubleshooting Tools

• 1hr 39min

0 / 8 lessons complete

Subscriptions

Instructions

Q&A (0)

Notes (0)

Resources (0)

Saving Progress...

Resources

There are no resources for this lesson.

Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.

Create note

In this Video: 

  • We will describe one of the new features in the Windows Event Viewer called subscriptions.
  • We will create and configure a subscription.
  • At the completion of this lecture, you will gain valuable-work related knowledge and experience by utilizing and implementing the tools discussed in this lecture.

Prerequisites: It is recommended to have access to or have installed in your lab the following: 

  • One Windows 2016 Server with Active Directory installed and promoted to a domain controller (DNS installs automatically).
  • One member server with Windows 2016 server and DNS installed. Join this machine to the domain just like you would any other computer. 
  • One Windows client, preferably windows 10. This machine is not necessary but I have included it. This machine will be joined to the domain. 
  • You could set this up this lab as all VM’s or separate machines. 
  • Appropriate permissions will be neededIt is recommended to create a domain admin account on the domain controller and use this account to logon to all the machines.
  • Don’t forget to download the supplemental documentation that I have included with this lecture.
     

Subscriptions - What is a subscription? -  Simply put a subscription is the settings used to transfer events.  In the old day’s if you wanted to examine the event viewer from another server you had to right click on event viewer then connect to the other server. But what if you were managing eight servers. Wouldn’t it be great if you could bring all the logs and events that you wanted to see into one location? That is exactly what you can do with subscriptions.

Before we setup subscriptions some terminology must be understood.

  • Source computers (forwarding computers) Computers that are configured to send these events.
  • Collector computers – Computers that are configured to receive these events.
  • Events can be transferred from the source computer to the collecting computer in one of two ways.

Collector initiated - The collector contacts the source and requests a transfer of events, this is called collector initiated subscription (works well with a few clients)

Source Initiated â€“ Source transfers events as configured. Works with many computers.

In this lecture, we will configure a collector initiated subscription. We will have two source computers sending data to one collector computer. If you want to setup a source initiated subscription, I have provided that documentation with this lecture.

Note: For the purpose of this lecture, it is recommended if you plan on using a domain controller, to designate the DC as a collector because the DC does not have local users and groups or the Event Log Readers group. On a DC, all users and groups are part of the domain.   

For subscriptions to work, the Source (forwarder) and the collector need to be configured. There are two command line utilities needed for configuration.  

  • Collector – wecutil quick-config or wecutil qc (SVR-US)
  • Source – Forwarding computers – winrm quickconfig (SVR-DNS1 and

Desktop-KRU1V4M)

Procedure #1 will be completed on the Source (forwarding) computers, which in this case is SVR-DNS1 and DESKTOP-KRU1V4M. All these steps must be performed on both computers.

  • Open an admin level command prompt, type winrm quickconfig, press return. Type y, then press return.
  • The Collector computer account (SVR-US) must be added to the Event log readers group on both source computers (SVR-DNS1, and DESKTOPKRU1V4M)
  • Right click on the start icon, click computer management, double click  local users and groups, double click groups, double click Event Log Readers, click add, from object types click computers, click ok, add collector computer account. In this case, I add SVR-US, click ok. 

Server Academy Members Only

Sorry, this lesson is only available to Server Academy Full Access members. Become a Full-Access Member now and you’ll get instant access to all of our courses.

0 0 votes
Lesson Rating
Subscribe
Notify of
profile avatar
2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

profile avatar
dewitsc(@dewitsc)
Member
9 months ago

I do not have the documentation for the “Source Collector” configuration to configure a subscription. Please help.

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  dewitsc
9 months ago

Hi profile avatar Dewits Cham

The steps for both collector and source are described here. Do you have a problem configuring or something is not working?

Ricardo