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.37k stars 659 forks source link

Export/ import Endpoint security policies #156

Closed erik-wo closed 3 years ago

erik-wo commented 4 years ago

Is there a module to export/ import Endpoint security policies such as antivirus, firewall ASR and so fourth?

davefalkus commented 3 years ago

Hi @erik-wo,

There are the following sample scripts for export and import of Endpoint Security policies.

https://github.com/microsoftgraph/powershell-intune-samples/tree/master/EndpointSecurity

Thanks

Dave

erik-wo commented 3 years ago

Great! Thanks!