Add-AppSharedPackageContainer
Deploys the shared package container definition.
Add-AppSharedPackageContainer
[-Path] <String>
[-ForceApplicationShutdown]
[-Merge]
[-Force]
[<CommonParameters>]
The Add-AppSharedPackageContainer
cmdlet deploys the shared package container definition for the
particular user.
Add-AppSharedPackageContainer -Path C:\MyFolder\ContosoTestContainer.xml
This command deploys the definition described in the ContosoTestContainer file.
Replaces an existing container of the same name with the newly created container's definition for the target users.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Closes all packages currently running in the Shared Package Container.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Merges a new container's definition into an existing container definition of the same name for target users.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Path to the XML definition file.
Type: | String |
Aliases: | PSPath |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
None