Get-RASVDIHostPoolMember.md
NAME
Get-RASVDIHostPoolMember
SYNOPSIS
Retrieves a VDI Host Pool Member from a standalone VDI Host Pool.
SYNTAX
**Get-RASVDIHostPoolMember [VDIHostPoolId] (uint) [Id (uint)] [(CommonParameters)]
**Get-RASVDIHostPoolMember [-InputObject] (VDIHostPool) [Id (uint)] [(CommonParameters)]
**Get-RASVDIHostPoolMember [VDIHostPoolName] (string) [[-SiteId] (uint)] [Id (uint)] [(CommonParameters)]
DESCRIPTION
Retrieves a VDI Host Pool Member from a standalone VDI Host Pool.
PARAMETERS
Id (uint)
The VDI Host Pool Member ID.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? falseVDIHostPoolName (string)
The VDI Host Pool name.
Required? true
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? falseSiteId (uint)
Site ID where the VDI Host Pool is located.
If the parameter is omitted, the site ID of the Licensing Server will be used.
Required? false
Position? 1
Default value 0
Accept pipeline input? false
Accept wildcard characters? falseVDIHostPoolId (uint)
The VDI Host Pool ID.
Required? true
Position? 0
Default value 0
Accept pipeline input? false
Accept wildcard characters? falseInputObject (VDIHostPool)
An object of type VDIHostPool identifying the target VDI Host Pool.
The object is obtained using the Get-RASVDIHostPool cmdlet.
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false(CommonParameters)
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation. INPUTS
OUTPUTS
EXAMPLES
**---------- EXAMPLE 1 ----------
Get-RASVDIHostPoolMember -VDIHostPoolId 10 -Id 1
Get the specified VDI host pool member from the specified standalone VDI host pool.
RELATED LINKS
Last updated