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 @@ 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
3449Closes all packages in the Shared Package Container.
3550
You can’t perform that action at this time.
0 commit comments