Skip to content

Latest commit

 

History

History
96 lines (72 loc) · 1.97 KB

Get-AvdApplicationGroup.md

File metadata and controls

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

Get-AvdApplicationGroup

SYNOPSIS

Get AVD applicationgroup information with the assigned permissions.

SYNTAX

Name (Default)

Get-AvdApplicationGroup -ApplicationGroupName <String> -ResourceGroupName <String> [<CommonParameters>]

ResourceId

Get-AvdApplicationGroup -resourceId <String> [<CommonParameters>]

DESCRIPTION

With this function you can get information about an AVD application group.

EXAMPLES

EXAMPLE 1

Get-AvdApplicationGroup -ApplicationGroupName applicationGroup -ResourceGroupName rg-avd-001

EXAMPLE 2

Get-AvdApplicationGroup -ResourceId "/subscriptions/../applicationGroupname"

PARAMETERS

-ApplicationGroupName

Enter the name of the application group 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 applicationgroup 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