Download VHD from LCS
1. Login LCS.
2. Go to "Shared Asset Library" >> "Downloadable VHD"
3.Select the latest version. Each version has a multiple part.
4.Select the part one by one and click the "Generate SAS Link".
Note: if you click the Hyper link it takes more time for downloading. So, we have an alternative option for Generate SAS Link.
5.link copied to your clipboard.
6.Open the Power shell comment prompt.
7. Download the "Azcopy" from microsoft.
Link for download: "Copy or move data to Azure Storage by using AzCopy v10 | Microsoft Learn"
8.Copy and paste it in one folder.
9.In PowerShell go to the folder using the change directory command "cd"
10. Run the following copy command.
Syntax: go to the
.\azcopy copy "XXX" "YYY"
Note : "XXX" is your clipboard value of "Generate SAS link"
"YYY" is your local saving directory.
11. if azcopy not executing, install the azcopy using the following command in powershell.
"Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force"
12. close and reopen the powershell and rerun the step 10.
13. file will start the download.
14. After download all the parts of F&O. Rename the part 1 as .exe and remaining all with .rar format like below format.
- FinandOps10.0.39.part001.exe
- FinandOps10.0.39.part002.rar
- FinandOps10.0.39.part003.rar
- FinandOps10.0.39.part004.rar
Comments
Post a Comment