About
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 Genotec, Genotec AG, get-SPsites, Hosted Sharepoint, Hosted Sharepoint 2010, Hosting, Microsoft, Microsoft Powershell, PowerShell, Server, Sharepoint, Sharepoint 2010, Sharepoint Foundation Server 2010, Sharepoint Server 2010, Site Collections, Sites, SPSites, Windows Powershell, Windows Server
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 Add-PSSnapin, get-member, get-spsite, Microsoft, Microsoft Powershell, Microsoft Sharepoint 2010, PowerShell, Sharepoint, Sharepoint 2010, SharePoint 2010 Management Shell, Site Collection Storage, Site Collection Usage, Usage.Storage, Windows Powershell
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 Export, Import, Microsoft, Microsoft Office 2010, MS, Sharepoint, STSADMIN, STSADMIN.EXE, WSS, WSS 3.0
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 Authentications, IE, IE8, Internet Explorer, Local, NTLM, Sharepoint, windows server 2008, WSS, WSS 3.0
1 Comment

