Expand-AppvSequencerPackage

Expand-AppvSequencerPackage is accessible with the help of AppvSequencer module. To install AppvSequencer, go through this link.

Synopsis

Expands an existing App-V package.

Description

The Expand-AppvSequencerPackage cmdlet expands a Microsoft Application Virtualization (App-V) package into its native form to the NTFS file system on the computer running the sequencer. You can more easily add prerequisites or dependent applications to the sequencer before generating the package.

Run this cmdlet each time to expand a new package onto the computer running the sequencer.

Parameters

-AppvPackagePath

Specifies the file path to an existing App-V package to be expanded to the NTFS file system of the computer running the cmdlet.

Type:String
Aliases:AppvPackage
Position:0
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

Syntax

Expand-AppvSequencerPackage [-AppvPackagePath] <String> [<CommonParameters>]

——————-Example 1——————-
Expand a package
PS C:\> Expand-AppvSequencerPackage -AppvPackageFilePath “C:\VPackages\PreReq.appv”
This command expands the package PreReq.appv to the sequencing computer.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Expand-AppvSequencerPackage

Get-Command Expand-AppvSequencerPackage powershell script command cmdlet

You can also read about

To know more PowerShell cmdlets(Commands) on AppvSequencer click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *