PnP Powershell #2015
Unanswered
samimiashkan
asked this question in
Q&A
PnP Powershell
#2015
Replies: 1 comment 1 reply
-
-did you install the module in PowerShell 5.1 or 7.2 and is that the same version you are testing it in? Try cmdlets in both versions if you have them installed (use $psversiontable if you are not sure what version you have) It could also be an old SharePointPowerShellOnline module installed that interfere that only have some of the cmdlets. Inside PowerShell try and type: You can also check in the command below to see what folders the module is installed in: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.. I installed PNP.POWERSHELL and most of the cmdlets are working.. bit couple of cmdlets are not found.. in my case:
Copy-PnPFolder : The term 'Copy-PnPFolder' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
I can connect and use most of the cmdlets as mentioned.. I cannot figure out, how I can get the missing cmdlets.
Any idea?
Thanks..
Ashkan.
Beta Was this translation helpful? Give feedback.
All reactions