Enrolling Windows Modern Using PowerShell Script
Before you begin
- Make sure you have the Provisioning Package (PPKG) available. See Creating an Enrollment Policy for a Provisioning Package (PPKG) Enrollment Type for details.
About this task
This task provides instructions on enrolling your Windows Modern devices into SOTI MobiControl using a PowerShell script.
Use this method to enroll your devices when your PPKG file is stored on a network drive or SFTP server.
Procedure
- Download and place your Windows PPKG file on the device.
- Run Windows PowerShell as an Administrator.
-
Run the following command to execute the PPKG file:
Add-ProvisioningPackage -Path "C:\Downloads\PackageName.ppkg" -ForceInstall -QuietInstall
Note: Adjust the file path and file name for your PPKG file.