-
Notifications
You must be signed in to change notification settings - Fork 0
Confirm UdeVs2022Installation
Confirms the installation of Visual Studio 2022.
Confirm-UdeVs2022Installation [[-Path] <String>] [-Latest] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Checks if Visual Studio 2022 is installed on the machine and if the required components are present.
Will prepare necessary files to assist in installing missing components.
Confirm-UdeVs2022Installation
This command checks for the installation of Visual Studio 2022 and prepares prerequisite files in the default path. Will use the bundled configuration files.
Confirm-UdeVs2022Installation -Latest
This command checks for the installation of Visual Studio 2022 and prepares prerequisite files in the default path. Will download the latest configuration files from the internet.
The path to the directory where prerequisite files will be stored.
Defaults to "C:\Temp\d365bap.tools\Vs2022-Ude-Prerequisites".
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: C:\Temp\d365bap.tools\Vs2022-Ude-Prerequisites
Accept pipeline input: False
Accept wildcard characters: FalseInstructs the function to use the latest configuration files from the internet instead of the bundled ones.
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)