• Override Policies when changing last name

    We have several policies in place when creating a user object.

    Now if someone tries to change the lastname of such a user (mostly due to marriage), we get the error that it is not possible to do so due to a conflict with several policies.

    Is it possible…

  • Translating Objectsid to SID

    We have a postcreate script (powershell) that we run to set permissions for a users home directory. I am attempting to convert the script from using the users samaccountname to use the users sid. The problem is that from the $Request I am only able to…