SCOM Active Directory Integration w/ Clustered RMS

Microsoft has made available several good blog posts for configuring SCOM for Active Directory Integration. The short coming of this is that none of them explain enabling AD Integration on a clustered RMS. Recently while configuring SCOM AD Integration I ran into the following issue. On a clustered RMS I ran MOMADAdmin.exe as specified by Microsoft w/ the RMS Cluster Computer account as the account that will be granted permissions by MOMADAdmin.exe. No failure events were registered in the OperationsManager event log and no SCPs were created under the Operations Manager/Management Group container. After several frustrating hours on the phone with “Premier” support, I decided to give a few fixes a shot. What corrected this was adding each node’s computer name to my AD Integration group.

Continue reading SCOM Active Directory Integration w/ Clustered RMS…

New Script – Group Name and Member Count

I’ve been reading a thread on the activedir.org mail list over the past few days that talked about finding groups with no members using ADFIND. I’ve posted a new script that will do this with VBScript by listing all groups and their member count. ADFIND can do the same thing, but with VBScript I’ve found it’s easier to tie one task to another and perform modifications on groups if necessary. (ie: find all groups with 0 members and move them to an OU for later removal, or change their description to make them more identifiable)

Script

Also I highly recommend signing up for the activedir.org mail list. It’s full of helpful people and great information!

2008 Server Core Step-By-Step

I came across this nifty guide today. Configuring a 2008 Server Core installation can be a pain the first few times around. This definitely would have saved my hair from some pulling. (There’s a sample unattend.xml file at the end too.)

Article

 PS: Forums are up – Of course there’s nothing in them yet, but please feel free to post any questions!

Function: Parse Object Name from Path

The following function will allow you to pull an object name from a path:

Example: LDAP:\\CN=JSMITH, OU=USERS, DC=DOMAIN, DC=COM

The function will return JSMITH. This may not seem very useful at first, and I created it only after I was unable to return results of anthing but the path. This is also useful in scripts that need both the path and the object name and can be used to remove the need for multiple queries. Function posted after the break.

Continue reading Function: Parse Object Name from Path…

New Script – Query Group Membership on Remote Computer

Is it just me or does it seem like this blog is turning into a blog about scripting.? I promise that is not the case but it seems that I have a lot of scripts that I’ve collected over the years and feel that may  be of some use to those learning WMI and VBScript. The following script will display a list of members in a specified group on a specified remote computer. Check out the syntax and a link to the script after the break.

Continue reading New Script – Query Group Membership on Remote Computer…

New Script – Scheduled Task Information

As part of a recent project I had to create the following script to parse out information about scheduled tasks. It’s pretty simple and displays all of the available properties for all scheduled tasks on all server within the domain. Enjoy.

Script

New Script – Add Users to Local Group on Remote Computer

Managing membership of local groups on servers and remote machines can become a nightmare if you don’t have a proper plan in place. In the near future I will write about restricting group membership via GPO. However, many older networks have yet to institute this type of organization, and have to rely on other methods for managing local group membership.

I’ve posted a new script that will add a user (or list of users) to a local group on a computer (or list of computers). I hope that you find this of some use, and I have added some small error detection and output formatting to make running against a large server list easier. I suggest redirecting the output to a .CSV file for easy management. You can add either a single user or a group of users. Make sure to specify your domain name in the strDomain variable.

You can find the script here and in our Scripting section. Follow the break for syntax.

Continue reading New Script – Add Users to Local Group on Remote Computer…

New Scripts – Display List of Users and List of Servers

I’m often asked to write scripts to query information from Active Directory. Most of the time it’s for a simple list of servers or users. While this information is available through other command-line tools I like the flexibility of VBScript, and the ability to easily customize the format of the results that are returned. Here are two simple scripts that query users and servers within the domain. You can easily customize these scripts to run tasks against each computer/user object or you can customize the results that are returned for simple reports. These scripts are also available in our script reference section and I will post PowerShell examples soon. Enjoy and have a great weekend!

VBScript to Return a List of Users

VBScript to Return a List of Servers

Feedback – Virtualized Domain Controllers (Part One)

Prior to a recent opportunity, I had limited experience with virtualized domain controllers, especially in a production environment. I have always been skeptical of their use, and the research I’ve done on the topic has always confirmed my suspicions. Now that I have direct experience support virtualized domain controllers I know why. I’m not entirely convinced that Virtualized DCs cannot work well, but in my opinion they should only be used in a few special scenarios.

Follow the break to hear more about my experience and feel free to share yours as well.

Continue reading Feedback – Virtualized Domain Controllers (Part One)…

Exchange – Exchange 2007 Storage Requirements Calculator

Though I will usually focus on Active Directory related issues I will definitely post good information relevant to related products as I run across it. If you’ve read my bio you know that I’m working on a large migration. As part of this we’re implementing Microsoft Exchange 2007. If you haven’t already checked out the following blog I suggest you do so immediately. The following link takes you to the Microsoft Exchange Team Blog, and more importantly their Exchange 2007 Storage Requirements Calculator!

 http://msexchangeteam.com/archive/2007/01/15/432207.aspx

Powered by WordPress with [GimpStyle]
Entries and comments feeds.