Skip to content

Instantly share code, notes, and snippets.

@matejskubic
Created June 21, 2024 07:52
Show Gist options
  • Save matejskubic/7c1f8ba0f824ac26e71f46d02eb5dca6 to your computer and use it in GitHub Desktop.
Save matejskubic/7c1f8ba0f824ac26e71f46d02eb5dca6 to your computer and use it in GitHub Desktop.
Dynamics D365 FO OneBox download and install update
$puId = "40"
$url = "https://d365opsasteuiwypep2gu3b.blob.core.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47-e54b86e7/njj7L1Up2RUdqSA1tKG4Tw?skoid=9ef30196-cd78-4a47-955e-89a3947f0a23&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-06-21T06%3A17%3A36Z&ske=2024-06-24T07%3A17%3A36Z&sks=b&skv=2024-05-04&sv=2024-05-04&st=2024-06-21T06%3A17%3A36Z&se=2024-06-24T07%3A17%3A36Z&sr=b&sp=r&sig=hSWXJzM9VGPDHWOMBtQTqNoFgg7CQbeZeWJP%2FX0kJMw%3D"
$file = "d:\$puId.zip"
C:\DynamicsTools\azcopy.exe cp "$url" $file
mkdir d:\pu
C:\DynamicsTools\7za.exe x $file -od:\pu\
pushd d:\pu
C:\DynamicsTools\UpdateDevBox.ps1 $puId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment