Using Intune
Use Intune to mass-deploy to all corporate devices. There are two primary steps:
IntuneWin File Prep: A Microsoft binary that prepares the zip for deployment
Intune Deployment: The series of steps to deploy the installer
1. Prepare IntuneWin File
Intune requires a Win32 "preparation" process before uploading to the Intune console. You'll perform this step first.
Microsoft docs are located here.
Download IntuneWinAppUtil
, and use it to prepare the .intunewin
package with this command modified for version:
2. Intune Deployment
The application deployment process is standard and similar to any other application
Microsoft docs are located here.
Here are a few hints for setting it up:
Install command should be
dope_security_<build number>.exe -silent
Uninstall command:
dope_security_<build number>.exe -silent -uninstall AT_PASSWORD=<password>
Detection rule:
C:\Program Files\
Folder:dope.security
and use theFile or Folder Exists
dropdownAssignment:
Required
Last updated