Showing posts with label Janet Nichols. Show all posts
Showing posts with label Janet Nichols. Show all posts

Tuesday, October 4, 2011

How To: Use Windows Event Collector

Many of my students have been unsure how to use a new feature of Windows 2008 and Windows 7 called the Event collector.  This feature allows one or more computers to forward a copy of events from selected logs, to a different computer that is called an event collector.  For example, assume that I have four servers.  I want to have three of the servers send any critical and error events from their Applications and System logs to one server so that I can review them.  

My assumptions for this article are that all four computers are domain joined.  Only domain joined computers can use this feature.  My other assumptions are that my computers will communicate using HTTP port 5985 and none of my servers are domain controllers.   Below I will outline the steps based upon my assumptions.
1. Decide which computer will be the collector of events and which computer(s) will be forwarding events to the collector.  


      2. Logon to each computer that will forward events as an Administrator and open a command prompt as an Administrator. 
a.  Type winrm quickconfig and press Enter.  WinRM will then ask you about adding a WinRM firewall exception as show below.  This screen shot is from a Windows Server 2008 R2 computer.  (You may be prompted to set the WinRM service to a delayed auto start and setting the WinRM firewall exception.  This is the behavior of Windows 7.)  Accept the change(s).













b. Continue performing this step on all computers that will be sending events.

3. Now you are ready to logon to the collector.  This is the computer that will be collecting the events.
a. Again, type winrm quickconfig and press Enter. 
b. Then type wecutil qc and press Enter.  This will allow users on a different computer to subscribe to (send) events on this computer.
c. When prompted to change the wecutil startup mode, click y and press Enter.
d. Type Exit and press Enter to exit the command prompt.
  

4. Click Start| Administrative Tools |Computer Management. 

5. Expand the Event Viewer and select the Subscriptions node.
        a. Right-click on Subscriptions and select Create Subscription.
        b. In the Subscription Properties page, in the Subscription name field, type a 

            subscription name i.e. Server1 logs.
        c. In the Subscription Type and source computers section, verify that Collector 

            initiated is selected and click Select Computers.
            i. Click Add Domain Computer and type the name of the server and click Check Names.
            ii. Click OK.
            iii. Click Test.
            iv. Read the message. Click OK.
        d. Click Select Events.
            i. In the Logged field, use the drop-down list and select Last 24 hours.
            ii. In the Event level field, select Critical, Error and Warning.
            iii. Select By Log.  Using the drop-down list expand Windows Logs and 

                select Application and System logs.
            iv. Click OK.

          



        e. Click Advanced.
            i. Verify that the Machine Account is selected.
            ii. Examine the port.  (Remember the firewall will need to allow traffic from this port.)
            iii. Click OK.
        f. Click OK to close the Subscription Properties screen.


6. Your next task is to add the collector computer’s account to each of the local Administrator’s groups.  (If you are using a domain controller, you will need to set up a user account that has permissions to read the event logs.)


7. Once that task is finished, expand the Event Viewer\Windows Logs\Forwarded Events.


8. This is the location that your logs from the other servers will send a copy of their Critical and Errors that are displayed in their System and Application logs.


- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share

Thursday, September 29, 2011

How To: Set Up Windows Sever 2008 & R2 Accidental Delete Protection

Windows Server 2008 and Windows Server 2008 R2 have the ability to protect objects from accidentally being deleted. This feature is extremely helpful in environments where there are numerous Administrators making many changes. This feature may also be useful in a smaller environment with less experienced Administrators.

To use this feature, simply launch Active Directory Users and Computers by typing dsa.msc and press Enter, in the Search Programs and files box, as demonstrated below:


To create a new Organizational Unit and protect it from being deleted, simply right-click on the location for the new OU and name it and remember to select the Protect container from accidental deletion as displayed below:

If you have users or groups that you would like to protect against accidental deletion, you can add this protection.   First you will need to turn on the Advanced Features of Active Directory Users and Computers.  To accomplish this select the View menu and then select Advanced Features as illustrated below: 
 
