Edit

Share via


Import-UevConfiguration

Imports the UE-V configuration.

Syntax

Default (Default)

Import-UevConfiguration
    [-Path] <String>
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Import-UevConfiguration cmdlet imports the Microsoft User Experience Virtualization (UE-V) computer configuration from a settings migration (.uev) file. You must have administrative credentials to run this cmdlet.

Examples

Example 1: Import the UE-V configuration

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

This command imports the UE-V computer configuration from the settings migration file named ContosoUev.uev.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

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

-Path

Specifies the path of the settings migration file. The cmdlet imports the UE-V configuration from the settings migration file (.uev file) that you specify.

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
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.