We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526e3e6 commit 3eb327eCopy full SHA for 3eb327e
AppX/Inventory AppX Packages.ps1
@@ -1,6 +1,4 @@
1
[CmdletBinding()]
2
-param (
3
-)
4
5
<#
6
C# code to expose SHLoadIndirectString(), derived from:
@@ -47,7 +45,7 @@ Usage examples:
47
45
#>
48
46
49
# Get a list of Appx packages
50
-$AppxPackages = Get-AppxPackage -Verbose
+$AppxPackages = Get-AppxPackage @args
51
$AppxSum = $AppxPackages.Count
52
53
# Create an array to store Appx identities
0 commit comments