Get-ScriptBundle

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

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
optional
Name
String[] named Name of the scriptbundle to retrieve. Wildcard patterns can be used here to retrieve multiple scriptbundles at a time.

Output

Examples


Example 1

C:\PS> $bundle = Get-ScriptBundle "testbundle"

Related Commands

Feedback

Was this page helpful?