microsoftgraph / powershell-intune-samples

This repository of PowerShell sample scripts show how to access Intune service resources. They demonstrate this by making HTTPS RESTful API requests to the Microsoft Graph API from PowerShell.
MIT License
1.35k stars 653 forks source link

Error when running script and giving path to WindowsDefenderATPOnboarding.XML #164

Open clarkeyi opened 3 years ago

clarkeyi commented 3 years ago

Hi

When I run the MacOS_MDATP_Deployment_Add_Assign.ps1 or Add.ps1 script, after I put in the path to the XML file I receive the error below. The configuration profiles do get applied to Endpoint Manager, but the onboarding XML seems empty.

get-content : Access to the path 'C:\temp' is denied. At C:\Users\IanClarke\OneDrive\MacOS_MDATP_Deployment_Add_Assign.ps1:680 char:22

Exception calling "ToBase64String" with "1" argument(s): "Value cannot be null. Parameter name: inArray" At C:\Users\user\OneDrive\MacOS_MDATP_Deployment_Add_Assign.ps1:681 char:1

davefalkus commented 3 years ago

Hi @clarkeyi,

Can you provide how your providing the path to the onboarding file? Are you providing in quotes e.g. "c:\temp\file.xml" or c:\temp\file.xml (without quotes) so we can check for a repro.

Thanks

Dave

clarkeyi commented 3 years ago

Hello

I am typing the command without quotes.

Thanks Ian


From: davefalkus notifications@github.com Sent: 25 January 2021 21:47 To: microsoftgraph/powershell-intune-samples powershell-intune-samples@noreply.github.com Cc: clarkeyi clarkeyi@hotmail.com; Mention mention@noreply.github.com Subject: Re: [microsoftgraph/powershell-intune-samples] Error when running script and giving path to WindowsDefenderATPOnboarding.XML (#164)

Hi @clarkeyihttps://github.com/clarkeyi,

Can you provide how your providing the path to the onboarding file? Are you providing in quotes e.g. "c:\temp\file.xml" or c:\temp\file.xml (without quotes) so we can check for a repro.

Thanks

Dave

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/microsoftgraph/powershell-intune-samples/issues/164#issuecomment-767133745, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACICZBLWKZT6DHBXVUGQ6BDS3XRGLANCNFSM4WSDATFQ.

davefalkus commented 3 years ago

Hi @clarkeyi,

I've tried without quotes and the policy added correctly, could you provide an example of a path that fails?

image

Thanks

Dave