Set D365AzCopyPath - FH-Inway/d365fo.tools GitHub Wiki
Set the path for AzCopy.exe
Set-D365AzCopyPath [-Path] <String> [<CommonParameters>]
Update the path where the module will be looking for the AzCopy.exe executable
Invoke-D365InstallAzCopy -Path "C:\temp\d365fo.tools\AzCopy\AzCopy.exe"
This will update the path for the AzCopy.exe in the modules configuration
Path to the AzCopy.exe
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
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)