Browsed by
Category: Microsoft Graph

Backup and Restore your Microsoft Intune configuration with PowerShell!

Backup and Restore your Microsoft Intune configuration with PowerShell!

6/25/20: BREAKING Update: IntuneBackupAndRestore v2.0.0 released, which relies on the Microsoft.Graph.Intune PowerShell module instead of MSGraphFunctions Thanks to community feedback and with the version 2.0.0 release of the IntuneBackupAndRestore PowerShell Module, the MSGraphFunctions PowerShell Module is now deprecated and will no longer be maintained by me. As of version 2.0.0, the IntuneBackupAndRestore PowerShell Module has migrated from the MSGraphFunctions PowerShell module to the Microsoft.Graph.Intune PowerShell module. This allows you to use what’s already there instead of having to maintaining a seperate custom dependency. If you update to the latest version, please make sure you meet the new prerequisites below. Requires Microsoft.Graph.Intune PowerShell Module Install-Module -Name Microsoft.Graph.Intune Connect to Microsoft Graph using the Connect-MSGraph PSCmdlet first. Do note that the cmdlet…

Read More Read More

Introduction to the Intune PowerShell SDK: Native PowerShell support for the Intune API through Microsoft Graph!

Introduction to the Intune PowerShell SDK: Native PowerShell support for the Intune API through Microsoft Graph!

One of the most requested features on the Microsoft Intune UserVoice is to add PowerShell support to manage the service. Microsoft has now released a preview version of the Intune PowerShell SDK. The new Microsoft.Graph.Intune PowerShell module reduces the complexity significantly in enabling automation scenarios for IT Administrators. Connecting with Intune through Microsoft Graph has never been so easy. The past Before the Intune PowerShell SDK was released, authenticating with Microsoft Graph required that IT Administrators had to create app registrations…

Read More Read More