Remove-GraphApplication

Synopsis

Remove-GraphApplication is a wrapper function to call AD FS Graph cmdlets on AD FS.

Syntax

Remove-GraphApplication [[-ApplicationIdentifier] <Object>] [-AsJob]

Description

Invokes the Remove-GraphApplicationGroup on AD FS to remove the specified application on to AD FS machine.

Examples

Example 1

Remove-GraphApplication -ApplicationIdentifier "Application-Identifier-123456"

Parameters

-ApplicationIdentifier

Identifier of the application to be deleted

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
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.