Issue while importing Pnp.Powershell #2599
Unanswered
vishalgoyal2472
asked this question in
Q&A
Replies: 0 comments
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.
-
I am trying to run Import-Module PnP.PowerShell but its throwing below error while I have installed pnp PowerShell module version 1.12.0 successfully from artcile.
1) Error
`Import-Module : Could not find file
'C:\Users\vishal.goyal\Desktop\SharePointPnPPowerShellOnline\Modules\SharePointPnPPowerShellOnline\SharePointPnP.PowerShell.Online.Commands.Format.ps1xml'.
At line:1 char:1
2) At same place when I am running Get-Command -Name 'PnPFlow' then its producing below results successfully.
CommandType Name Version Source
Cmdlet Disable-PnPFlow 1.12.0 PnP.PowerShell
Cmdlet Enable-PnPFlow 1.12.0 PnP.PowerShell
Cmdlet Export-PnPFlow 1.12.0 PnP.PowerShell
Cmdlet Get-PnPFlow 1.12.0 PnP.PowerShell
Cmdlet Get-PnPFlowEnvironment 1.12.0 PnP.PowerShell
Cmdlet Get-PnPFlowRun 1.12.0 PnP.PowerShell
Cmdlet Remove-PnPFlow 1.12.0 PnP.PowerShell
Cmdlet Restart-PnPFlowRun 1.12.0 PnP.PowerShell
Cmdlet Stop-PnPFlowRun 1.12.0 PnP.PowerShell
3) Below is the screenshot of my folder structure
Beta Was this translation helpful? Give feedback.
All reactions