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...
Apr 02, 2022
Did you import the module by installing it from here https://www.microsoft.com/en-us/download/details.aspx?id=35588 and by running Import-Module Microsoft.Online.Sharepoint.PowerShell
444456464
Apr 04, 2022Copper Contributor
I just did it, and suddenly now I have this error in addition 😞 : Import-Module : Le module «Microsoft.Online.Sharepoint.PowerShell» spécifié n'a pas été
chargé, car aucun fichier de module valide n'a été trouvé dans un répertoire de module.
Au caractère
chargé, car aucun fichier de module valide n'a été trouvé dans un répertoire de module.
Au caractère
- Apr 04, 2022Install-Module Microsoft.Online.Sharepoint.PowerShell does work?
- 444456464Apr 05, 2022Copper ContributorNo 😕
- Apr 05, 2022Any error messages when trying to install?