spomigrationpackage powershell command isn't working for me

Deleted
Not applicable

I would like to use the spomigrationpackage powershell command, but it is giving me an error.

Could anyone see what's the problem ?

 

PS C:\WINDOWS\system32> New-SPOMigrationpackage -SourceFilesPath "c:\Input" -OutputPackagePath "c:\outputmig"
New-SPOMigrationpackage : De objectverwijzing is niet op een exemplaar van een object ingesteld.
At line:1 char:1
+ New-SPOMigrationpackage -SourceFilesPath "c:\Input" -OutputPackagePat ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [New-SPOMigrationPackage], NullReferenceException
+ FullyQualifiedErrorId : System.NullReferenceException,Microsoft.Online.SharePoint.PowerShell.NewMigrationPackage

2 Replies

The translation of the error message: "New-SPOMigrationPackage : Object reference not set to an instance of an object. At line:1 chart:1"

 

Have a look here:

 

http://answers.microsoft.com/en-us/msoffice/forum/msoffice_sharepoint/migarting-documents-to-sharepo...

Thank you Pieter! That was the solution. Sadly to see that the standard steps are not complete :(