Title
Create new category
Edit page index title
Edit category
Edit link
How to deploy the Metadefender Kiosk App via SCCM
This article applies to all MetaDefender Kiosk releases deployed on Windows Systems
MetaDefender Kiosk does not natively support full command-line installation with initial configuration. This workaround outlines a process of simplifying setup by preconfiguring configuration files on a lab machine and deploying via SCCM.
Steps to Configure
Step 1: Preparation (Lab Environment Setup)
Install Kiosk manually on a lab computer. This lab computer will be used to gather the desired initial configuration that will be imported.
Complete the initial setup, including:
- Admin account configuration
- Any custom application settings
Uninstall the application once setup is complete.
Backup configuration files:
- Path:
C:\\ProgramData\\OPSWAT\\Metadefender - These contain all the initial setup details required for deployment.
- Path:
Step 2: Deployment via SCCM
Preload configuration:
- Copy the backed-up folder to:
C:\\ProgramData\\OPSWAT\\Metadefender - Tip: Use SCCM’s pre-deployment script or task sequence.
- Copy the backed-up folder to:
Silent Installation via Command Line: Use the documented CLI parameters from https://www.opswat.com/docs/mdkiosk/installation/installing-metadefender-kiosk-from-the-command-line
License Activation Using REST API (via cURL):
curl -X GET "<https://activation.dl.opswat.com/activation?key=<activation-key>>&deployment=<deployment-unique-ID>&quantity=1" > activation.yml- Proceed to activate the Kiosk offline.
Prerequisites
- SCCM
- Metadefender Kiosk App
If Further Assistance is required, please proceed to log a support case or chatting with our support engineer.