Skip to main content

SYNOPSIS

Retrieves all Entra ID applications configured for SCIM provisioning.

SYNTAX

All (Default)

Get-MgApplicationSCIM [-ForceNewToken] [-ExportToExcel] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

ByObjectId

Get-MgApplicationSCIM [-ObjectID <String>] [-ForceNewToken] [-ExportToExcel]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

ByDisplayName

Get-MgApplicationSCIM [-DisplayName <String>] [-ForceNewToken] [-ExportToExcel]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

This function returns a list of all Entra ID applications with SCIM provisioning enabled, along with their synchronization job details and settings.

EXAMPLES

EXAMPLE 1

$scimApps = Get-MgApplicationSCIM
Retrieves all Entra ID applications with SCIM provisioning enabled.

EXAMPLE 2

Get-MgApplicationSCIM -ForceNewToken
Forces the function to disconnect and reconnect to Microsoft Graph to obtain a new access token.

EXAMPLE 3

Get-MgApplicationSCIM -Export
Exports the SCIM configuration details to a CSV file.

EXAMPLE 4

Get-MgApplicationSCIM -ObjectID "xxx-xxx-xxx"
Retrieves the SCIM configuration for a specific application by its ObjectID.

PARAMETERS

-ObjectID

{{ Fill ObjectID Description }}
Type: String
Parameter Sets: ByObjectId
Aliases:

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

-DisplayName

{{ Fill DisplayName Description }}
Type: String
Parameter Sets: ByDisplayName
Aliases:

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

-ForceNewToken

{{ Fill ForceNewToken Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-ExportToExcel

{{ Fill ExportToExcel Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

LIMITATIONS The groups assignments are not retrieved because based on https://main.iam.ad.ext.azure.com This function requires the Microsoft.Graph.Applications and Microsoft.Graph.Authentication modules. https://ps365.clidsys.com/docs/commands/Get-MgApplicationSCIM