Deploying SCOM Gateway server

  1. Put a change request into the Network group to open TCP port 5723 both ways from the Gateway server to the MS server
  2. Certificates need to be deployed (2 types of certificates)
  3. The root CA needs to be installed on all management servers
  4. A custom cert template needs to be created on the issuing CA for OpsMGR
  5. The Custom OpsMgr cert needs to be installed on all management servers
  6. Run the momcertimport on all management server after the certs have been installed. This makes some specific registry changes for scom to help pick the correct cert.
  7. Approve gateway server on RMS using a approval tool.
  8. Manual install of agents on servers to be monitored
  9. Approve agents in SCOM console

 

Download the PDF deploying-scom-gateway-server2

 

Read more

Manage multiple DHCP scopes with netsh script

Use a script to change the DNS lookups and Wins lookups options in DHCP on muliple scripts. Using the netsh command this can be done eaisly.

Tools needed…

< !-smartads->

Read more

Microsoft DHCP: How to Export and import scopes between DHCP servers

We are going to use Microsoft’s Netsh command to export and import DHCP scopes from one server and then import them to another.  We run a split scope on two servers for redundancy. So scope one serves the range 172.0.0.64 to 172.0.0.159 and the second server handles 172.0.0.160 to 172.0.0.255. While I was performing maintenance I noticed that in some cases someone missed the creation of the second half of the scope. So to fix this I am going to run a script that will export the scopes. Then I will run another script to import them on the second server. Make sure after wards to modify the exclusion on the second server to be opposite so that they are not both serving the same half.

< !-smartads->
  Read more