DESCRIPTION:
NAME: Export-SPSite
Exports a Site to a Backup File
PARAMETERS:
-url Url to SharePoint Site
-File File Name
-Location File Location
SYNTAX:
Export-SPSite -url http://moss -file Backup.bak -Location C:\Backup\
Exports a Backup of the Site to C:\Backup\Backup.bak
Export-SPSite -help
Displays the help topic for the script