-
Notifications
You must be signed in to change notification settings - Fork 0
Clear UdeDbJitCache
Clears the JIT cache for the UDE database.
Clear-UdeDbJitCache [-Force] [-ProgressAction <ActionPreference>] [<CommonParameters>]
This function clears the Just-In-Time (JIT) cache for the UDE database by removing expired credentials and resetting the cache configuration.
Clear-UdeDbJitCache
This will clear all expired JIT database access credentials from the local cache.
Clear-UdeDbJitCache -Force
This will clear all JIT database access credentials from the local cache, regardless of their expiration status.
Instructs the function to clear all cached JIT credentials regardless of their expiration status.
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)