Edit

Share via


Export-UevConfiguration

Exports the UE-V configuration.

Syntax

Default (Default)

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

Description

The Export-UevConfiguration cmdlet exports the Microsoft User Experience Virtualization (UE-V) computer configuration to a settings migration (.uev) file. The cmdlet exports all UE-V agent settings for all users on the computer.

Examples

Example 1: Export the UE-V configuration

PS C:\> Export-UevConfiguration -Path "ContosoUev.uev"

This command exports the UE-V computer configuration to the settings migration file named ContosoUev.uev.

Parameters

-Path

Specifies the path of the settings migration file. The cmdlet exports the UE-V configuration to the settings migration file that you specify. The extension of the settings migration file must be .uev.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.