Hi,
is it possible in ARM to view and edit the "Remote Desktop Services Profile" properties of an AD account in ARM?
The data is stored in the AD attribute "userParameters".
Greeting
Marc
Hi Marc,
when this information is stored in userParameters, this means you have a really old AD which got upgraded over time. By now all this information is stored differently in their own attributes. Only old ADs keep is stored in userParameters.At least that's what I could google since I haven't encountered this so far.
ARM is not able to get the informations out of this and change it since it's an encoded blob attribute.
-edit- removed a wrong part, thanks for @8paul to clarify.
CheersBjörn
as Björn mentioned you cannot directly edit the properties since they are encoded.
You could modify that property in a script execution (for example during user creation or attributes changes) but that is only possible when executing other actions.
Technically you could also make this change available in an OpenTemplate so you can execute it by itself without having to execute other actions, but that is only available trhough the webinterface.
@bjoern-cusatum
i think you are getting mixed up between the userprofilepath and the terminalservicesprofilepath
@8paultrue, my mistake and total brainfart. Went to the wrong tab and mistaken it... removed it from the original post so people won't get too confused.