< Back
Get-AzureVMDiagnosticsExtension
Post
NAME Get-AzureVMDiagnosticsExtension
SYNOPSIS
Gets the settings of the Azure Diagnostics extension on a virtual machine.
SYNTAX
Get-AzureVMDiagnosticsExtension -VM <IPersistentVM> [-Profile <AzureSMProfile>] [-InformationAction <ActionPreference>] [-InformationVariable <String>]
[<CommonParameters>]
DESCRIPTION
The Get-AzureVMDiagnosticsExtension cmdlet gets the settings of the Microsoft Azure Diagnostics extension on a virtual machine.
PARAMETERS
-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
-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
<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
NOTES
-------------------------- Example 1: Get the diagnostics extension applied to a virtual machine --------------------------
PS C:\\>Get-AzureVMDiagnosticsExtension -VM $VM
This command gets the diagnostics extension applied to the specified virtual machine as stored in the variable $VM.
RELATED LINKS
Remove-AzureVMDiagnosticsExtension
Set-AzureVMDiagnosticsExtension
SYNOPSIS
Gets the settings of the Azure Diagnostics extension on a virtual machine.
SYNTAX
Get-AzureVMDiagnosticsExtension -VM <IPersistentVM> [-Profile <AzureSMProfile>] [-InformationAction <ActionPreference>] [-InformationVariable <String>]
[<CommonParameters>]
DESCRIPTION
The Get-AzureVMDiagnosticsExtension cmdlet gets the settings of the Microsoft Azure Diagnostics extension on a virtual machine.
PARAMETERS
-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
-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
<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
NOTES
-------------------------- Example 1: Get the diagnostics extension applied to a virtual machine --------------------------
PS C:\\>Get-AzureVMDiagnosticsExtension -VM $VM
This command gets the diagnostics extension applied to the specified virtual machine as stored in the variable $VM.
RELATED LINKS
Remove-AzureVMDiagnosticsExtension
Set-AzureVMDiagnosticsExtension