Question: You would like to manage SharePoint using PowerShell. What step must you complete first?
- `Add-PSSnapin Microsoft.SharePoint.PowerShell`
- `Get-Command Microsoft.SharePoint.PowerShell`
- `Add-PSSnapin -Module: "Microsoft.SharePoint.PowerShell"`
- `Get-Command -Module "Microsoft.SharePoint.PowerShell"`
Answer: The correct answer of the above question is Option A:`Add-PSSnapin Microsoft.SharePoint.PowerShell`