Share via


Expand-AzWvdMsixImage

Hiermee worden MSIX-pakketten in een installatiekopieën uitgevouwen en weergegeven, op basis van het pad naar de installatiekopieën.

Syntax

Expand-AzWvdMsixImage
      -HostPoolName <String>
      -ResourceGroupName <String>
      [-SubscriptionId <String>]
      [-Uri <String>]
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Expand-AzWvdMsixImage
      -HostPoolName <String>
      -ResourceGroupName <String>
      [-SubscriptionId <String>]
      -MsixImageUri <IMsixImageUri>
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Expand-AzWvdMsixImage
      -InputObject <IDesktopVirtualizationIdentity>
      [-Uri <String>]
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Expand-AzWvdMsixImage
      -InputObject <IDesktopVirtualizationIdentity>
      -MsixImageUri <IMsixImageUri>
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Hiermee worden MSIX-pakketten in een installatiekopieën uitgevouwen en weergegeven, op basis van het pad naar de installatiekopieën.

Voorbeelden

Voorbeeld 1: opgegeven afbeeldingspad uitvouwen en pakketmetagegevens ophalen uit AppxManifest.xml

Expand-AzWvdMsixImage -HostPoolName HostPoolName `
          -ResourceGroupName resourceGroupName `
          -SubscriptionId SubscriptionId `
          -Uri ImagePathURI

Name                          Type
----                          ----
HostPoolName/extractmsiximage Microsoft.DesktopVirtualization/hostpools/extractmsiximage

Met deze opdracht worden metagegevens van HET MSIX-pakket geretourneerd die in het opgegeven installatiekopieënpad zijn gevonden.

Parameters

-Confirm

Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.

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

-DefaultProfile

De parameter DefaultProfile is niet functioneel. Gebruik de parameter SubscriptionId indien beschikbaar als u de cmdlet uitvoert voor een ander abonnement.

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-HostPoolName

De naam van de hostgroep binnen de opgegeven resourcegroep

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Identity Parameter To construct, zie DE SECTIE NOTES voor INPUTOBJECT-eigenschappen en maak een hash-tabel.

Type:IDesktopVirtualizationIdentity
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-MsixImageUri

Vertegenwoordigt de URI die verwijst naar MSIX Image To construct, zie de sectie NOTES voor MSIXIMAGEURI-eigenschappen en maak een hash-tabel.

Type:IMsixImageUri
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ResourceGroupName

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

De id van het doelabonnement.

Type:String
Position:Named
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Uri

URI naar afbeelding

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.

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

Invoerwaarden

IMsixImageUri

IDesktopVirtualizationIdentity

Uitvoerwaarden

IExpandMsixImage