Links
Comment on page

Export-MetaverseConfiguration

Synopsis

Exports the metaverse configuration to a file

Syntax

Export-MetaverseConfiguration [-Path] <String> [<CommonParameters>]

Description

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.

Parameters

-Path <String>

An empty directory to export the configuration files to
Required?
true
Position?
1
Default value
Accept pipeline input?
false
Accept wildcard characters?
false

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.

Examples

Export the metaverse configuration

PS C:\> Export-MetaverseConfiguration -Path "C:\temp\mv-backup"