Voraussetzungen
Folgendes wird vorausgesetzt:
- Microsoft.Graph.Intune PowerShell-Modul (Install-Module -Name Microsoft.Graph.Intune) ist erforderlich
- Stelle zunächst eine Verbindung zu Microsoft Graph mit dem PSCmdlet Connect-MSGraph her.
- Stelle sicher, dass du das PowerShell-Modul IntuneBackupAndRestore importiert hast, bevor du es mit dem Cmdlet Import-Module IntuneBackupAndRestore benutzt.
- Installiere das Modul: Install-Module -Name Microsoft.Graph.Intune -Verbose -Force -AllowClobber
- Installiere das Modul: Install-Module -Name MSGraphFunctions -Verbose -Force -AllowClobber
- Importiere das Moduls: Import-Modul -Name MSGraphFunctions
- Installiere das Moduls: Install-Module -Name AzureAD -Verbose -Force -AllowClobber
- IntuneBackupAndRestore aus der PowerShell-Galerie installieren: Install-Module -Name IntuneBackupAndRestore -Verbose -Force -AllowClobber
- Aktualisiere das Moduls: Update-Module -Name IntuneBackupAndRestore -Verbose
- Importiere das Moduls: Import-Modul IntuneBackupAndRestore
- Mit Microsoft Graph verbinden: Connect-MSGraph
