< Back

Export-AADIntADFSSigningCertificate

Fri Jan 10, 2020 5:37 pm

NAME Export-AADIntADFSSigningCertificate



SYNOPSIS

Exports ADFS token signing certificate





SYNTAX

Export-AADIntADFSSigningCertificate [[-fileName] <String>] [<CommonParameters>]





DESCRIPTION

Exports ADFS signing certificate from WID configuration database. Must be run on ADFS server

as domain administrator or ADFS service user (requires access to DKM container).

The exported certificate DOES NOT HAVE PASSWORD!





PARAMETERS

-fileName <String>

Filename of the certificate to be exported. Default is ADFSSigningCertificate.pfx.



Required? false

Position? 1

Default value ADFSSigningCertificate.pfx

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:\\>Export-AADIntADFSSigningCertificate













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Export-AADIntADFSSigningCertificate -fileName myadfs.pfx















RELATED LINKS