Get-AzManagementGroupSubscription
Gets the details of Subscription(s) under a Management Group.
Syntax
Get-AzManagementGroupSubscription
[-GroupName] <String>
[[-SubscriptionId] <String>]
[-PassThru]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Get-AzManagementGroupSubscription cmdlet gets the subscription info under a Management Group. Providing the SubscriptionId and GroupName will give only the Subscription details for that subscription. Providing only the GroupName will list the details for all Subscriptions under the Management Group.
Examples
Example 1: Get Subscription Details under a Management Group
Get-AzManagementGroupSubscription -GroupName "TestGroup" -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
Name : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
Type : Microsoft.Management/managementGroups/subscriptions
Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
DisplayName : Visual Studio Enterprise Subscription
ParentId : /providers/Microsoft.Management/managementGroups/TestGroup
State : Active
Example 2: Get all Subscription Details under a Management Group
Get-AzManagementGroupSubscription -GroupName "TestGroup"
Name : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
Type : Microsoft.Management/managementGroups/subscriptions
Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
DisplayName : Visual Studio Enterprise Subscription
ParentId : /providers/Microsoft.Management/managementGroups/TestGroup
State : Active
Name : 2120692d-35c3-44c8-81f5-631fa7351726
Type : Microsoft.Management/managementGroups/subscriptions
Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/2120692d-35c3-44c8-81f5-631fa7351726
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
DisplayName : Test Subscription
ParentId : /providers/Microsoft.Management/managementGroups/TestGroup
State : Active
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-GroupName
Management Group Id
Type: | String |
Aliases: | GroupId |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PassThru
Return true
on successful execution
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
Subscription Id of the subscription associated with the management
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None