Comment on page
Export-MetaverseConfiguration
Exports the metaverse configuration to a file
Export-MetaverseConfiguration [-Path] <String> [<CommonParameters>]
The Export-MetaverseConfiguration cmdlet exports the metaverse XML files to an empty folder. These files can then later be used to import the metaverse confirmation using the Synchronization Service client.
An empty directory to export the configuration files to
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.
PS C:\> Export-MetaverseConfiguration -Path "C:\temp\mv-backup"
Last modified 1yr ago