Comments on: PowerShell Script to Generate Exchange Server SSL Certificate Report https://practical365.com/powershell-script-ssl-certificate-report/ Practical Office 365 News, Tips, and Tutorials Wed, 27 Oct 2021 02:58:45 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Youssef https://practical365.com/powershell-script-ssl-certificate-report/#comment-236944 Wed, 27 Oct 2021 02:58:45 +0000 https://www.practical365.com/?p=7259#comment-236944 Awesome work, very useful

]]>
By: Jim McBee https://practical365.com/powershell-script-ssl-certificate-report/#comment-180419 Sun, 30 Dec 2018 01:37:06 +0000 https://www.practical365.com/?p=7259#comment-180419 Paul,
Thank you, thank you, thank you, thank you, thank you, thank you! And, also, thank you!

Your contributions to the community are greatly appreciated. I definitely owe you multiple cold beverages next time we are in the same city.

Jim McBee

]]>
By: Roopa https://practical365.com/powershell-script-ssl-certificate-report/#comment-167701 Wed, 31 Oct 2018 06:07:45 +0000 https://www.practical365.com/?p=7259#comment-167701 Excellent Paul, i have been following your posts since a long time, Honestly, i have learnt Exchange with the help of your Site.
Can you Please help us learning O365? CAN YOU PLEASE POST THE LINKS HERE?

The script worked like a charm.
Thank you:):):)

]]>
By: Randhawa D https://practical365.com/powershell-script-ssl-certificate-report/#comment-162621 Tue, 18 Sep 2018 19:41:56 +0000 https://www.practical365.com/?p=7259#comment-162621 How do i deploy it for Edge Servers ?

]]>
By: Mick J https://practical365.com/powershell-script-ssl-certificate-report/#comment-46682 Fri, 24 Feb 2017 12:58:13 +0000 https://www.practical365.com/?p=7259#comment-46682 In reply to Mick J.

I’ve answered my own question, just ran the script on another Exc 2013 environment I support where they have no Edge servers and did not receive any error, so must’ve been the Edge server causing the previous error as it couldn’t query it.

Just an FYI for anyone else who runs into this.

]]>
By: Mick J https://practical365.com/powershell-script-ssl-certificate-report/#comment-46678 Fri, 24 Feb 2017 12:49:17 +0000 https://www.practical365.com/?p=7259#comment-46678 In reply to Paul Cunningham.

Running it on one of my customers Exchange 2013 environment the script does generate a Certificate HTML output for me which appears to be correct when manually comparing the certs, however it does error with;

Processing data for a remote command failed with the following error message: [ClientAccessServer=EXCHANGE01,BackEndSer
ver=EXCHANGE01.domain.com,RequestId=015dfb88-0960-4b12-8332-bf1d3ebc5e89,TimeStamp=24/02/2017 12:31:00]
[FailureCategory=WSMan-InvalidShellID] The request for the Windows Remote Shell with ShellId
D70FFD63-63B4-4C9F-9678-7DA61549A04D failed because the shell was not found on the server. Possible causes are: the specified ShellId is incorrect or the shell no longer exists on the server. Provide the correct ShellId or create a
new shell and retry the operation. For more information, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OperationStopped: (EXCHANGE01.domain.com:String) [], PSRemotingTransportExce
ption
+ FullyQualifiedErrorId : JobFailure
+ PSComputerName : EXCHANGE01.domain.com

I’m thinking this is something that can be safely ignored.

Note – it does seem to drop out and error once it starts to query the Edge servers, but the error referenced in the error above is not the Edge server, it’s the Multi Role CAS/MBX server. If it was the Edge server referenced in the error then that would make sense. Maybe its because I am running the script from EXCHANGE01 and that is why its referenced in the error?

]]>
By: <div class="apbct-real-user-wrapper"> <div class="apbct-real-user-author-name">Paul Cunningham</div> <div class="apbct-real-user-badge" onmouseover=" let popup = document.getElementById('apbct_trp_comment_id_20397'); popup.style.display = 'inline-flex'; "> <div class="apbct-real-user-popup" id="apbct_trp_comment_id_20397"> <div class="apbct-real-user-title"> <p class="apbct-real-user-popup-header">The Real Person!</p> <p class="apbct-real-user-popup-text">Author <b>Paul Cunningham</b> acts as a real person and passed all tests against spambots. Anti-Spam by CleanTalk.</p> </div> </div> </div> </div> https://practical365.com/powershell-script-ssl-certificate-report/#comment-20397 Wed, 27 Jul 2016 23:27:21 +0000 https://www.practical365.com/?p=7259#comment-20397 In reply to Rob Hupf.

Thanks for the suggestion. I’ve logged it in my Github repo so I don’t forget, and hopefully I’ll get around to improving the script some time.

]]>
By: Rob Hupf https://practical365.com/powershell-script-ssl-certificate-report/#comment-20396 Tue, 26 Jul 2016 18:34:22 +0000 https://www.practical365.com/?p=7259#comment-20396 Would it be difficult to have an option to sort the report by expiration date, so that the ones expiring soonest would be at the top of the report? I’m futzing with it now, but so far no luck.

]]>
By: Paul Cunningham https://practical365.com/powershell-script-ssl-certificate-report/#comment-20394 Thu, 19 Nov 2015 12:09:06 +0000 https://www.practical365.com/?p=7259#comment-20394 In reply to Eddie.

Nothing I’m aware of. It works fine for me on my Exchange 2013 server when I run it in the Exchange Management Shell.

]]>
By: Eddie https://practical365.com/powershell-script-ssl-certificate-report/#comment-20393 Thu, 19 Nov 2015 10:33:42 +0000 https://www.practical365.com/?p=7259#comment-20393 What needs to be adjusted to make this work in Exchange 2013?

Server: SR-xxxxx (Mailbox, ClientAccess)
Starting a command on the remote server failed with the following error message : The I/O operation has been aborted be
cause of either a thread exit or an application request. For more information, see the about_Remote_Troubleshooting Hel
p topic.
+ CategoryInfo : OperationStopped: (sr-xxxxx.domain.lan:String) [], PSRemotingTransportException
+ FullyQualifiedErrorId : JobFailure
+ PSComputerName : sr-xxxxx.domain.lan

]]>