By admin on May 28, 2011
Active Directory PowerShell has come as a boon that makes managing and automating AD tasks quicker and infinitely simpler. Over the past few years a command line interface that is consistent and easy to use has been on the list of Microsoft’s features. Both Windows 7 and Windows Server 2008 R2 are shipped with an [...]
Posted in Active Directory Scripts |
By admin on March 27, 2011
The .Net Active Directory Wrapper is a solution developed in Microsoft Visual Studio 2003/2005/2008/2010 to expose and help ease the use and access of LDAP systems such as Microsoft Active Directory in .NET code. This is done by wrapping the functions and operations offered by Active Directory in an easy, friendly to use Active Directory [...]
Posted in Active Directory Scripts |
By admin on February 17, 2011
There are times I need a list of all the computers in Active Directory.Active Directory users and Computers has an export option but its only per a OU or container. Most deployments of Active Directory will organize objects into department Organizational Units. So if you needed a list of all the computer objects you would [...]
Posted in Active Directory Scripts |
By admin on January 19, 2011
Export Active Directory Group to a file As an administrator of Active Directory I’ve often been asked for a list of users that belong to a certain group. Active Directory users and Computers does not provide a way to export group members. This means you would have to create a document and type out each [...]
Posted in Active Directory Scripts |