Get-UevAppxPackage

Gets a list of Windows 8 apps and synchronization status.

Syntax

Get-UevAppxPackage []
Get-UevAppxPackage
   [-Computer]
   [<CommonParameters>]
Get-UevAppxPackage
   [-CurrentComputerUser]
   [<CommonParameters>]

Description

The Get-UevAppxPackage cmdlet gets a list of Windows® 8 apps and the uev_1 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.

Examples

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.

Parameters

-Computer

Indicates that the cmdlet gets the Windows 8 apps and uev_tla synchronization status for all users on the computer.

Type:SwitchParameter
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-CurrentComputerUser

Indicates that the cmdlet gets the Windows 8 apps and uev_tla synchronization status for the current user on the computer.

Type:SwitchParameter
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False