File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
docset/winserver2022-ps/appx Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gets information about the shared package container.
1313## SYNTAX
1414
1515```
16- Get-AppSharedPackageContainer [[-Name] <String>] [[-Id] <String>] [<CommonParameters>]
16+ Get-AppSharedPackageContainer [[-Name] <String>] [[-Id] <String>] [-AllUsers] [ <CommonParameters>]
1717```
1818
1919## DESCRIPTION
@@ -40,6 +40,21 @@ This command shows the packages in any shared package container that has a prefi
4040
4141## PARAMETERS
4242
43+ ### -AllUsers
44+ Get matching packages that are either deployed to any user or are provisioned to the machine.
45+
46+ ``` yaml
47+ Type : SwitchParameter
48+ Parameter Sets : (All)
49+ Aliases :
50+
51+ Required : False
52+ Position : Named
53+ Default value : None
54+ Accept pipeline input : False
55+ Accept wildcard characters : False
56+ ` ` `
57+
4358### -Id
4459Id of the container. Can be acquired by running ` Get-AppSharedPackageContainer`.
4560
You can’t perform that action at this time.
0 commit comments