You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-client/application-management/modern-apps-application-packages-reported-vulnerable.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,35 +40,35 @@ In these scenarios, there are multiple versions of the app per user in the syste
40
40
41
41
To resolve this issue, use one or more of the following methods:
42
42
43
-
### Method 1: Ensure that the app is updated for all users in the system by reconnecting to the machine with user profiles
43
+
**Method 1**: Ensure that the app is updated for all users in the system by reconnecting to the machine with user profiles
44
44
45
-
1. Identify the user profiles in which the old Appx version package is installed by using the Appx cmdlet [Get-AppxPackage](/powershell/module/appx/get-appxpackage) from an elevated PowerShell window:
45
+
1. Identify the user profiles in which the old Appx version package is installed by using the Appx cmdlet [Get-AppxPackage](/powershell/module/appx/get-appxpackage) from an elevated PowerShell window:
46
46
47
-
```powershell
48
-
Get-AppxPackage <Application Name> -AllUsers
49
-
```
47
+
```powershell
48
+
Get-AppxPackage <Application Name> -AllUsers
49
+
```
50
50
51
-
2. Reconnect to the machine with the identified user.
51
+
2. Reconnect to the machine with the identified user.
52
52
53
-
### Method 2: Remove the old packages (.appx)
53
+
**Method 2**: Remove the old packages (.appx)
54
54
55
-
1. Identify the user profiles in which the Appx package is installed with the Appx cmdlet [Get-AppxPackage](/powershell/module/appx/get-appxpackage) from an elevated PowerShell prompt:
55
+
1. Identify the user profiles in which the Appx package is installed with the Appx cmdlet [Get-AppxPackage](/powershell/module/appx/get-appxpackage) from an elevated PowerShell prompt:
56
56
57
-
```powershell
58
-
Get-AppxPackage <Application Name> -AllUsers
59
-
```
57
+
```powershell
58
+
Get-AppxPackage <Application Name> -AllUsers
59
+
```
60
60
61
-
2. Identify if the application is provisioned. To get a list of all provisioned apps, use [Get-AppxProvisionedPackage](/powershell/module/dism/get-appxprovisionedpackage):
61
+
2. Identify if the application is provisioned. To get a list of all provisioned apps, use [Get-AppxProvisionedPackage](/powershell/module/dism/get-appxprovisionedpackage):
0 commit comments