I'm writing a powershell script to query the "enabled" status of each published application using command "Get-RASPubRDSApp |select-object name, enabled".
If there is folder structure, the "enabled" status of icon may be incorrect.
e.g. If I have a "FolderA" in which there are App1 and App2, in...