krutoprop.blogg.se

How to install software using powershell
How to install software using powershell












how to install software using powershell

Record the hash value, which is the 64-character string returned in PowerShell.įor example, if the 7‑zip MSI file is in your Downloads folder, run Get‑FileHash ‑Path C:\Users\ username\Downloads\7z1900‑圆4.msi ‑Algorithm SHA256

  • To get the file hash, run Get‑FileHash ‑Path PathToFile ‑Algorithm SHA256, where PathToFile is the path to the app installation file.
  • Note: The app installation file must be available either from the vendor's website or a server location accessible by http, https, or ftp protocol where your IT admin hosts the file.įor example, you could download the 7‑Zip installation file from.
  • On your Windows device, download the MSI file you want to deploy.
  • To create the XML file, you need the URL of the app, the file hash, and the product ID. Step 1: Get required app details and create the XML file You specify the app MSI file location in an XML file that you set as the value of the custom setting.

    how to install software using powershell

    You can install software on Windows devices enrolled in Windows device management by adding custom settings in the Google Admin console. This feature is available with Cloud Identity Premium edition.














    How to install software using powershell