Hi!
instead of "CustomProperties" use "Properties":
https://docs.royalapps.com/r2023/scripting/rjson/advanced-scenarios.html
Regards,
Stefan
Hi Stefan!
Thx for your answer - that worked like a breeze!
Now it's working as expected
Thx for your help and have a nice time!
Cheers Florian
You're welcome. Glad I could help.
Florian Mulatz
Hi there!
I'm creating a dynamic folder from AD with a powershell script. I'm wondering how to add the properties
EnableConvenienceKeyForwards
EnableWindowsKey
to the RDP Connection. Basically my Script is working perfectly - I'm just not able to "activate" those features. Can you help on that?
Basically that's the call which creates the psobject which get's converted in a json object afterwards.
I tried it with a nested property - but this does not work:
This is an example output with my script:
Thx for your help guys!