Forum Discussion
Richard_Eagles
Jun 07, 2022Copper Contributor
Connect-SPOService not working in PowerShell 7
Hi all, I'm having some issues getting Connect-SPOService working in PowerShell 7 (7.2.4). It works fine in Windows PowerShell (5.1.22), however it will always generate errors when trying to us ...
- Jun 07, 2022Hello, AFAIK, SharePoint PowerShell is still not supported in Core/7
Jun 07, 2022
Hello, AFAIK, SharePoint PowerShell is still not supported in Core/7
OliverPeter
Jul 25, 2024Copper Contributor
I had the same problem and I came across this solution:
Import-Module Microsoft.Online.SharePoint.PowerShell -UseWindowsPowerShell
(https://www.kjctech.net/using-sharepoint-online-management-shell-with-powershell-7/)
This works for me.
Import-Module Microsoft.Online.SharePoint.PowerShell -UseWindowsPowerShell
(https://www.kjctech.net/using-sharepoint-online-management-shell-with-powershell-7/)
This works for me.