Does anyone know if the Microsoft PowerShell Active Directory module calls the System.DirectoryServices.AccountManagement .Net namespace? Or if Microsoft have open sourced the module so that I can look myself.
I'm trying to draw out a stack topology and suddenly realised that I don't really know what cmdlets such as Get-ADUser and New-ADUser do internally and what if anything they call (i.e. how abstracted they are).