Vulnerability Management Mass Deployment (Intune)
If you wish to deploy the Vulnerability Management agent to multiple devices within your organisation, you can do so via Intune using the steps below.
- Select "Add", then "Windows 10 and later"
- Fill in a friendly name and description for the new script
- Copy your Organisation ID from within the OneClickComply platform. It can be found inside of the 'Installation' tab of the Vulnerability Management area, as shown below:
- Replace the 'xxxxxx' value in the script below with your Organsiation ID. Then paste the updated script to Intune:
Start-Process 'C:\Windows\System32\msiexec.exe' -ArgumentList '/i https://cdn.roboshadow.com/GetAgent/RoboShadowAgent-x64.msi /qb /norestart ORGANISATION_ID=xxxxxx' -Wait
- Once you have confirmed that the script above has been correctly updated, select "No", "No", then "Yes" for the 3 options underneath "Script Location"
- Select the group(s) to be targeted, or all devices as required
- Click "Next", then "Create"
- The Vulnerability Management agent will then install the next time the devices check in.
Note: Check in times for Microsoft Intune can vary, so installation of the agent may not occur immediately.
If you have any questions about the above, please contact a member of our support team
Updated on: 28/08/2025
Thank you!