Export-Schema

Top  Previous  Next

Summary

Export-Schema [-SchemaAddress] <Uri> [-FilePath] <String> [-ForceOverwrite]

 

Description

Retrieves and writes to disk the XML representation of the specified schema.

 

Parameters

SchemaAddress <Uri>
The full web address of the schema to fetch and save.  This is a positional parameter - it must appear as the first parameter and the parameter name can be omitted.
FilePath <String>
The full path and file name where the schema should be stored.  This is a positional parameter - it must appear as the second parameter and the parameter name can be omitted.
ForceOverwrite
If this parameter is present on the command-line then the file specified by the FilePath parameter will be overwritten if it exists. If this parameter is not present and the file exists, the cmdlet will exit with an error without modifying the existing file.