PowerCLI Reference

vSphere Auto Deploy Reference

Get-ScriptBundle

Synopsis

Gets a ScriptBundle object.

Syntax

Get-ScriptBundle [[-Name] <String[]>] [<CommonParameters>]

Related Commands

Add-ScriptBundle

Detailed Description

Gets the ScriptBundle object with the specified name from the VMware Auto Deploy server. If no bundle names are given, all visible bundles are returned.

Parameters

Name Type Description Required? Pipeline Input Default Value
Name String[] Name of the script bundle to retrieve. false false

Return Type

VMware.DeployAutomation.Types.ScriptBundle

Notes

Examples

-------------- Example 1 --------------

C:\PS> $bundle = Get-ScriptBundle 


Copyright © 1998 - 2011 VMware, Inc. All rights reserved .