From 50a7477ea00c4be16f9b78bb6e301a7e68c0eb5c Mon Sep 17 00:00:00 2001 From: Liza Poggemeyer Date: Thu, 25 Jan 2018 17:28:39 +0000 Subject: [PATCH] Merged PR 5475: Fixed typo in command syntax --- windows/application-management/apps-in-windows-10.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/application-management/apps-in-windows-10.md b/windows/application-management/apps-in-windows-10.md index 024ec80b94..521038e82e 100644 --- a/windows/application-management/apps-in-windows-10.md +++ b/windows/application-management/apps-in-windows-10.md @@ -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 > ```