The PowerShell cmdlet Export-SPWeb allows to export SharePoint sites, lists and libraries to a disk location. The -Path attribute allows to specify disk location and filename of the backup file. The stsadm.exe application can be used basically for the same purpose with the syntax: stsadm -o export In this case, the -filename attribute determines the disk location

Read More
“There is not enough space on the disk” while exporting sites in Sharepoint

Sometimes, there’s the need to include Sharepoint web pages in external web applications without showing elements derived from the master page (i.e. ribbon, navigation bars, title bar, etc.). The CSS snippet below is an easy way to hide unwanted elements by using CSS only, without changing the ASPX code. 1: Create a CSS file named (for example) zero.css

Read More
How to remove the SharePoint header, footer and menus with CSS

Dashboards display just-in-time data – at a glance you can see how fast your process is moving and whether resource shifting is required. SharePoint makes dashboards easy and you can create them in many different ways. But, there’s a gap in the out-of-box story for displaying InfoPath data: you can only promote fields that are

Read More
InfoPath Dashboards – Displaying Repeating Data in SharePoint Libraries