Export-UevConfiguration

Exports the UE-V configuration.

Syntax

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.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False