Skip to content

Commit 0b2634c

Browse files
huzaifa-dsdwheeler
authored andcommitted
Update Get-AppSharedPackageContainer.md
1 parent 90fda80 commit 0b2634c

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

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

Lines changed: 1 addition & 16 deletions
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>] [-AllUsers] [<CommonParameters>]
16+
Get-AppSharedPackageContainer [[-Name] <String>] [[-Id] <String>] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -40,21 +40,6 @@ 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-
5843
### -Id
5944
Id of the container. Can be acquired by running `Get-AppSharedPackageContainer`.
6045

0 commit comments

Comments
 (0)