I'm not super familiar with Powershell, but I'm capable of writing a few basic scripts.
When importing a custom property in the script for a dynamic folder it is in this format.
'$CustomProperty.ServerName$'
I am not familiar with a 'variable' surrounded by $ and can't seem to find any information in this regards.
Is this a RTS specific feature or is it in fact built in to Powershell?
Any information in regards to this would be greatly appreciated as I would like to learn more about it and how I can properly use it.
Hi!
This is a "replacement token" in Royal TS and can be used to access the "ServerName" defined in the custom properties.
See also:
https://docs.royalapps.com/r2023/royalts/advanced/tokens.html
Let me know if this helps.
Regards,Stefan
Austin Arbour
I'm not super familiar with Powershell, but I'm capable of writing a few basic scripts.
When importing a custom property in the script for a dynamic folder it is in this format.
I am not familiar with a 'variable' surrounded by $ and can't seem to find any information in this regards.
Is this a RTS specific feature or is it in fact built in to Powershell?
Any information in regards to this would be greatly appreciated as I would like to learn more about it and how I can properly use it.