Forum Discussion
Installation of new Win32 app to existing Intune Shared PCs not installing, but installs on rebuild.
- Aug 08, 2022
Have you tried to set the "SkipUserStatusPage" to enabled?
We had already a similar issue. As the "Account Setup" step has never been completed due to your construct of a shared device without user affinity, the "Intune Management Extension" is waiting (for ever) for this step to be accomplished before installing additional Win32 apps.You could try to deploy the following OMA-URI setting to your shared devices:
./Vendor/MSFT/DMClient/Provider/MS DM Server/FirstSyncStatus/SkipUserStatusPage
https://docs.microsoft.com/en-us/windows/client-management/mdm/dmclient-csp
Have you tried to set the "SkipUserStatusPage" to enabled?
We had already a similar issue. As the "Account Setup" step has never been completed due to your construct of a shared device without user affinity, the "Intune Management Extension" is waiting (for ever) for this step to be accomplished before installing additional Win32 apps.
You could try to deploy the following OMA-URI setting to your shared devices:
./Vendor/MSFT/DMClient/Provider/MS DM Server/FirstSyncStatus/SkipUserStatusPage
https://docs.microsoft.com/en-us/windows/client-management/mdm/dmclient-csp
joel_grangier Thank you for response and the suggestion. We do have a "SkipUserStatusPage" configuration profile that we are using for our HAAD (non-Shared) deployments, but not our Shared PCs deployments. I will add that configuration profile to the Shared PCs and see how it goes.
- reggie_1968Aug 08, 2022Copper Contributor
The suggestion by joel_grangier to apply the "SkipUserStatusPage" CP to the Shared devices seems to be working. Once the CP was applied the new Win32 application began installing on the shared devices. Many thanks to joel_grangier