This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Powershell Custom Activity Write into AD

Hello,

I am looking to create a custom activity that can allow user to update certain custom attributes in Active Directory.

Inside the SDK documentation, I have noticed a UserAccountInfo class and AttributeInfo class.

Please enlighten me on how can I utilize them in custom activity.

Thank you

Parents
  • Thank you the reply.

    Have managed to update the attributes in AD by using the native powershell commands.

    Get-ADUser and Set-ADUser with correct parameters will be able to update the attributes in AD.
    (Do note that to user the commands, AD and ADLDS Tools feature is required to be installed on the instance which Password Manager is installed on)
Reply
  • Thank you the reply.

    Have managed to update the attributes in AD by using the native powershell commands.

    Get-ADUser and Set-ADUser with correct parameters will be able to update the attributes in AD.
    (Do note that to user the commands, AD and ADLDS Tools feature is required to be installed on the instance which Password Manager is installed on)
Children