Then open the properties of the user or group that you would like to protect.   Click on the Object tab and select the Protect object from accidental deletion box.  The sample below is of a user object.

Essentially, this feature denies the Everyone group the Delete all child objects permission in the DACL (Discretionary Access Control List).  This disallows Everyone, including members of the Administrators group, from deleting any object that is set to be protected from accidental deletion.  The permission can be reversed by a user that possesses the Full Control permission to the object.  The user would simply remove the check in the box to the left of Protect object from accidental deletion or would  remove the Access Control Entry from the DACL.    An example of the Access Control Entry is below:
It is a great feature that the system has that will prevent some human errors from occurring.  Even though it is possible to delegate the permissions to control who can delete objects, it is still possible for accidental deletions to occur.  This feature forces an administrator to re-evaluate whether an object should be deleted.  If it should be deleted then the administrator can set the permissions appropriately and delete the object. 


- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share

Tuesday, July 5, 2011

Using the Resource Monitor in Windows Server 2008 R2

Students in one of my recent Windows Server 2008 R2 classes, were asking me how to discover what is in SvcHost.exe, as well as what services and ports are in use by any of the running process. I suggested that they take a look at the Resource Monitor. 

To discover what is running in any of the instances of the SvcHost.exe, first launch the Resource Monitor. To launch the Resource Monitor click the Start button and type Resource and select the Resource Monitor. Then click on the CPU tab, as demonstrated below:

In the Processes list, locate a SvcHost.exe.   (It is easiest to click on the Image heading to sort the list alphabetically. )  Select the checkbox to the left of the SvcHost.exe.  This will move the selected SvcHost.exe to the top of the Image list, as demonstrated below:
Now that the SvcHost.exe is selected, expand the Services portion of the window, to reveal the Services running in this SvcHost.exe. 
To view the files that the SvcHost.exe is utilizing, expand the Associated Modules section.
To view the ports that the SvcHost.exe is using select the Network tab, and expand the Listening ports section.
I think you will find the Resource Monitor a very useful tool, in Windows Server 2008 R2 as well as Windows 7.



- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share


Thursday, January 6, 2011

Installing RSAT on Windows 7 Professional, Enterprise or Ultimate Machine

A common question that I am receiving from students in many classes is how to install the Remote Server Administration Tools (RSAT) on a Windows 7 Professional, Enterprise or Ultimate computer. The first task is to download the Remote Server Administration Tools for Windows 7. 

To find the tools click here. Once on the website, select either the 32 or 64-bit RSAT and click download. Once the tools are downloaded, log on to the Windows 7 computer as a member of the Administrators group. 

1. Double-click the package to unpack it. When prompted to install the KB click Yes. 
2. Read and accept the License agreement. 
3. Wait for the installation to complete. Once the installation of the RSAT is complete, continue to the next step.
4. Click Start, select Control Panel, and then select Programs.
5. In the Programs and Features area, select Turn Windows features on or off. If prompted by User Account Control, click Continue.





6. In the Windows Features dialog box, expand Remote Server Administration Tools. Expand the selections and choose the remote management tools that you wish to install. Once you have completed your selections, click OK.





7. The Start menu should now have display the Administration Tools. If not, follow the next steps to add it.
  • A) Right-click the Start menu and select Properties.
  • B) On the Start menu tab, click Customize.
  • C) In the Customize Start Menu dialog box, scroll down to the System   Administrative Tools and select Display on All Programs menu and the Start menu.
  • D) Click OK.

- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share

Thursday, December 16, 2010

Class Spotlight: MS-6430 Planning for Windows Server 2008 Servers

This course is a good course for students who want to take the 70-646 exam.  It will leverage the student’s knowledge of Windows Server 2008 and its service.   

The class focuses on planning exercises and then there is a hands-on lab for the students to set up the service that was planned.  This class is for students who understand Windows Server 2008 servers and their services and want to either learn more about the planning process or want to pass the Server Administrator Exam.

For more on the course, take a look at the course calendar here. See you in class! 

- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share

Thursday, October 28, 2010

