The RDP connection in root folder is inheriting the child credentials instead of the parent folder. RDP1,2 and 5 are in parent, RDP3 and 4 in child. They inherit everything from the folder except the name and connection.
Here is how the setup should be:
Parent folder (contains user "abc" credentials)
---RDP1 (inherits everything from parent)
---RDP2 (inherits everything from parent)
---Child (contains user "xyz" credentials)
---|---RDP3 (inherits everything from child folder)
---|---RDP4 (inherits everything from child folder)
---RDP5 (inherits everything from parent)
Here is how the setup is working:
Parent folder (contains user "abc" credentials)
---RDP1 (inherits everything from child folder)
---RDP2 (inherits everything from child folder)
---Child (contains user "xyz" credentials)
---|---RDP3 (inherits everything from child folder)
---|---RDP4 (inherits everything from child folder)
---RDP5 (inherits everything from child folder)
When I launch RDP1,2 or 5 I expect to see RDPx (RDPx\abc) as label, instead it is RDPx (RDPx\xyz)
I can't post actual screenshots of this due to the sensitive nature of the servers.
Windows 7 64 bit, using portable version.