Remko Weijnen remkoweijnen.nl/blog Search posts…/

PowerShell

Exchange · PowerShell — from the archive

Exchange Move Mailbox Experiences Part 3

In Part 2 I showed some details about Mailbox Rule corruptions that can disturb Mailbox Moves. For this part …

·2 min read
PowerShell — from the archive

Inline arrays in PowerShell

Sometimes I want to process a list of “things” easily in PowerShell where the list is not in an …

·1 min read
Active Directory · PowerShell — from the archive

Settings NTFS Permissions by SID in PowerShell

I am currently creating a PowerShell script that creates a user with all needed Active Directory attributes, …

·2 min read
Active Directory · PowerShell — from the archive

Check if a useraccount exists with PowerShell

Function below can be used to check if a given Username exists in Active Directory: powershell Copy Download …

·1 min read
Exchange · PowerShell — from the archive

Get smallest Exchange Database in PowerShell

I needed to adapt some scripts that create a user with mailbox for Exchange 2010. The existing scripts had a …

·1 min read
Exchange · PowerShell — from the archive

Set Exchange Product Key with PowerShell

By default Exchange 2007 and 2010 are installed in Trial mode so before going into production you need to …

·1 min read
Active Directory · PowerShell — from the archive

AD Internals: Display RID Allocation Pools

In my previous post I wrote about a problem I had with duplicate RID Allocation pools. But how do we get more …

·5 min read