[BUG] - The term 'Get-PnPFolderInFolder' is not recognized as the name of a cmdlet #4016
-
Reporting an Issue or Missing FeatureI'm trying to call the cmdlet 'Get-PnPFolderInFolder', but 'I'm getting a error saying that the cmdlet does not exist. Steps to reproduce behaviorConnect to a web site using What is the version of the Cmdlet module you are running?I was using the 2.4.0 and return to the 2.2.0 and still get the same error. And repeat the test with 2.3, same result.
And:
Which operating system/environment are you running PnP PowerShell on?
Is anybody else getting the same error? EDIT1: Others cmdlet ar working fine. But I can't use Get-PnPFolderItem since I have folders with more than 200.000 files and I run out of memory. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I can run that cmdlet in |
Beta Was this translation helpful? Give feedback.
-
After reviewing the documentation. I came to the conclusion that my error is due to the fact that I was running the code in |
Beta Was this translation helpful? Give feedback.
After reviewing the documentation. I came to the conclusion that my error is due to the fact that I was running the code in
powershell
orpowershell_ise
.Just use
pwsh
(download here), this works.