forked from d365collaborative/d365bap.tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Get UdeXrefDb
FH-Inway edited this page Sep 17, 2026
·
1 revision
Gets UDE cross-reference databases.
Get-UdeXrefDb [[-Name] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
This function retrieves UDE cross-reference databases.
Get-UdeXrefDb
This will retrieve all available UDE cross-reference databases.
Get-UdeXrefDb -Name "db-123*"
This will retrieve the UDE cross-reference database with the specified name.
The name of the database to retrieve.
Supports wildcard patterns.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: *
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)