forked from d365collaborative/d365bap.tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Get UdeDbJitCache
FH-Inway edited this page Sep 17, 2026
·
1 revision
Retrieves UDE database JIT access credentials from the local cache.
Get-UdeDbJitCache [[-Id] <String>] [-ShowPassword] [-ProgressAction <ActionPreference>] [<CommonParameters>]
This function retrieves UDE database JIT access credentials from the local cache.
Get-UdeDbJitCache -Id "demo"
This will retrieve the JIT database access credentials for the ID "demo".
The unique identifier for the JIT access credentials.
Type: String
Parameter Sets: (All)
Aliases: Name
Required: False
Position: 1
Default value: *
Accept pipeline input: False
Accept wildcard characters: FalseInstructs the function to include the password in the 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)