Posted by Chris on August 27, 2009 in Active Directory, Exchange, PowerShell | Tags :Active Directory, Exchange, PowerShell
This function reads delivery restrictions from objects in Active Directory. By default it looks at Groups. As the same information can be returned using Get-DistributionGroup or Get-Mailbox using Exchange 2007; this function is aimed at Exchange 2003.
more >>
Posted by Chris on August 27, 2009 in PowerShell | Tags :PowerShell
A function to merge or join two objects. For example, to merge an entry from “Get-MailboxStatistics” with information about storage limits set on the account in Active Directory. This small function demonstrates how the Property members of two objects might be merged. Common properties on the additional object are discarded.
more >>
Posted by Chris on August 27, 2009 in Active Directory, PowerShell, VbScript | Tags :Active Directory, LDAP, PowerShell, VbScript
Active Directory contains a number of attributes which hold date information. This article shows how to generate LDAP Filters for these attributes in both VbScript and PowerShell.
more >>
Posted by Chris on August 27, 2009 in Active Directory, VbScript | Tags :Active Directory, Trust, VbScript
A script to enumerate trust information from an Active Directory forest.
more >>