Skip to content

Commit 0454293

Browse files
huzaifa-msftsdwheeler
authored andcommitted
Revert "Update Get-AppSharedPackageContainer.md"
This reverts commit 46271db.
1 parent 9e732c6 commit 0454293

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docset/winserver2022-ps/appx/Get-AppSharedPackageContainer.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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
4459
Id of the container. Can be acquired by running `Get-AppSharedPackageContainer`.
4560

0 commit comments

Comments
 (0)