SP module error

sns 9,236 Reputation points
2022-02-17T15:57:42.103+00:00

While updating SharePoint online PowerShell module giving an error
175511-updatemodule.png

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,720 questions
{count} votes

Accepted answer
  1. Echo Du_MSFT 17,161 Reputation points
    2022-02-18T03:16:40.437+00:00

    Hi @sns ,

    To get started, check if you have already installed the SharePoint Online Management Shell in your system by running the following command in the administrative mode in PowerShell:

    Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select Name,Version  
    

    175651-1.jpg

    Then, please run the below command to update the SharePoint Online PowerShell Module:

    Update-module microsoft.online.sharepoint.powershell  
    

    175559-2.jpg

    175589-3.jpg

    Thanks,
    Echo Du

    ======================================

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.