Hello,
think this might be only cosmetic, and not sure if can anything be done with it, but if the 2 powershell variables are referenced in the same line like below then royalts interprets it as a token. Did work around by breaking the line.
Select-Object name,@{Name="Type";Expression={"RemoteDesktopConnection"}},
@{Name="ComputerName";Expression={$_.dnshostname}}. @{Name="Properties";Expression={$properties}}|
