Dynamic Folder - Search for Credentials

Hello :slight_smile:

I am using Dynamic Folder with a powershell script which receive all Folder and RDP connections from AD. This works fine :slight_smile:

All RDP-Connections have “Credentials form Parent” = true

I looks like this:

Folder A
   Folder B
       RDP1
       RDP2
   Folder C
       RDP3
       RDP4

Is it possible to define in dynamic credentialscript that FolderB seach for credential named “AdminA” and FolderC search for “AdminB” ? and so on?
Thanks

Thomas

Hi Thomas,

a Dynamic Credential Script cannot be used like this. The script will provide username and password. What you can do is to write your script in a way that FolderB is configured to use a credential by name with the name “AdminA”.

Regards,
Stefan