SPWebApplication Class

[toc] Namespace Microsoft.SharePoint.Administration Assembly Microsoft.SharePoint.dll A SharePoint Server web application is composed of an Internet Information Services (IIS) web site that acts as a logical unit for the site collections that you create. Before you can create a site collection, you must first create a Web application. Each web application is represented by a different […]

Continue Reading

Export-SPAllSitesForMigration

[toc] Function Name Export-SPAllSitesForMigration Download Source Code Export-SPAllSitesForMigration.zip Description The code in this module will gather all site collections in your farm and write the details to a CSV file. The CSV file will be formatted to support a migration effort. Parameters Parameter Name $CsvFilename Data Type [System.String] Required Yes Description Use this parameter to specify […]

Continue Reading