User Tools

Site Tools


microsoft:remotedesktop:powershell:remoteapps

Microsoft - Remote Desktop - PowerShell - RemoteApps

Report of all RemoteApps

Run the following on the Connnection Broker server:

Get-RDRemoteApp | `
Select-Object `
  CollectionName,
  DisplayName,
  FilePath,
  FileVirtualPath,
  CommandLineSetting,
  RequiredCommandLine,
  IconIndex,
  IconPath,
  @{Label="UserGroups";Expression={$_.UserGroups -join ", "}},
  ShowInWebAccess | `
  Export-Csv -NoTypeInformation -Path "C:\Temp\$((Get-Date -Format u).SubString(0,10)) - RemoteApps.csv"
microsoft/remotedesktop/powershell/remoteapps.txt · Last modified: 2022/08/23 13:17 by bas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki