[BUG]
#3009
Replies: 3 comments 5 replies
-
That's because you've updated the module in PowerShell 5, which is not supported. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@devwheel use this guide to move from older versions of pnp and PowerShell |
Beta Was this translation helpful? Give feedback.
0 replies
-
Quite frankly, none of these are solutions as Azure Automation's support for PowerShell 7.1 & 7.2 is still in preview. |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
On windows 11 - upgraded to latest powershell - installed pnp.powershell
Can't Import PnP.Powershell as I get the error:
PS C:\Users\admin> import-module PnP.PowerShell
import-module : Could not load file or assembly 'System.Management.Automation, Version=7.2.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
At line:1 char:1
Beta Was this translation helpful? Give feedback.
All reactions