Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IntuneDeviceEnrollmentStatusPageWindows10] Add support for Selected Mobile App Names in addition to Ids #4494

Closed
ykuijs opened this issue Mar 27, 2024 · 1 comment · Fixed by #4495 or #4512
Assignees
Labels
Enhancement New feature or request Intune

Comments

@ykuijs
Copy link
Member

ykuijs commented Mar 27, 2024

Description of the issue

In the resource IntuneDeviceEnrollmentStatusPageWindows10, you can specify the SelectedMobileAppIds parameter, which contains GUID for the apps. Since these are different for each tenant, it would make sense to be able to specify the actual App name instead.

Microsoft 365 DSC Version

Dev

Which workloads are affected

other

The DSC configuration

IntuneDeviceEnrollmentStatusPageWindows10 "IntuneDeviceEnrollmentStatusPageWindows10-All users and all devices"
{
    AllowDeviceResetOnInstallFailure        = $False;
    AllowDeviceUseOnInstallFailure          = $False;
    AllowLogCollectionOnInstallFailure      = $True;
    AllowNonBlockingAppInstallation         = $False;
    Assignments                             = @(
        MSFT_DeviceManagementConfigurationPolicyAssignments{
            deviceAndAppManagementAssignmentFilterType = 'none'
            dataType = '#microsoft.graph.allDevicesAssignmentTarget'
        }
    );
    BlockDeviceSetupRetryByUser             = $False;
    Credential                              = $Credscredential;
    CustomErrorMessage                      = "Setup could not be completed. Please try again or contact your support person for help.";
    Description                             = "This is the default enrollment status screen configuration applied with the lowest priority to all users and all devices regardless of group membership.";
    DisableUserStatusTrackingAfterFirstUser = $True;
    DisplayName                             = "All users and all devices";
    Ensure                                  = "Present";
    Id                                      = "0c20d115-62a3-4f97-add6-42002d20638b_DefaultWindows10EnrollmentCompletionPageConfiguration";
    InstallProgressTimeoutInMinutes         = 60;
    InstallQualityUpdates                   = $False;
    Priority                                = 0;
    SelectedMobileAppIds                    = @();
    ShowInstallationProgress                = $True;
    TrackInstallProgressForAutopilotOnly    = $True;
}

Verbose logs showing the problem

N/A

Environment Information + PowerShell Version

N/A
@ykuijs ykuijs self-assigned this Mar 27, 2024
@ykuijs ykuijs added Enhancement New feature or request Intune labels Mar 27, 2024
@ykuijs
Copy link
Member Author

ykuijs commented Mar 27, 2024

Working on it!

ykuijs added a commit to ykuijs/Microsoft365DSC that referenced this issue Mar 27, 2024
ykuijs added a commit to ykuijs/Microsoft365DSC that referenced this issue Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Intune
Projects
None yet
1 participant