jseerden/IntuneBackupAndRestore

Getting Error while using "Start-IntuneBackup" command

Closed this issue · 7 comments

image

I have every module Installed. Is it some sort of bug?

I am getting the same error, it looks like Microsoft must have change the command

image

Is there anything else we can do, I want to pull out a script from Intune which is stored under client app as a wintune file

I have every module Installed. Is it some sort of bug?

Did you import the module?
import-module IntuneBackupAndRestore

do you see the module with get-module -listavailable ?

I have the module.
See below image:
image

Same like him, I have got all the relevant modules installed

image

Is it possible to correct the module to work with the new iteration of the graph?
Thanks.

I am receiving the same errors as the posters above.

Is this still an issue?

Make sure to import the IntuneBackupAndRestore module with Import-Module IntuneBackupAndRestore before calling the Start-IntuneBackup cmdlet.