Import-AppvServerPackage

Adds a package to the App-V Management server.

Syntax

Import-AppvServerPackage
      [-PackagePath] <String>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Import-AppvServerPackage cmdlet accepts a path to a valid APPV package. The specified package is imported into the Microsoft Application Virtualization (App-V) Management server and an object to the package is returned.

Examples

1:

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.

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

-PackagePath

Specifies full path to the App-V package. This can either be an SMB or HTTP/HTTPS path.

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

-WhatIf

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

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

Outputs

AppvServer.AppvServerPackage