Get-RdsRemoteApp
列出发布到应用组的 RemoteApp 程序。
语法
Get-RdsRemoteApp
[-TenantName] <String>
[-HostPoolName] <String>
[-AppGroupName] <String>
[-Name <String>]
[<CommonParameters>]
说明
Get-RdsRemoteApp cmdlet 列出了发布到指定应用组的 RemoteApp 程序。 如果指定 RemoteApp 的名称,此 cmdlet 将返回指定 RemoteApp 的属性。
示例
示例 1:列出已发布到应用组的所有 RemoteApps
PS C:\> Get-RdsRemoteApp -TenantName "contoso" -HostPoolName "contosoHostPool" -AppGroupName "officeApps"
TenantGroupName : Default Tenant Group
TenantName : contoso
HostPoolName : contosoHostPool
AppGroupName : officeApps
RemoteAppName : Excel
FilePath : C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE
AppAlias :
CommandLineSetting : DoNotAllow
Description :
FriendlyName : Excel
IconIndex : 0
IconPath : C:\Program Files\Microsoft
Office\Root\VFS\Windows\Installer\{90160000-000F-0000-1000-0000000FF1CE}\xlicons.exe
RequiredCommandLine :
ShowInWebFeed : True
TenantGroupName : Default Tenant Group
TenantName : contoso
HostPoolName : contosoHostPool
AppGroupName : officeApps
RemoteAppName : PowerPoint
FilePath : C:\Program Files\Microsoft Office\root\Office16\POWERPNT.EXE
AppAlias :
CommandLineSetting : DoNotAllow
Description :
FriendlyName : PowerPoint
IconIndex : 0
IconPath : C:\Program Files\Microsoft
Office\Root\VFS\Windows\Installer\{90160000-000F-0000-1000-0000000FF1CE}\pptico.exe
RequiredCommandLine :
ShowInWebFeed : True
此命令列出已发布到指定 RemoteApp 应用组的所有 RemoteApps。
示例 2:列出特定 RemoteApp 的属性
PS C:\> Get-RdsRemoteApp -TenantName "contoso" -HostPoolName "contosoHostPool" -AppGroupName "officeApps" -Name "Excel"
TenantGroupName : Default Tenant Group
TenantName : contoso
HostPoolName : contosoHostPool
AppGroupName : officeApps
RemoteAppName : Excel
FilePath : C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE
AppAlias :
CommandLineSetting : DoNotAllow
Description :
FriendlyName : Excel
IconIndex : 0
IconPath : C:\Program Files\Microsoft
Office\Root\VFS\Windows\Installer\{90160000-000F-0000-1000-0000000FF1CE}\xlicons.exe
RequiredCommandLine :
ShowInWebFeed : True
此命令列出应用组中指定 RemoteApp 的属性。 仅当 RemoteApp 已发布到 RemoteApp 应用组且当前用户获得正确授权时,才会显示 RemoteApp 及其属性。
参数
-AppGroupName
应用组的名称。
类型: | String |
Position: | 2 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-HostPoolName
主机池的名称。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Name
RemoteApp 的名称。
类型: | String |
别名: | RemoteAppName |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-TenantName
租户的名称。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
System.String
输出
Microsoft.RDInfra.RDManagementData.RdMgmtRemoteApp