how to deploy provisioning package to windows 10 /11 device from intune

Richa Kumari 286 Reputation points
2024-02-06T11:08:08.4633333+00:00

Hello how to deploy provisioning package to windows 10 /11 device from intune. it is windows 365 cloud pc. thanks
Rich

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,814 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
918 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,743 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 12,411 Reputation points MVP
    2024-02-06T14:33:35.9066667+00:00

    What that package does? I believe provisioning packages are not meant for running from Intune. They should be used in half-manual approach when you click the package and it does whatever the magic you created it for. Basically, provisoning package are used to automate the Intune enrollment in some cases. Maybe some other customizations. I never crossed a need to use them, because I use Intune config methods for everything.


  2. Crystal-MSFT 46,271 Reputation points Microsoft Vendor
    2024-02-07T02:06:58.17+00:00

    @Richa Kumari, Thanks for posting in Q&A. Provisioning in Windows 365 is the automated process. You can create provisioning policies for Windows 365 Cloud PCs in Intune. These policies contain key rules and settings Windows 365 service uses to set up and configure user’s Cloud PCs.

    https://learn.microsoft.com/en-us/windows-365/enterprise/provisioning

    To enroll Windows 365 Cloud PCs into Microsoft Intune, you can set "Enroll new Cloud PCs in Microsoft Intune' in organization settings.

    https://learn.microsoft.com/en-us/windows-365/business/apps-install-admin

    Hope the above information can help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  3. Pavel yannara Mirochnitchenko 12,411 Reputation points MVP
    2024-02-07T07:27:17.4866667+00:00

    Try to wrap that package to Win32 app and execute it with powershell,

    Install-ProvisioningPackage -PackagePath C:\mypackage.ppkg -QuietInstall https://learn.microsoft.com/en-us/powershell/module/provisioning/install-provisioningpackage?view=windowsserver2022-ps#example-1

    Intune does not support ppkg format natively.

    0 comments No comments