Remko Weijnen remkoweijnen.nl/blog Search posts…/

Active Directory

Active Directory · PowerShell — from the archive

Read Maximum Password Age with PowerShell

I needed to read out the Maximum Password age with a PowerShell script in a Windows 2003 domain. Reading out …

·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
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
Active Directory · Exchange — from the archive

The case of the duplicate SID’s

I encountered another interesting error during Exchange 2010 installation today. During the Organization …

·4 min read