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
0 Upvotes
4935 Views
Subscribe
Tags
Replies (4)
Oldest First
Oldest First
Newest First
Marked SolutionPending Review
Participant
3 years ago
Marked SolutionPending Review
Copy link
Report
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”
0 Upvotes
Reply
Marked SolutionPending Review
Hexnode Expert
3 years ago
Marked SolutionPending Review
Copy link
Report
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
0 Upvotes
Reply
Marked SolutionPending Review
Participant
3 years ago
Marked SolutionPending Review
Copy link
Report
How do I run the ppkg file with admin priveleges?
0 Upvotes
Reply
Marked SolutionPending Review
Hexnode Expert
3 years ago
Marked SolutionPending Review
Copy link
Report
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
0 Upvotes
Reply
-
Expand
Copy link
Report
Scroll to top