PowerCLI Reference

vSphere Auto Deploy Reference

Remove-ScriptBundle

Synopsis

Removes a ScriptBundle from Auto Deploy

Syntax

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

Related Commands

Get-ScriptBundle

Detailed Description

Removes the script bundle with the given name from Auto Deploy.

Parameters

Name Type Description Required? Pipeline Input Default Value
Name String Name of the script bundle to be removed. true false

Return Type

Notes

Examples

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

C:\PS> Remove-ScriptBundle -Name MyBundle


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