The ppkg enrollment seemed to be a good one so I was trying it out when I got hit with this error: “A provisioning failure has occurred” any pointers?
Error,”A provisioning failure has occurred” during windows enrollment”Solved
5279 Views
Tags
Replies (4)
Managed to resolve that error. I was testing out different enrollments to figure out the best enrollment method. So the device was already enrolled. I disenrolled the device and tried to run the ppkg file again but this time I got a different error “Error during package installation”
Marked SolutionPending Review
Hexnode Expert
3 years ago
Marked SolutionPending Review
Hello Chester,
This error indicates that the provisioning package was not created properly. Refer to our help doc on creating ppkg file to build the package correctly. Make sure to run the ppkg file with admin privileges.
Hope that fixes your issue.
Cheers!!
Deborah Timothy
Hexnode UEM
How do I run the ppkg file with admin priveleges?
Marked SolutionPending Review
Hexnode Expert
3 years ago
Marked SolutionPending Review
Run the Powershell as administrator and execute the command:
1 |
Install-ProvisioningPackage -PackagePath ‘location of the package\package_name.ppkg’ -QuietInstall |
Cheers!!
Deborah Timothy
Hexnode UEM
Save