Dismount-AppxVolume

Dismount-AppxVolume

Dismounts an appx volume.

구문

Parameter Set: Default
Dismount-AppxVolume [-Volume] <AppxVolume[]> [ <CommonParameters>]

자세한 설명

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

매개 변수

-Volume<AppxVolume[]>

Specifies the AppxVolume object to dismount.

별칭

none

필수 여부

true

위치

1

기본값

none

파이프라인 입력 허용 여부

true(ByValue,ByPropertyName)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable 등의 일반 매개 변수를 지원합니다. 자세한 내용은 TechNet의 about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216)

입력

입력 형식은 cmdlet으로 파이프할 수 있는 개체의 형식입니다.

출력

출력 형식은 cmdlet 실행 시 출력되는 개체의 형식입니다.

Example 1: Dismount a volume by using a path

This command dismounts a volume at the path E:\.

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

Example 2: Dismount a volume by using an ID

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

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

관련 항목

Add-AppxVolume

Get-AppxVolume

Mount-AppxVolume

Remove-AppxVolume