< Back

Get-AADIntCertificate

Fri Jan 10, 2020 5:41 pm

NAME Get-AADIntCertificate



SYNOPSIS

Loads X509 certificate from the given .pfx file





SYNTAX

Get-AADIntCertificate [-FileName] <String> [[-Password] <String>] [<CommonParameters>]





DESCRIPTION

Loads X509 certificate from the given .pfx file





PARAMETERS

-FileName <String>

The full path to .pfx file from where to load the certificate



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Password <String>

The password of the .pfx file



Required? false

Position? 2

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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-AADIntCertificate -FileName "MyCert.pfx" -Password -Password "mypassword"















RELATED LINKS