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

Bug:IntuneEndpointDetectionAndResponsePolicyWindows10":ResourceNotFound] : "_version": 3, #5622

Open
CovidtheDog2024 opened this issue Jan 13, 2025 · 0 comments

Comments

@CovidtheDog2024
Copy link

Description of the issue

WorkLoad: Intune
Resource: IntuneEndpointDetectionAndResponsePolicyWindows10
Issue: Unable to export due this error [ResourceNotFound] : {"_version": 3, "Message": "An error has occurred - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000

Microsoft 365 DSC Version

1.24.1218.1

Which workloads are affected

Intune

The DSC configuration

IntuneEndpointDetectionAndResponsePolicyWindows10 "IntuneEndpointDetectionAndResponsePolicyWindows10-TestEDR"        
{
            Assignments          = @();
            ConfigurationType    = "autofromconnector";
            Description          = "TEST";
            DisplayName          = "TestEDR";
            Ensure               = "Present";
            Identity             = "3000000-0000-0000-0000-0000000000000";
            RoleScopeTagIds      = @("0");
            SampleSharing        = "1";
        }

Verbose logs showing the problem

Creating an Intune Endpoint Protection And Response Policy for Windows10 with Name {TestEDR}[ResourceNotFound] : {"_version": 3,                                                                                                                                              "Message": "An error has occurred - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000 - Activity ID:
fe7b3b89-3a69-442d-9882-xxxxxxxxxx - Url: https://fef.msuc02.manage.microsoft.com/DeviceConfigV2/DCV2GraphService/de147310-ffff-8869-0601-xxxxxxxxxxx/de
viceManagement/configurationPolicies?api-version=5024-09-01",
  "CustomApiErrorPhrase": "",
  "RetryAfter": null,
  "ErrorSourceService": "",
  "HttpHeaders": "{}"
}
    + CategoryInfo          : InvalidOperation: ({ Headers = , b...urationPolicy }:) [], CimException
    + FullyQualifiedErrorId : ResourceNotFound,Microsoft.Graph.Beta.PowerShell.Cmdlets.NewMgBetaDeviceManagementConfigurationPolicy_Create
    + PSComputerName        : localhost

Environment Information + PowerShell Version

Get-ComputerInfo -Property @(
'OsName',
'OsOperatingSystemSKU',
'OSArchitecture',
'WindowsVersion',
'WindowsBuildLabEx',
'OsLanguage',
'OsMuiLanguages')

$PSVersionTable


OsName               : Microsoft Windows 11 Pro
OsOperatingSystemSKU : 48
OsArchitecture       : 64-bit
WindowsVersion       : 2009
WindowsBuildLabEx    : 22621.1.amd64fre.ni_release.220506-1250
OsLanguage           : en-US
OsMuiLanguages       : {en-US}

Key   : PSVersion
Value : 5.1.22621.4111
Name  : PSVersion

Key   : PSEdition
Value : Desktop
Name  : PSEdition

Key   : PSCompatibleVersions
Value : {1.0, 2.0, 3.0, 4.0...}
Name  : PSCompatibleVersions

Key   : BuildVersion
Value : 10.0.22621.4111
Name  : BuildVersion

Key   : CLRVersion
Value : 4.0.30319.42000
Name  : CLRVersion

Key   : WSManStackVersion
Value : 3.0
Name  : WSManStackVersion

Key   : PSRemotingProtocolVersion
Value : 2.3
Name  : PSRemotingProtocolVersion

Key   : SerializationVersion
Value : 1.1.0.1
Name  : SerializationVersion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant