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

IntuneDeviceConfigurationPolicyAndroidOpenSourceProject: Policy gets created but Test-DSCConfiguration fails with error #3971

Closed
ricmestre opened this issue Nov 30, 2023 · 0 comments · Fixed by #4399 or #4447
Labels
Bug Something isn't working Intune V1.23.1122.1 Version 1.23.1122.1

Comments

@ricmestre
Copy link
Contributor

Description of the issue

Same problem as described in #3970, the policy gets created but the Id field is bogus so when running Test-DSCConfiguration it says that it found a policy with that Id (which isn't true) and Graph complains that it actually doesn't exist. Trying to deploy any changes to the policy result in same error message.

VERBOSE: [REDACTED]:                            [[IntuneDeviceConfigurationPolicyAndroidOpenSourceProject]IntuneDeviceConfigurationPolicyAndroidOpenSourceProject_1] Testing configuration of
{9191730e-6e01-4b77-b23c-9648b5c7bb1e}
VERBOSE: [REDACTED]:                            [[IntuneDeviceConfigurationPolicyAndroidOpenSourceProject]IntuneDeviceConfigurationPolicyAndroidOpenSourceProject_1] Found something with id
{9191730e-6e01-4b77-b23c-9648b5c7bb1e}
[ResourceNotFound] : {
  "_version": 3,
  "Message": "DeviceConfigurations not found: Profile 9191730e-6e01-4b77-b23c-9648b5c7bb1e - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000 - Activity ID:
59388b21-b814-4cda-aab5-72f5f98a80eb - Url: https://fef.msub07.manage.microsoft.com/DeviceConfiguration_2311/StatelessDeviceConfigurationFEService/deviceManagement/deviceConfigurations('9191730e-6e01-4b77-b23c-
9648b5c7bb1e')/assignments?api-version=5023-10-14",
  "CustomApiErrorPhrase": "",
  "RetryAfter": null,
  "ErrorSourceService": "",
  "HttpHeaders": "{}"
}
    + CategoryInfo          : InvalidOperation: ({ DeviceConfigu...ndProperty =  }:) [], CimException
    + FullyQualifiedErrorId : ResourceNotFound,Microsoft.Graph.Beta.PowerShell.Cmdlets.GetMgBetaDeviceManagementDeviceConfigurationAssignment_List
    + PSComputerName        : localhost

Microsoft 365 DSC Version

1.23.1122.1

Which workloads are affected

other

The DSC configuration

# Generated with Microsoft365DSC version 1.23.1122.1
# For additional information on how to use Microsoft365DSC, please visit https://aka.ms/M365DSC
param (
    [parameter()]
    [System.Management.Automation.PSCredential]
    $Credential
)

Configuration IntuneDeviceConfigurationPolicyAndroidOpenSourceProject
{
    param (
        [parameter()]
        [System.Management.Automation.PSCredential]
        $Credential
    )

    if ($null -eq $Credential)
    {
        <# Credentials #>
        $Credscredential = Get-Credential -Message "Credentials"

    }
    else
    {
        $CredsCredential = $Credential
    }

    $OrganizationName = $CredsCredential.UserName.Split('@')[1]

    Import-DscResource -ModuleName 'Microsoft365DSC' -ModuleVersion '1.23.1122.1'

    Node localhost
    {
        IntuneDeviceConfigurationPolicyAndroidOpenSourceProject "IntuneDeviceConfigurationPolicyAndroidOpenSourceProject_1"
        {
            Assignments               = @(
                MSFT_DeviceManagementConfigurationPolicyAssignments{
                    dataType = '#microsoft.graph.groupAssignmentTarget'
                    deviceAndAppManagementAssignmentFilterType = 'none'
                    groupId = 'b0b8fd3f-af2a-453b-be57-80182d599f02'
                }
                MSFT_DeviceManagementConfigurationPolicyAssignments{
                    dataType = '#microsoft.graph.exclusionGroupAssignmentTarget'
                    deviceAndAppManagementAssignmentFilterType = 'none'
                    groupId = '053dc89a-be83-411a-bad3-909904b7239e'
                }
            );
            CameraBlocked             = $False;
            Credential                = $CredsCredential;
            DisplayName               = "IntuneDeviceConfigurationPolicyAndroidOpenSourceProject_1";
            Ensure                    = "Present";
            FactoryResetBlocked       = $True;
            Id                        = "9191730e-6e01-4b77-b23c-9648b5c7bb1e";
            PasswordRequiredType      = "deviceDefault";
            ScreenCaptureBlocked      = $True;
            StorageBlockExternalMedia = $True;
        }
    }
}

IntuneDeviceConfigurationPolicyAndroidOpenSourceProject -ConfigurationData .\ConfigurationData.psd1 -Credential $Credential

Verbose logs showing the problem

VERBOSE: [REDACTED]:                            [[IntuneDeviceConfigurationPolicyAndroidOpenSourceProject]IntuneDeviceConfigurationPolicyAndroidOpenSourceProject_1] Testing configuration of
{9191730e-6e01-4b77-b23c-9648b5c7bb1e}
VERBOSE: [REDACTED]:                            [[IntuneDeviceConfigurationPolicyAndroidOpenSourceProject]IntuneDeviceConfigurationPolicyAndroidOpenSourceProject_1] Found something with id
{9191730e-6e01-4b77-b23c-9648b5c7bb1e}
[ResourceNotFound] : {
  "_version": 3,
  "Message": "DeviceConfigurations not found: Profile 9191730e-6e01-4b77-b23c-9648b5c7bb1e - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000 - Activity ID:
59388b21-b814-4cda-aab5-72f5f98a80eb - Url: https://fef.msub07.manage.microsoft.com/DeviceConfiguration_2311/StatelessDeviceConfigurationFEService/deviceManagement/deviceConfigurations('9191730e-6e01-4b77-b23c-
9648b5c7bb1e')/assignments?api-version=5023-10-14",
  "CustomApiErrorPhrase": "",
  "RetryAfter": null,
  "ErrorSourceService": "",
  "HttpHeaders": "{}"
}
    + CategoryInfo          : InvalidOperation: ({ DeviceConfigu...ndProperty =  }:) [], CimException
    + FullyQualifiedErrorId : ResourceNotFound,Microsoft.Graph.Beta.PowerShell.Cmdlets.GetMgBetaDeviceManagementDeviceConfigurationAssignment_List
    + PSComputerName        : localhost

Environment Information + PowerShell Version

OsName               : Microsoft Windows 11 Enterprise
OsOperatingSystemSKU : EnterpriseEdition
OsArchitecture       : 64-bit
WindowsVersion       : 2009
WindowsBuildLabEx    : 22621.1.amd64fre.ni_release.220506-1250
OsLanguage           : en-US
OsMuiLanguages       : {en-US, pt-PT}

Name                           Value
----                           -----
PSVersion                      5.1.22621.2428
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.22621.2428
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Intune V1.23.1122.1 Version 1.23.1122.1
Projects
None yet
2 participants