-
Notifications
You must be signed in to change notification settings - Fork 0
Get UdePackageLocalDirectory
Gets local UDE PackagesLocalDirectory paths
Get-UdePackageLocalDirectory [[-Version] <String>] [-AsExcelOutput] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Finds installed packages versions under the local Dynamics 365 developer folder
Returns the full PackagesLocalDirectory path for each matching version, sorted ascending by version
Get-UdePackageLocalDirectory
Lists all local PackagesLocalDirectory paths. It will only include versions where PackagesLocalDirectory exists.
Get-UdePackageLocalDirectory -Version '10.0.2345*'
Lists PackagesLocalDirectory paths for matching package versions. It will support wildcard search on the version number.
Get-UdePackageLocalDirectory -AsExcelOutput
Lists all local PackagesLocalDirectory paths. It will output all details into an Excel file, that will auto open on your machine.
Packages version to include. Supports wildcards. Defaults to '*'
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: *
Accept pipeline input: False
Accept wildcard characters: FalseInstruct the cmdlet to output all details directly to an Excel file
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)