< Back

Get-AutomationCertificate

Sat Jan 11, 2020 10:11 am

NAME Get-AutomationCertificate



SYNOPSIS

Get a certificate asset from Azure Automation.

Part of the Azure Automation Authoring Toolkit to help author runbooks locally.





SYNTAX

Get-AutomationCertificate [-Name] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-Name <String>



Required? true

Position? 1

Default value

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

System.Security.Cryptography.X509Certificates.X509Certificate2







RELATED LINKS