New-VApp Command | Vmware PowerCLI Reference

New-VApp

This cmdlet creates a new vApp.

Syntax

New-VApp
-Location < VIContainer >
-VApp < VApp >
[-Datastore < Datastore > ]
[-DiskStorageFormat < VirtualDiskStorageFormat > ]
[-InventoryLocation < FolderContainer > ]
[-Name < String > ]
[-ProgressAction < ActionPreference > ]
[-RunAsync ]
[-Server < VIServer[] > ]
[-VMHost < VMHost > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Location VIContainer named
  • wildcards
Specifies a VApp, ResourcePool, VMHost, or Cluster object where you want to place the new vApp.
required
VApp VApp named
  • pipeline
  • wildcards
Specifies a vApp you want to copy.
optional Datastore Datastore named
  • wildcards
Specifies the datastore where you want to store the copied vApp. If you do not specify a datastore, the cmdlet takes the first datastore of the host or cluster.
optional DiskStorageFormat VirtualDiskStorageFormat named
Specifies the storage format of the disks of the vApp.
optional InventoryLocation FolderContainer named
  • wildcards
Specifies a datacenter or a virtual machine folder where you want to place the new vApp.
optional Name String named
Specifies a name for the new vApp.
optional ProgressAction ActionPreference named
optional RunAsync SwitchParameter named
Indicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter run "help About_RunAsync" in the VMware PowerCLI console.
optional Server VIServer[] named
  • wildcards
Specifies the Center Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.
optional VMHost VMHost named
  • wildcards
Specifies the host where you want to run the copied vApp.

Output

VMware.VimAutomation.ViCore.Types.V1.Inventory.VApp

Examples

Example 1

New-VApp -Name MyVApp1 -CpuLimitMhz 4000 -CpuReservationMhz 1000 -Location MyVMHost1

Creates a new vApp on the MyVMHost1 host.

Related Commands

VApp

This cmdlet exports a vApp or a single virtual machine to the specified destination.

This cmdlet retrieves vApps.

This cmdlet imports OVF (Open Virtualization Format) and OVA packages. The package can contain a virtual appliance or a virtual machine.

This cmdlet moves the specified virtual appliances to a new location.

This cmdlet creates a new vApp.

This cmdlet removes vApps from the server.

This cmdlet modifies the specified vApp.

This cmdlet starts vApps.

This cmdlet stops vApps.