Remove-AppSharedPackageContainer

Removes the shared package container.

Syntax

Remove-AppSharedPackageContainer
      [-Name] <String>
      [-ForceApplicationShutdown]
      [-AllUsers]
      [<CommonParameters>]

Description

The cmdlet removes the shared package container definition for the particular user.

Examples

Example 1

Remove-AppSharedPackageContainer -Name ContosoTestContainer

This command removes the shared package container definition with the name ContosoTestContainer.

Parameters

-AllUsers

Unsupported. Will result in -AllUsers functionality is not yet implemented error.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ForceApplicationShutdown

Closes all packages in the Shared Package Container.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

The name of the container.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

String

Outputs

Object