Get-RdsRemoteApp
Mencantumkan program RemoteApp yang diterbitkan ke grup aplikasi.
Sintaks
Default (Default)
Get-RdsRemoteApp
[-TenantName] <String>
[-HostPoolName] <String>
[-AppGroupName] <String>
[-Name <String>]
[<CommonParameters>]
Deskripsi
Cmdlet Get-RdsRemoteApp mencantumkan program RemoteApp yang diterbitkan ke grup aplikasi yang ditentukan. Jika Anda menentukan nama RemoteApp, cmdlet ini mengembalikan properti RemoteApp yang ditentukan.
Contoh
Contoh 1: Mencantumkan semua RemoteApps yang telah diterbitkan ke grup aplikasi
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
Perintah ini mencantumkan semua RemoteApps yang telah diterbitkan ke grup aplikasi RemoteApp yang ditentukan.
Contoh 2: Mencantumkan properti RemoteApp tertentu
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
Perintah ini mencantumkan properti RemoteApp yang ditentukan dalam grup aplikasi. RemoteApp dan propertinya hanya ditampilkan jika RemoteApp telah diterbitkan ke grup aplikasi RemoteApp dan pengguna saat ini diizinkan dengan benar.
Parameter
-AppGroupName
Nama grup aplikasi.
Properti parameter
| Jenis: | String |
| Nilai default: | None |
| Mendukung wildcard: | False |
| DontShow: | False |
Set parameter
(All)
| Position: | 2 |
| Wajib: | True |
| Nilai dari alur: | True |
| Nilai dari alur berdasarkan nama properti: | True |
| Nilai dari argumen yang tersisa: | False |
-HostPoolName
Nama kumpulan host.
Properti parameter
| Jenis: | String |
| Nilai default: | None |
| Mendukung wildcard: | False |
| DontShow: | False |
Set parameter
(All)
| Position: | 1 |
| Wajib: | True |
| Nilai dari alur: | True |
| Nilai dari alur berdasarkan nama properti: | True |
| Nilai dari argumen yang tersisa: | False |
-Name
Nama RemoteApp.
Properti parameter
| Jenis: | String |
| Nilai default: | None |
| Mendukung wildcard: | False |
| DontShow: | False |
| Alias: | Nama Aplikasi Jarak Jauh |
Set parameter
(All)
| Position: | Named |
| Wajib: | False |
| Nilai dari alur: | True |
| Nilai dari alur berdasarkan nama properti: | True |
| Nilai dari argumen yang tersisa: | False |
-TenantName
Nama penyewa.
Properti parameter
| Jenis: | String |
| Nilai default: | None |
| Mendukung wildcard: | False |
| DontShow: | False |
Set parameter
(All)
| Position: | 0 |
| Wajib: | True |
| Nilai dari alur: | True |
| Nilai dari alur berdasarkan nama properti: | True |
| Nilai dari argumen yang tersisa: | False |
CommonParameters
Cmdlet ini mendukung parameter umum: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, dan -WarningVariable. Untuk informasi selengkapnya, lihat about_CommonParameters.