18-02-2021, 06:09 PM
Hello,
I'm looking for a way to create connections folder with AD sync through powershell.
Cmdlet New-RDBaseItem allows to create the folder. It contains an option -ExternalId
Sounds like I can create first an AD connection with all required options - OU, Field Mappings, etc., - and then pass it's ID to bind to the new folder. But I can't find any related info.
Is it possible? Can you please explain, how to use it?
I'm looking for a way to create connections folder with AD sync through powershell.
Cmdlet New-RDBaseItem allows to create the folder. It contains an option -ExternalId
Quote:ExternalId [string] ExternalId of the Item - this can be a reference to a sync system like ActiveDirectory or vmWare.
Sounds like I can create first an AD connection with all required options - OU, Field Mappings, etc., - and then pass it's ID to bind to the new folder. But I can't find any related info.
Is it possible? Can you please explain, how to use it?