·URL - The URL name for the new site. If not specified, it will be automatically generated from the given name.
·Name - The name for the new site. (Mandatory)
·TemplateName - The name of the template to use, either in [Name]#[Config] form or by the name of the STP file. (Mandatory)
·Transformers - The collection of data transformers which the action needs to run. Note that if the passed-in value for this parameter does not include transformers which are considered mandatory, they will be added automatically.
·Quiet - If set, the operation will not report progress to the PowerShell console.
·JobFile - The name of a job file to use for logging. If the file does not exist it will be created.
·Source - The source node for the actions.
·Target - The target node for the actions.
·JobDatabase - The connection string of a jobs database to use for logging. If the connection string is invalid, an exception is thrown. If both 'JobFile' and 'JobDatabase' parameters are specified, then the 'JobDatabase' parameter will take precedence and the job will only be written to the job database.
·ClearGuidMappings - Indicates that global GUID mappings should be cleared.
·ClearURLMappings - Indicates that global URL mappings should be cleared.
·ClearUserMappings - Indicates that global user mappings should be cleared.
·ClearDomainMappings - Indicates that global domain mappings should be cleared.
·Server - The name of the database server. (Mandatory)
·Database - The name of the SharePoint content database. (Mandatory)
·User - A user to connect as, in DOMAIN\Login format.
·Password - The password for the user provided.
This is the same as Get-MLSharePointList with an additional parameter:
·FolderPath - The list-relative path to the desired folder, seperated by "/". (Mandatory)