Adobe Acrobat
PowerShell script to silently install Adobe Acrobat DC.
This script will silently install Adobe Acrobat DC. A path to the setup files (.zip archive) can be provided to save bandwidth. If no path is specified, the setup files will be downloaded directly from Adobe.
Optional Steps for Local Deployment:
- 1.Download the Adobe Acrobat setup files from the link above
- 2.Save the setup archive to a local share
- 3.Deploy via RMM with the
-Path
parameter specifying the local path to the archive
Usage:
.\InstallAdobeAcrobat.ps1 -Path \\share\AdobeAcrobat.zip
Want to learn more about how this script works? Included below are official documentation links for all cmdlets used in this script, as well as other useful documentation where applicable.
Cmdlet Documentation:
Last modified 1yr ago