Get-RASVDIHostPoolMember

NAME

Get-RASVDIHostPoolMember

SYNOPSIS

Retrieves a VDI Host Pool Member from a VDI Host Pool.

SYNTAX

Get-RASVDIHostPoolMember [-VDIHostPoolIdarrow-up-right] <uint> [-Idarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Get-RASVDIHostPoolMember [-InputObjectarrow-up-right] <VDIHostPoolarrow-up-right> [-Idarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Get-RASVDIHostPoolMember [-VDIHostPoolNamearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] [-Idarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Retrieves a VDI Host Pool Member from a 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?  false

-VDIHostPoolName <string> The VDI Host Pool name.

-SiteId <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.

-VDIHostPoolId <uint> The VDI Host Pool ID.

-InputObject <VDIHostPoolarrow-up-right> An object of type VDIHostPool identifying the target VDI Host Pool. The object is obtained using the Get-RASVDIHostPool cmdlet.

<CommonParameters>

INPUTS

VDIHostPoolarrow-up-right

OUTPUTS

VDIHostPoolMemberarrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASVDIHostPoolMember -VDIHostPoolId 10 -Id 1 Get the specified VDI host pool member from the specified VDI host pool.

Last updated