< Back

Get-UevAppxPackage

Wed Jan 30, 2019 6:05 pm

NAME Get-UevAppxPackage



SYNOPSIS

Gets a list of Windows 8 apps and synchronization status.





SYNTAX

Get-UevAppxPackage -Computer [<CommonParameters>]



Get-UevAppxPackage -CurrentComputerUser [<CommonParameters>]





DESCRIPTION

The Get-UevAppxPackage cmdlet gets a list of Windows???? 8 apps and the Microsoft User Experience Virtualization (UE-V) synchronization status for the

apps. If you do not specify the Computer or CurrentComputerUser parameters, the cmdlet gets the list of Windows 8 apps for the current user.





PARAMETERS

-Computer <SwitchParameter>

Indicates that the cmdlet gets the Windows 8 apps and UE-V synchronization status 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 gets the Windows 8 apps and UE-V synchronization status for the current user on the computer.



Required? true

Position? named

Default value none

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: Get the list of Windows 8 apps



PS C:\\>Get-UevAppxPackage -CurrentComputerUser



This command gets the list of Windows 8 apps that are configured for the current user.







RELATED LINKS

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

Clear-UevAppxPackage

Disable-UevAppxPackage

Enable-UevAppxPackage