Forum Discussion
AshMSport
Aug 22, 2022Copper Contributor
Copy-PnPFile Not Working Value cannot be null.\r\nParameter name: Null value for source item at
I'm tying to use Copy-PnPFile command to copy all files and folders from site collection A document library to another site collection B/folder but it's not working. Following is the command I'm usin...
MarceloMendes
Apr 15, 2025Copper Contributor
I've had the same issue and it turns out that you can use it for the root folder, but it contains a hidden forms folder that is the default folder MS uses for Microsoft Forms for that Sharepoint site. When copying at root folder level, you have to make sure you're excluding the forms folder like
$folder.name -ne "Forms"