Mount-AppxVolume

Mount-AppxVolume

Mounts an appx volume.

Syntax

Parameter Set: DefaultParameterSet
Mount-AppxVolume [-Volume] <AppxVolume[]> [ <CommonParameters>]

Detaillierte Beschreibung

The Mount-AppxVolume cmdlet mounts an AppxVolume. After you mount a volume, all apps that are deployed to that target become accessible.

Parameter

-Volume<AppxVolume[]>

Specifies the AppxVolume object to mount.

Aliase

none

Erforderlich?

true

Position?

1

Standardwert

none

Pipelineeingaben akzeptieren?

true(ByValue,ByPropertyName)

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer und -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die Sie per Piping an das Cmdlet übergeben können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

Beispiele

Example 1: Mount a volume by using a path

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

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

Example 2: Mount a volume by using an ID

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

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

Verwandte Themen

Add-AppxVolume

Dismount-AppxVolume

Get-AppxVolume

Remove-AppxVolume