Question: You would like to manage SharePoint using PowerShell. What step must you complete first?

  1. `Add-PSSnapin Microsoft.SharePoint.PowerShell`
  2. `Get-Command Microsoft.SharePoint.PowerShell`
  3. `Add-PSSnapin -Module: "Microsoft.SharePoint.PowerShell"`
  4. `Get-Command -Module "Microsoft.SharePoint.PowerShell"`

Answer: The correct answer of the above question is Option A:`Add-PSSnapin Microsoft.SharePoint.PowerShell`