Add-AppxVolume
Adds an appx volume to the Package Manager.
Add-AppxVolume
[-Path] <String[]>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
The Add-AppxVolume
cmdlet adds an AppxVolume for the Package Manager to advertise. After you
add a volume, Appx deployment operations can use that volume as a target. This cmdlet returns the
volume that it adds. Note, the Path parameter must be specified as a drive letter followed by
WindowsApps
as the directory. Not using this format could lead to inconsistent behavior in the
application model subsystems or the volume itself. For more information, see the examples section.
Add-AppxVolume -Path "E:\WindowsApps"
This command adds the volume E:\WindowsApps
to Package Manager.
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the path of the mount point of the volume that this cmdlet adds.
Type: | String[] |
Aliases: | PSPath |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Microsoft.Appx.PackageManager.Commands.AppxVolume
This cmdlet returns the AppxVolume object that it adds.