-
Notifications
You must be signed in to change notification settings - Fork 0
Get UdeCredentialCache
Gets UDE credential cache information.
Get-UdeCredentialCache [[-Path] <String>] [-AsExcelOutput] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
This function retrieves cached UDE credentials stored in an encrypted file used by the CRM Developer Toolkit.
Get-UdeCredentialCache
This will retrieve the UDE credential cache information.
Get-UdeCredentialCache -AsExcelOutput
This will retrieve the UDE credential cache information and export it to an Excel file.
The path to the CRM Developer Toolkit folder.
Defaults to the standard location in the user's AppData folder.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: "$env:APPDATA\Microsoft\CRMDeveloperToolKit"
Accept pipeline input: False
Accept wildcard characters: FalseInstruct the cmdlet to output all details directly to an Excel file.
Will include all properties, including those not shown by default in the console output.
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)