Skip to content

Latest commit

 

History

History
96 lines (72 loc) · 1.83 KB

Get-AvdHostPool.md

File metadata and controls

96 lines (72 loc) · 1.83 KB
external help file Module Name online version schema
Az.Avd-help.xml
Az.Avd
2.0.0

Get-AvdHostPool

SYNOPSIS

Get AVD Hostpool information.

SYNTAX

Name (Default)

Get-AvdHostPool -HostPoolName <String> -ResourceGroupName <String> [<CommonParameters>]

ResourceId

Get-AvdHostPool -ResourceId <String> [<CommonParameters>]

DESCRIPTION

With this function you can get information about an AVD hostpool.

EXAMPLES

EXAMPLE 1

Get-AvdHostPool -HostPoolName avd-hostpool-001 -ResourceGroupName rg-avd-001

EXAMPLE 2

Get-AvdHostPool -ResourceId "/subscription/../HostPoolName"

PARAMETERS

-HostPoolName

Enter the name of the hostpool you want information from.

Type: String
Parameter Sets: Name
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceGroupName

Enter the name of the resourcegroup where the hostpool resides in.

Type: String
Parameter Sets: Name
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceId

Enter the hostpool ResourceId

Type: String
Parameter Sets: ResourceId
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS