< Back

Import-UevConfiguration

Wed Jan 30, 2019 6:05 pm

NAME Import-UevConfiguration



SYNOPSIS

Imports the UE-V configuration.





SYNTAX

Import-UevConfiguration [-Path] <String> [-Confirm] [-WhatIf] [<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.





PARAMETERS

-Path <String>

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.



Required? true

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

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



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









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.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=826051

Get-UevConfiguration

Set-UevConfiguration

Clear-UevConfiguration

Export-UevConfiguration