ActiveDirectoryManagementFramework / DomainManagement

PowerShell module to manage domain level Active Directory resources
MIT License
7 stars 3 forks source link

User Name, SamAccountName and Path issue #10

Closed FriedrichWeinmann closed 4 years ago

FriedrichWeinmann commented 4 years ago

It currently considers the full path of a user object to be:

CN=<SamAccountName>,<Path>

This is obviously wrong, as the name property, not the SamAccountName defines its path, leading to issues in cases where the two are not equal.

Proposed changes:

FriedrichWeinmann commented 4 years ago

Resolved in 1.3.62