Get-AzureADMSApplicationTemplate

Retrieve a list of applicationTemplate objects

Syntax

Get-AzureADMSApplicationTemplate []
Get-AzureADMSApplicationTemplate
   -Id <String>
   [<CommonParameters>]

Description

This cmdlet allows users to get a list of all the application templates or a specific application template.

Examples

1. Gets a list of application template objects

PS C:\> $all_templates = Get-AzureADMSApplicationTemplate

This command gets all the application template objects

2. Gets an application template object

PS C:\> $template = Get-AzureADMSApplicationTemplate -Id e8b7b394-057d-4203-a93a-1879c28ece38

This command gets an application template object for the given id

Parameters

-Id

The unique identifier of an application template

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

Outputs

Microsoft.Online.Administration.ApplicationTemplate