Tag Archives: Sharepoint

Powershell: Count Sharepoint Sites on Sharepoint Server 2010

This is a very small line of code to count Sharepoint 2010 Site Collections with Powershell. (Get-SPSite -Limit all).Count By the way, we at Genotec AG are offering a Hosted Sharepoint 2010 solution based on Powershell automation.

Posted in Hosting, IT, Microsoft, Powershell, Sharepoint, Software, Web, Windows Server, Windows Server 2008 R2, Work | Tagged , , , , , , , , , , , , , , , , , , | 2 Comments

Powershell: Get Sharepoint 2010 Site Collection Storage Usage

If you need to get the Storage Usage from a Sharepoint 2010 Site Collection, you can do this with Powershell. 1. Start SharePoint 2010 Management Shell or Powershell with the Sharepoint Snapin by: Add-PSSnapin “Microsoft.SharePoint.PowerShell” 2. Create a new Object … Continue reading

Posted in IT, Microsoft, Powershell, Sharepoint, Software, Windows Server, Work | Tagged , , , , , , , , , , , , , | Leave a comment

Sharepoint 2007 or WSS 3.0 export/import

How to do a Sharepoint site export: stsadm -o export -url http://sharepointsite -filename c:\backup\sharepointsite.bak -includeusersecurity -versions 4 -nofilecompression Hot to do a Sharepoint site import: stsadm –o import –url http://sharepointsite -filename c:\backup\sharepointsite.bak –includeusersecurity More information to stsadm: C:\>stsadm -help export stsadm.exe … Continue reading

Posted in IT, Microsoft, Sharepoint, Work | Tagged , , , , , , , , , | Leave a comment

Problem with NTLM Authentication with IE8 on Windows Server 2008

After I installed a Sharepoint (WSS 3.0) test environment and created a new Site Collection, I tried to logon on to a new Site Collection. But the login didnt work. After I spend some hours checking the whole configuration of … Continue reading

Posted in IIS, IT, Microsoft, Sharepoint, Software, Web, Windows Server, Windows Server 2008, Work | Tagged , , , , , , , , , | 1 Comment