-
Notifications
You must be signed in to change notification settings - Fork 0
Clear UdeCredentialCache
Clears the cached credentials used by Visual Studio for connecting to Dynamics 365 / Power Platform environments.
Clear-UdeCredentialCache [-Force] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clears the cached credentials used by Visual Studio for connecting to Dynamics 365 / Power Platform environments by removing the credential cache directory located at %APPDATA%\Microsoft\CRMDeveloperToolKit.
Clear-UdeCredentialCache
This will prompt the user to make sure that they understand what will be removed/cleared. However, no action will be taken unless the -Force parameter is supplied.
Clear-UdeCredentialCache -Force
This will remove all Visual Studio cached credentials for connecting to Dynamics 365 / Power Platform environments. Force parameter is needed for the function to proceed.
Instructs the function to proceed with clearing the credential cache.
Nothing happens unless this parameter is supplied.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Mötz Jensen (@Splaxi)