Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 1.65 KB

Get-GraphApplication.md

File metadata and controls

83 lines (62 loc) · 1.65 KB
title description author ms.topic ms.date ms.author ms.reviewer ms.lastreviewed
Get-GraphApplication privileged endpoint for Azure Stack Hub
Reference for PowerShell Azure Stack privileged endpoint - Get-GraphApplication
sethmanheim
reference
04/27/2020
sethm
fiseraci
04/27/2020

Get-GraphApplication

Synopsis

Get-GraphApplication is a wrapper function to get the graph application information for the application name or identifier specified.

Syntax

Get-GraphApplication [[-ApplicationIdentifier] <Object>] [-ApplicationName <Object>] [-AsJob]

Description

Invokes the Get-GraphApplicationGroup on ADFS machine to get the graph application information.

Examples

Example 1

Get-GraphApplication -ApplicationName $ApplicationName

Parameters

-ApplicationIdentifier

Application Identifier of the application register in AD FS.

Type: Object
Parameter Sets: (All)
Aliases:

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

-ApplicationName

Application Name of the application registered in ADFS.

Type: Object
Parameter Sets: (All)
Aliases:

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

-AsJob

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

Next steps

For information on how to access and use the privileged endpoint, see Use the privileged endpoint in Azure Stack Hub.