< Back

Enable-UevAppxPackage

Wed Jan 30, 2019 6:05 pm

NAME Enable-UevAppxPackage



SYNOPSIS

Enables UE-V synchronization of Windows 8 apps.





SYNTAX

Enable-UevAppxPackage [-PackageFamilyName] <String[]> [-CurrentComputerUser] [-Confirm] [-WhatIf] [<CommonParameters>]



Enable-UevAppxPackage [-PackageFamilyName] <String[]> -Computer [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Enable-UevAppxPackage cmdlet enables Microsoft User Experience Virtualization (UE-V) synchronization of Windows???? 8 apps. The cmdlet adds a setting

to the computer or user sections of the registry that enables the package family names of Windows 8 apps that you specify. If you do not specify the

Computer or CurrentComputerUser parameters, the cmdlet enables the package family names for the current user.





PARAMETERS

-Computer <SwitchParameter>

Indicates that the cmdlet enables the package families that you specify for all users on the computer.



Required? true

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-CurrentComputerUser [<SwitchParameter>]

Indicates that the cmdlet enables the package families that you specify for all users on the computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-PackageFamilyName <String[]>

Specifies an array of names of package families. The cmdlet enables the package families of Windows 8 apps that you specify.



Required? true

Position? 1

Default value none

Accept pipeline input? True (ByPropertyName)

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: Enable synchronization of a Windows 8 app



PS C:\\>Enable-UevAppxPackage -PackageFamilyName "Microsoft.BingTravel"



This command enables synchronization of settings for the Bing Travel Windows 8 app for the current user.







RELATED LINKS

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

Clear-UevAppxPackage

Disable-UevAppxPackage

Get-UevAppxPackage