Loading the SASWebParts Module

To load the SASWebPartsModule:
  1. Copy the SASWebPartsModule.psm1 file to the Microsoft SharePoint Server.
  2. To start a PowerShell session, select Startthen selectMicrosoft SharePoint 201x productsthen selectSharePoint 201x Management Shellthen selectRun as administrator.
    Note: Both Microsoft SharePoint 2010 and 2013 are supported.
  3. At the prompt, navigate to the directory that contains the SASWebParts.wsp and SASWebPartsModule.psm1 files.
  4. To load the SASWebPartsModule, run Import-Module .\SASWebPartsModule.psm1 at the command line.
  5. To verify the installation, run the Get-Module command. Here is the output:
    Script SASWebPartsModule {Remove-SASProfile, Add-SASProfile, Add...