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 656 forks source link

Certificate Connector is updated, so some pieces of script Validate-NDESConfiguration.ps1 are not working #260

Open BurgerhoutJ opened 12 months ago

BurgerhoutJ commented 12 months ago

Hi team,

I already submitted a pull request to change the checking for the old Intune Connector to the new Certificate connector, but my knowledge of the rest of the below pieces of code have to be changed as well.

The pieces of codes are: lines 1165 - 1268 lines 1385 - 1497 lines 1574 - 1648

So hopefully this will be changed quickly, so others can use this script again.