Powershell Scripts for VM Customisations
Use the scripts in this repository with Powershell customisers in your Azure Compute Gallery customisations
Best option for configuring settings for an unattended git install is:
- Download the git executable
- Run the executable with the /SAVEINF= option
- The saved file can now be used with /LOADINF= in your unattended install
Full options for an unattended install are listed here:
"/NORESTART /VERYSILENT /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /LOG=$BUILD_DIRECTORY\git-for-windows.log /LOADINF=$BUILD_DIRECTORY\add_bash.inf /SUPPRESSMSGBOXES /ALLUSERS"
Further info at: