< Back

Get-AzureVMDscExtensionStatus

Wed Jan 30, 2019 5:46 pm

NAME Get-AzureVMDscExtensionStatus



SYNOPSIS

Gets the DSC extension status for all the virtual machines deployed in a cloud service or for a particular virtual machine in the service.





SYNTAX

Get-AzureVMDscExtensionStatus [-ServiceName] <String> [[-Name] <String>] [-Profile <AzureSMProfile>] [-InformationAction <ActionPreference>]

[-InformationVariable <String>] [<CommonParameters>]



Get-AzureVMDscExtensionStatus [-Profile <AzureSMProfile>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] -VM <IPersistentVM>

[<CommonParameters>]





DESCRIPTION

The Get-AzureVMDscExtensionStatus cmdlet gets the Desired State Configuration (DSC) extension status for all the virtual machines deployed in a cloud

service or for a particular virtual machine in the service.





PARAMETERS

-ServiceName <String>

Specifies the name of the service.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Name <String>

Specifies the name of the virtual machine.



Required? false

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Profile <AzureSMProfile>

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationAction <ActionPreference>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationVariable <String>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-VM <IPersistentVM>

Specifies the persistent virtual machine object.



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, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Microsoft.WindowsAzure.Commands.ServiceManagement.IaaS.Extensions.VirtualMachineDscExtensionStatusContext







NOTES









-------------------------- 1: --------------------------











RELATED LINKS

Get-AzureVMDscExtension

Remove-AzureVMDscExtension

Set-AzureVMDscExtension