Forum Discussion
444456464
Apr 01, 2022Copper Contributor
Import items from a CSV file to a Sharepoint Online list
Hello, I made a PowerShell script to import items from a CSV file to a Sharepoint Online list. Except that my code does not work because I have this error: "Get-SPOUser : Le terme «Get-SPOUser» n'e...
444456464
Apr 05, 2022Copper Contributor
No 😕
Apr 05, 2022
Any error messages when trying to install?
- 444456464Apr 05, 2022Copper ContributorWhen I install it from the command line nothing happens : https://zupimages.net/up/22/14/4ua2.png
But when I install it from the Microsoft website you sent (by downloading the .msi) it works.
But when I execute my powershell code it doesn't work 😞 : https://zupimages.net/up/22/14/r10s.png
Harm_Veenstra- Apr 05, 2022If nothing happens/no prompt when running Install-Module Microsoft.Online.Sharepoint.PowerShell , you can add the -verbose parameter to see what it does. (No output while running install-module means that there was no issue)
If you run a import-module Microsoft.Online.Sharepoint.PowerShell -verbose, do you see VERBOSE: Importing cmdlet 'Set-SPOUser'. ?- 444456464Apr 05, 2022Copper ContributorI have this : https://zupimages.net/up/22/14/fuf7.png
And if I run import-module Microsoft.Online.Sharepoint.PowerShell -verbose I have this : https://zupimages.net/up/22/14/2o3h.png
Harm_Veenstra