pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
985 stars 665 forks source link

Getting "Value cannot be null." on parameter uriString in Get-PnPBulkImportStatus #2955

Open ToddKlindt opened 3 years ago

ToddKlindt commented 3 years ago

Reporting an Issue or Missing Feature

Running Get-PnPUPABulkImportStatus -IncludeErrorDetails to get details about an import error.

Expected behavior

Get more information about bulk import job error.

Actual behavior

I get an error message saying "Value cannot be null." on the parameter uriString, except there is no parameter uriString. image

Steps to reproduce behavior

Run the following command: Get-PnPUPABulkImportStatus -jobId 6777d75f-d641-4fd2-94bf-565c441578ll -IncludeErrorDetails

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

3.23.2007.1

How did you install the PnP-PowerShell Cmdlets?