Start a new topic
Solved

Dynamic Folder and multiple powershell variables referenced in same line interpreted as token

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}}|

 

image

1 Comment

Hi,


in this case a log entry like this is expected. This doesn't affect the actual script and is just intended to help troubleshooting in case a token was misspelled. In this case you can safely ignore this message.


Regards,
Stefan


1 person likes this
Login or Signup to post a comment