Get-RASVDIHostPoolMember
Last updated
Last updated
Get-RASVDIHostPoolMember
Retrieves a VDI Host Pool Member from a standalone VDI Host Pool.
Get-RASVDIHostPoolMember [] (uint) [ (uint)] [()]
Get-RASVDIHostPoolMember [-] () [ (uint)] [()]
Get-RASVDIHostPoolMember [] (string) [[-] (uint)] [ (uint)] [()]
Retrieves a VDI Host Pool Member from a standalone VDI Host Pool.
The VDI Host Pool Member ID.
The VDI Host Pool name.
Site ID where the VDI Host Pool is located.
If the parameter is omitted, the site ID of the Licensing Server will be used.
The VDI Host Pool ID.
An object of type VDIHostPool identifying the target VDI Host Pool.
The object is obtained using the Get-RASVDIHostPool cmdlet.
(CommonParameters)
**---------- EXAMPLE 1 ----------
Get-RASVDIHostPoolMember -VDIHostPoolId 10 -Id 1
Get the specified VDI host pool member from the specified standalone VDI host pool.