I installed SharePoint Foundation 2010 on Windows Server 2008 R2. I notice that no SP cmdlets are available in the PowerShell.
What did I miss?
I installed SharePoint Foundation 2010 on Windows Server 2008 R2. I notice that no SP cmdlets are available in the PowerShell.
What did I miss?
It could be that the snapins aren't loaded in your powershell session.
Try this command:
Add-PSSnapin Microsoft.SharePoint.Powershell
It is installed by default, but it is not loaded into your profile by default. You can add it so it always loads by editing one of the default Powershell profiles. From within Powershell, run help profile
to find out more about which profile to use.