Export-UevConfiguration

Exports the uev_tla configuration.

Syntax

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

Description

The Export-UevConfiguration cmdlet exports the uev_1 computer configuration to a settings migration (.uev) file. The cmdlet exports all uev_tla 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 uev_tla computer configuration to the settings migration file named ContosoUev.uev.

Parameters

-Path

Specifies the path of the settings migration file. The cmdlet exports the uev_tla 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