Skip to main content

Clear-MtGraphCache

SYNOPSIS

Resets the local cache of Graph API calls. Use this if you need to force a refresh of the cache in the current session.

SYNTAX

Clear-MtGraphCache [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

By default all graph responses are cached and re-used for the duration of the session.

Use this function to clear the cache and force a refresh of the data from Microsoft Graph.

EXAMPLES

EXAMPLE 1

Clear-MtGraphCache

This example clears the cache of all Graph API calls.

PARAMETERS

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
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

https://maester.dev/docs/commands/Clear-MtGraphCache