To extract settings configured in intune

Question

Hi Team,

I dont see the option in Intune to extract the settings configured in configuration profile and compliance policies. This settings are needed as an backup or for reference. I believe we can do that by using PS scripts, read some article.

1, Please advise do we have an option to extract in Intune portal itself ?

2, Or if by using PS script, please advise the steps to be followed.

Thanks

 

Answers ( 4 )

    2
    2020-05-05T13:36:29+05:30

    I always use it.
    https://www.powershellgallery.com/packages/IntuneBackupAndRestore/1.5.0
    This script back up and restore Intune settings (Policy etc..) via UI that makes more easier.
    As Anoop mentioned, in the backgroud, using Graph API that the same.

    The exported policy is saved as JSON and CSV. Note that the sample Intune script will prompt you to specify the directory where the files are stored, which is probably a mistake. If you import directly with PowerShell, please specify the file name.

    3
    2020-05-04T22:37:48+05:30

    Hello – Yes there are options to back up all your configuration and policies of Intune settings using Graph API.

    Take a look at this https://howtomanagedevices.com/intune/1330/take-backup-intune-settings/

    Best answer

Leave an answer

Sorry, you do not have permission to answer to this question .