< Back
Get-AzureRmAutomationCertificate
Post
NAME Get-AzureRmAutomationCertificate
SYNOPSIS
Gets Automation certificates.
SYNTAX
Get-AzureRmAutomationCertificate [-ResourceGroupName] <String> [-AutomationAccountName] <String> [-Name] <String> [-DefaultProfile
<IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmAutomationCertificate cmdlet gets one or more Azure Automation certificates. By default, this cmdlet gets all certificates. Specify
the name of a certificate to get a specific certificate.
PARAMETERS
-AutomationAccountName <String>
Specifies the name of the Automation account for which this cmdlet retrieves a certificate.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
Specifies the name of a certificate to retrieve.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of a resource group for which this cmdlet gets an Automation certificate.
Required? true
Position? 0
Default value None
Accept pipeline input? True (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 (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.Automation.Model.CertificateInfo
NOTES
Example 1: Get all certificates
PS C:\\>Get-AzureRmAutomationCertificate -ResourceGroupName "ResourceGroup07" -AutomationAccountName "Contoso17"
This command gets metadata for all certificates in the Automation account named Contoso17.
Example 2: Get a certificate
PS C:\\>Get-AzureRmAutomationCertificate -ResourceGroupName "ResourceGroup07" -AutomationAccountName "Contoso17" -Name "ContosoCertificate"
This command gets metadata for the certificate named ContosoCertificate.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ertificate
New-AzureRmAutomationCertificate
Remove-AzureRmAutomationCertificate
Set-AzureRmAutomationCertificate
SYNOPSIS
Gets Automation certificates.
SYNTAX
Get-AzureRmAutomationCertificate [-ResourceGroupName] <String> [-AutomationAccountName] <String> [-Name] <String> [-DefaultProfile
<IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmAutomationCertificate cmdlet gets one or more Azure Automation certificates. By default, this cmdlet gets all certificates. Specify
the name of a certificate to get a specific certificate.
PARAMETERS
-AutomationAccountName <String>
Specifies the name of the Automation account for which this cmdlet retrieves a certificate.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
Specifies the name of a certificate to retrieve.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of a resource group for which this cmdlet gets an Automation certificate.
Required? true
Position? 0
Default value None
Accept pipeline input? True (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 (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.Automation.Model.CertificateInfo
NOTES
Example 1: Get all certificates
PS C:\\>Get-AzureRmAutomationCertificate -ResourceGroupName "ResourceGroup07" -AutomationAccountName "Contoso17"
This command gets metadata for all certificates in the Automation account named Contoso17.
Example 2: Get a certificate
PS C:\\>Get-AzureRmAutomationCertificate -ResourceGroupName "ResourceGroup07" -AutomationAccountName "Contoso17" -Name "ContosoCertificate"
This command gets metadata for the certificate named ContosoCertificate.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ertificate
New-AzureRmAutomationCertificate
Remove-AzureRmAutomationCertificate
Set-AzureRmAutomationCertificate