AD Single Update

Update a single entry in Microsoft Active Directory at the specified DN (distinguished name).

Revision History

1.1.0.8 Initial release
2.0.0.3 Bug fixes and targeted .NET Framework 4.8
2.0.0.4 Fixed escaped XML properties issue

Properties

Connection

Type: Connection Input
The Connection Property

BaseDn
Type: String
A Distinguished Name to prefix to the Dn property on the Node. Omit if not required.

Username
Type: String
The Active Directory username used to authenticate the request.

Password
Type: Password
The Active Directory password used to authenticate the request.

The Connection Property

Dn

Type: String Input
The Distinguished Name that represents the location at which the search should begin. If BaseDn is specified in the Connection property, it will be prefixed to the DN that is used in the query. Refer to System.DirectoryServices.DirectoryEntry in MSDN (http://msdn.microsoft.com/en-us/library/vstudio/87tye19w(v=vs.100).aspx) for examples of use.

PropertyName

Type: String Input
The PropertyName represents which property needs to be updated.

Value

Type: Object Input
The Value

ResponseXml

Type: XML Output
Provides the response data.