Remove-AzureVMPuppetExtension

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Remove-AzureVMPuppetExtension

This cmdlet removes the Puppet extension (if any) applied on the VM.

Syntax

Parameter Set: RemovePuppetExtension
Remove-AzureVMPuppetExtension -VM <IPersistentVM> [ <CommonParameters>]

Detailed Description

This cmdlet removes the Puppet extension (if any) applied on the VM.

Parameters

-VM<IPersistentVM>

Specifies the VM object.

Aliases

InputObject

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByValue, ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see  about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

This cmdlet removes the Puppet extension (if any) plied to the specified VM as stored in the variable $vm.

C:\PS>Remove-AzureVMPuppetExtension -VM $vm;

Get-AzureVMPuppetExtension

Set-AzureVMPuppetExtension

Manage Extensions