Dismount-Appx Volume

Dismounts an appx volume.

Syntax

Dismount-AppxVolume
        [-Volume] <AppxVolume[]>
        [-WhatIf]
        [-Confirm]
        [<CommonParameters>]

Description

The Dismount-AppxVolume cmdlet dismounts an AppxVolume . After you dismount a volume, all apps that are deployed to that target become inaccessible.

Examples

Example 1: Dismount a volume by using a path

PS C:\> Dismount-AppxVolume -Volume E:\

This command dismounts a volume at the path E:.

Example 2: Dismount a volume by using an ID

PS C:\> Dismount-AppxVolume -Volume {7e62a691-398e-4fbe-819a-64f1e407777a}

This command dismounts a volume that has the specified media ID.

Required Parameters

-Volume

Specifies the AppxVolume object to dismount.

Type: AppxVolume[]
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

Optional Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Aliases: cf
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

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