I am working on a database that stores Active Directory information. In order to make the columns, I need the maximum file size for active directory objects. This is what I found: Active Directory Domain NetBIOS name (A.K.A. Pre-windows 2000 … Continue reading
Category Archives: Active Directory
Reply
System Center Service Manager requires that its service account have read rights to the Deleted Objects container in Active Directory. This allows the SCSM<->AD connector to delete items out of SCSM as they are deleted from Active Directory. The problem … Continue reading

I was recently asked to provide the username and email address of our Active Directory users in a specific group. This seemed an easy task on the surface. I ran this code on a small group and worked flawlessly. Get-ADGroupMember … Continue reading
Recently I needed a script that would take all the users that exist in an OU and put them in an Active Directory group. I came up with this script. To use it, simply change the variables for $GroupName and … Continue reading