Skip to content

Commit 9e732c6

Browse files
huzaifa-msftsdwheeler
authored andcommitted
Revert "Update RemoveAppSharedPackage.md"
This reverts commit ad7e71a.
1 parent 46f6a8f commit 9e732c6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Removes the shared package container.
1313
## SYNTAX
1414

1515
```
16-
Remove-AppSharedPackageContainer [-Name] <String> [-ForceApplicationShutdown] [<CommonParameters>]
16+
Remove-AppSharedPackageContainer [-Name] <String> [-ForceApplicationShutdown] [-AllUsers] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -30,6 +30,21 @@ This command removes the shared package container definition with the name Conto
3030

3131
## PARAMETERS
3232

33+
### -AllUsers
34+
Remove matching packages that are deployed to any user.
35+
36+
```yaml
37+
Type: SwitchParameter
38+
Parameter Sets: (All)
39+
Aliases:
40+
41+
Required: False
42+
Position: Named
43+
Default value: None
44+
Accept pipeline input: False
45+
Accept wildcard characters: False
46+
```
47+
3348
### -ForceApplicationShutdown
3449
Closes all packages in the Shared Package Container.
3550

0 commit comments

Comments
 (0)