Import-Uev Configuration

Imports the UE-V configuration.

Syntax

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.

Required Parameters

-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.

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

Optional Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Aliases: cf
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-WhatIf

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

Type: SwitchParameter
Aliases: wi
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False