Azure Intune and Microsoft Graph
Text content
Microsoft Graph
- 
            
            Install-Module -Name MSGraphFunctionsInstall-Module -Name IntuneBackupAndRestoreImport-Module -Name MSGraphFunctionsImport-Module -Name IntuneBackupAndRestore$Credential = Get-Credential# use stdID@domain.com mit D passoer Connect-Graph -Credential $CredentialStart-IntuneBackup -Path C:\\temp\\IntuneBackup
