Merged PR 5475: Fixed typo in command syntax

This commit is contained in:
Liza Poggemeyer 2018-01-25 17:28:39 +00:00
parent 9c7cf9fab0
commit 50a7477ea0

View File

@ -8,7 +8,7 @@ ms.pagetype: mobile
ms.author: elizapo
author: lizap
ms.localizationpriority: low
ms.date: 01/23/2018
ms.date: 01/24/2018
---
# Understand the different apps included in Windows 10
@ -31,7 +31,7 @@ Some of the apps show up in multiple tables - that's because their status change
> Want to see a list of the apps installed on your specific image? You can run the following PowerShell cmdlet:
> ```powershell
> Get-AppxPackage |Select Name,PackageFamilyName
> Get-AppsProvisionedPackage -Online | select DisplayName,PackageName
> Get-AppxProvisionedPackage -Online | select DisplayName,PackageName
> ```