< Back

Get-AzureRmSubscriptionExt

Sat Jan 11, 2020 10:36 am

NAME Get-AzureRmSubscriptionExt



SYNOPSIS

Get subscription





SYNTAX

Get-AzureRmSubscriptionExt [[-SubscriptionName] <String[]>] [<CommonParameters>]





DESCRIPTION

Get subscription





PARAMETERS

-SubscriptionName <String[]>

Name of the subscription you want to work against



Support for wildcards like "DEV*"



Required? false

Position? 1

Default value *

Accept pipeline input? false

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Author: M??????tz Jensen (@splaxi)



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-AzureRmSubscriptionExt -Name "*DEV*","*TEST*"



This will get all the subscriptions that matches the search *DEV* and *TEST*











RELATED LINKS