Comments on: PowerShell Script: Check Hub Transport Servers for Back Pressure Events https://practical365.com/powershell-script-check-hub-transport-servers-for-back-pressure-events/ Practical Office 365 News, Tips, and Tutorials Thu, 08 Sep 2022 00:36:45 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Stuart Rowe https://practical365.com/powershell-script-check-hub-transport-servers-for-back-pressure-events/#comment-242707 Thu, 08 Sep 2022 00:36:45 +0000 https://www.practical365.com/?p=5420#comment-242707 Hi Paul, I just discovered your script after having a back pressure issue (first time so quite a new discovery for me). After I fixed the issue I went in search of a way to get proactive notifications and found your script. Many thanks!

]]>
By: Mavis Armytage https://practical365.com/powershell-script-check-hub-transport-servers-for-back-pressure-events/#comment-222641 Tue, 13 Aug 2019 03:06:51 +0000 https://www.practical365.com/?p=5420#comment-222641 I leave a comment when I especially enjoy a article on a site or I have something to valuable to contribute to the discussion. Usually it is
a result of the passion displayed in the article I
browsed. And on this article PowerShell Script: Check Hub Transport Servers for Back Pressure.

I was actually moved enough to leave a thought 😉 I actually do have 2 questions for you if it’s okay.
Is it just me or does it appear like a few of these comments come
across as if they are left by brain dead people?

😛 And, if you are writing on additional sites, I’d like
to follow you. Would you make a list all of all your public sites like your Facebook page, twitter feed, or
linkedin profile?

]]>
By: Glinda Armbruster https://practical365.com/powershell-script-check-hub-transport-servers-for-back-pressure-events/#comment-222626 Mon, 12 Aug 2019 22:11:56 +0000 https://www.practical365.com/?p=5420#comment-222626 Hello to every body, it’s my first pay a visit of this blog; this website consists of remarkable and really excellent data for visitors.

]]>
By: read this post from ask.fm https://practical365.com/powershell-script-check-hub-transport-servers-for-back-pressure-events/#comment-209166 Mon, 13 May 2019 00:43:02 +0000 https://www.practical365.com/?p=5420#comment-209166 read this post from ask.fm

PowerShell Script: Check Hub Transport Servers for Back Pressure

]]>
By: Ralph Hogaboom https://practical365.com/powershell-script-check-hub-transport-servers-for-back-pressure-events/#comment-206516 Mon, 29 Apr 2019 21:15:47 +0000 https://www.practical365.com/?p=5420#comment-206516 In reply to Matt.

Same issue here. I opened it in VS Code, and did a find and replace on the hyphen. It was probably some other character set, and in my English version of Windows 10 Education didn’t work properly. After the find/replace on the hyphen, the script runs.

]]>
By: stnz https://practical365.com/powershell-script-check-hub-transport-servers-for-back-pressure-events/#comment-156554 Fri, 15 Dec 2017 17:25:43 +0000 https://www.practical365.com/?p=5420#comment-156554 Hmh, seems like the script doesn’t properly detect cleared problem after reboot. Obviously Exchange doesn’t bother logging a recovery event if it’s rebooted, and that usually fixes the problem.

Anyone has an idea how to properly take that into account? Not returning error state if time since last error is more than time since last reboot?

]]>
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_15023'); popup.style.display = 'inline-flex'; "> <div class="apbct-real-user-popup" id="apbct_trp_comment_id_15023"> <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-check-hub-transport-servers-for-back-pressure-events/#comment-15023 Wed, 21 Sep 2016 23:15:49 +0000 https://www.practical365.com/?p=5420#comment-15023 In reply to Matt.

Those â? characters shouldn’t be there. You sure you downloaded the script correctly?

]]>
By: Matt https://practical365.com/powershell-script-check-hub-transport-servers-for-back-pressure-events/#comment-15022 Wed, 21 Sep 2016 18:59:07 +0000 https://www.practical365.com/?p=5420#comment-15022 Does this still work in 2016? I am getting the following error:

Invoke-Command : One or more computer names are not valid. If you are trying to pass a URI, use the -ConnectionUr
parameter, or pass URI objects instead of strings.
At D:scriptsExchangeBackpressureCheck.ps1:78 char:14
+ $events = @(Invoke-Command â?”Computername $server â?”ScriptBlock { Get-EventLo …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (System.String[]:String[]) [Invoke-Command], ArgumentException
+ FullyQualifiedErrorId : PSSessionInvalidComputerName,Microsoft.PowerShell.Commands.InvokeCommandCommand

]]>
By: Luis Reyes https://practical365.com/powershell-script-check-hub-transport-servers-for-back-pressure-events/#comment-15021 Fri, 21 Aug 2015 18:45:42 +0000 https://www.practical365.com/?p=5420#comment-15021 Thanks Paul Cunningham

Shell works so well

Thanks a lot

Grettings

Luis Reyes

]]>
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_15020'); popup.style.display = 'inline-flex'; "> <div class="apbct-real-user-popup" id="apbct_trp_comment_id_15020"> <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-check-hub-transport-servers-for-back-pressure-events/#comment-15020 Fri, 24 Jul 2015 02:43:34 +0000 https://www.practical365.com/?p=5420#comment-15020 In reply to Gani.

Sorry, the download system failed again. I’ve moved this script to Github now instead. Here it is:

https://github.com/cunninghamp/Powershell-Exchange/tree/master/BackPressure

]]>