Search This Blog

Monday, January 17, 2011

70-642 Network Infrastructure - Server 2008

Windows Server Update Service (WUSM)
- new PC1 added but part of Computer Group and not available in Update Console
- at PC1, run wuautclt.exe /reportnow

To get PC2 to update WUSM immediately
- run wuauclt.exe /detectnow

Server 1 with Printe1, Printer2, Printer3. If got exception, other printer still ok.
- modify printer driver isolation

BranchCache Server need to be removed
- run netsh.exe branchcache flush

Document Server2008R2 info such as SystemServices, Startup, Hardare
- run msinfo32.exe

In DFS, to verify NameSpace replication between 2 servers is successful
- run dfsdiag.exe

Custom Event Delivery Optimization setting on Server1 which collect event logs
- run wecutil.exe

Collect Events from DC2 and transfer to DC1
- DC1# run wecutil qc
- DC2# run winrm quickconfig
- add DC1 account to Administrator of DC2

Wecutil.exe is a Windows Event Collector utility that enables an administrator to create and manage subscriptions to events forwarded from remote event sources that support the WS-Management protocol.

Enable the WS-Management protocol on the local computer with default configuration for remote management: Winrm quickconfig

Restore DHCP server fm Backup but prevent clients to receive DHCP address already used: set conflict Detection value to 2.

Changes of Server IP address at Main Office DNS Server (Read Only DC).
- run dnscmd /ZoneUpdateFromDS on branch office

1]Setup Server1 for Remote Management, to forward events
Server1:> winrm quickconfig

2]Add Computer Collector to the Event Log Reader
net localgroup "Event Log Readers" Vista@contoso.com /add

3]Setup the Collector (Subscription)
Vista:> wecutil qc

No comments:

Post a Comment