Convert IADsLargeInteger to Int64 in PowerShell
Some Active Directory attributes return an 8 byte integer in the form of an IADsLargeInteger interface. An …
Some Active Directory attributes return an 8 byte integer in the form of an IADsLargeInteger interface. An …
Today one of my collegues asked me to write a script that performs two actions for all users of a certain …
For a script I needed to create an AQS (Advanced Query Syntax) Query that contained a date range. An example …
In Part 2 I showed some details about Mailbox Rule corruptions that can disturb Mailbox Moves. For this part …
Sometimes I want to process a list of “things” easily in PowerShell where the list is not in an …
I am currently creating a PowerShell script that creates a user with all needed Active Directory attributes, …
Function below can be used to check if a given Username exists in Active Directory: powershell Copy Download …
I needed to adapt some scripts that create a user with mailbox for Exchange 2010. The existing scripts had a …
By default Exchange 2007 and 2010 are installed in Trial mode so before going into production you need to …
I am currently working on an Exchange migration from 2003 to 2010. For the implementation of a load balancing …