Remove-ScriptBundle

Removes a script bundle from the Auto Deploy server.Get-ScriptBundle cmdlet can be used to retrieve script bundles.You must have the "AutoDeploy.Rule.Delete" privilege on the root folder of vCenter Server to use this cmdlet.

Syntax

-Bundle  <ScriptBundle>
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Bundle
ScriptBundle named

Output

Examples


Example 1

C:\PS> Remove-ScriptBundle "MyBundle"

Removes the script bundle "MyBundle" from the Auto Deploy Server.

Related Commands

Feedback

Was this page helpful?