MS-6419 and MS-6420: What's the difference?

MS-6419 Configuring, Managing, and Maintaining Windows Server 2008 is a foundational class for system administrators who have experience with either Windows Server 2003 or with Windows Server 2008.  This class deals with creating users and groups, setting group policies and Active Directory structures.  The rest of the class is devoted to several different Microsoft products such as Network Access Protection, Backup, File Server Resource Manager and Distributed File System.  

MS-6419 is a choice for students who want detailed knowledge of Active Directory daily management, such as user, group and group policies, but want an overview of Network Access Protection, Backup, File Server Resource Manager and Distributed File System.

MS-6420
Fundamentals of Windows Server 2008 is a great class for students who are new to Windows Server 2008 R2 or who are moving from a Help Desk to a system administrator position.  MS-6420 is a foundational class to teach networking , security and basics of Server Administration in Windows Server 2008.  It covers what is a LAN, WAN, router, hub and switch.  It also covers subnetting an IP network.  The students will be exposed to installing a server and server roles, as well as virtualization.  Additionally, students are introduced to Active Directory Domain Services and  securing a server. 


Do you have question on Windows Server courses or certifications? E-mail me at jnichols@centriq.com.

- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share

Thursday, October 7, 2010

Class Spotlight: MS-6425 Configuring Windows Server 2008 Active Directory Domain Services

This is a good class for students to learn more about Active Directory maintenance and group policy.  It covers trusts, Active Directory integrated DNS zones, configuring sites and replication.  It also covers group policy.  

For students who need additional information about Active Directory and group policy, this is an excellent course.  MS-6425 along with MS-6424 will prepare the students for the 83-640 Exam.

To learn more about this course and see upcoming dates, view the course outline here.

- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share

Thursday, September 30, 2010

Class Spotlight: MS-6421 Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure

This class compares to the MS-2277 Windows 2003 course.  It is a good course for students who are responsible for the maintenance and troubleshooting of DNS, DHCP, NAP and WINS. 

It also covers how to install and configure roles and services in Windows Server 2008.  It contains information on IPv6 and shows students how to set up IPv6 transition technologies.  It also teaches DFS, backup, File Server Resource Manager and WSUS.  It also covers Microsoft-based VPNs.  This course helps to prepare students to take the 70-642 exam.

For more information on this course or to find upcoming dates this course is offered, view the course outline here.  

- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share

Tuesday, September 21, 2010

Class Spotlight: MS-6419 Configuring, Managing and Maintaining Windows Server 2008 Servers



 This class is a good foundational Server Administration course for people already familiar with 2003.  It compares to the 2273 Windows 2003 course.  If students need to learn how to manage users, groups and group policy it is a great class!

The course also discusses file permissions, file sharing and Active Directory permissions.  It does a good job of explaining group policy.  It also discusses Distributed File System, fine grained password policy, WSUS and network policy server.  It also discusses trusts.  It is a great class for students who are responsible for user, group management and group policy.


View the upcoming dates MS-6419 is offered on the course outline here.  

- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share

Friday, September 10, 2010

Class Spotlight: MS-6416 Updating your Network Infrastructure & Active Directory Technology Skills to Windows Server 2008

This class should be considered for certification. The class has evolved.  There is now less information on the upgrade and more information on topics such as Federation Services, Rights Management Services and Lightweight Directory Services as opposed to the older version of this course.   

These three topics were taught in a single chapter less than 35 pages and is now taught in three separate chapters each a minimum of 35 pages.  More emphasis has been placed on the Network Policy Server.  DFS and File Server Resource Manager have been added.  Less emphasis is now placed on performance – information on Windows System Resource Manger has been dropped.  Server Core is now barely mentioned in this course. The section on Active Directory planning has been removed.  

 It is a great class and will help to prepare students for the 70-648 Exam. 

- Janet Nichols, Windows Server Expert; MCT, MCSE, MCITP: Enterprise Admin, Server Admin; Windows 7 EDA, MCTS LinkIn with Janet

Bookmark and Share