Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

List SSL Certificates and List SSL Certificate Bindings

$
0
0
Hello,I have a question about the above Methods. Running $wotevah.ListSSLCertificates() Provides the following details (when run on my local Win7 machine)...__GENUS : 2__CLASS : __PARAMETERS__SUPERCLASS : __DYNASTY : __PARAMETERS__RELPATH : __PROPERTY_COUNT : 5__DERIVATION : {}__SERVER : __NAMESPACE : __PATH : CertificateHash : {THE_LONG_HASH_NUMBER}CertName : {FQDN of Machine}Hostname : {FQDN of Machine}HRESULT : 0Length : 1PSComputerName : ...now looking at ListSSLCertificateBindings, the parameters are...LCIDThe locale to use for the error messages that are returned.Application[][out] The applications that have certificate bindings.CertificateHash[][out] The hashes for the certificates.IPAddress[][out] The IP address for the applications.Port[][out] The port number stored in the binding in rsreportserver.config.Errors[][out] The descriptions for errors that occurred.Length[out] The length of the array returned by the method.HRESULT[out] Value indicating whether the call succeeded or failed....but I am not sure how to use these parameters and get the Method to work. Do I need to use some of the output from the first method? I cant find an example of actual syntax in action to copy, or use as a guide. Would love a bit of help.Thank you,D.

Viewing all articles
Browse latest Browse all 467

Trending Articles