Get-UevAppxPackage
Gets a list of Windows 8 apps and synchronization status.
Syntax
ParameterSetNoParameter (Default)
Get-UevAppxPackage
[<CommonParameters>]
ParameterSetComputer
Get-UevAppxPackage
[-Computer]
[<CommonParameters>]
ParameterSetUser
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.
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 UE-V synchronization status for all users on the computer.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ParameterSetComputer
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-CurrentComputerUser
Indicates that the cmdlet gets the Windows 8 apps and UE-V synchronization status for the current user on the computer.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ParameterSetUser
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.