Invoke D365InstallAzCopy - FH-Inway/d365fo.tools GitHub Wiki
Download AzCopy.exe to your machine
Invoke-D365InstallAzCopy [[-Url] <String>] [[-Path] <String>] [<CommonParameters>]
Download and extract the AzCopy.exe to your machine
Invoke-D365InstallAzCopy -Path "C:\temp\d365fo.tools\AzCopy\AzCopy.exe"
This will update the path for the AzCopy.exe in the modules configuration
Url/Uri to where the latest AzCopy download is located
The default value is for v10 as of writing
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: Https://aka.ms/downloadazcopy-v10-windows
Accept pipeline input: False
Accept wildcard characters: False
Path to where you want the AzCopy to be extracted to
Default value is: "C:\temp\d365fo.tools\AzCopy\AzCopy.exe"
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: C:\temp\d365fo.tools\AzCopy\AzCopy.exe
Accept pipeline input: False
Accept wildcard characters: False
This 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)