Saturday, July 14, 2007

active directory

MOW has a number of blog postings on AD:http://thepowershellguy.com/blogs/posh/archive/2007/02/09/ad-infrastructure-management-with-powershell.aspxhttp://thepowershellguy.com/blogs/posh/archive/2007/02/09/ad-infrastructure-management-with-powershell.aspx

Another thing you can do is install the PowerShell community extensons which include an Active Directory provider:http://www.codeplex.com/PowerShellCX

There are a variety of PowerShell extensions available on CodePlex:http://www.codeplex.com/Project/ProjectDirectory.aspx?TagName=powershellThe


Exchange team has a library of examples at:http://www.exchangeninjas.com/PSSCategorieshere's one that has uses AD:http://www.exchangeninjas.com/ExchangeActiveSyncMonitoring

You can also use the WMI classes to get started AD if you're familiar with them. For example:get-wmiobject -class Win32_NTDomain

No comments: