Size of Hub Transport queues in organization
Hi We are running Exchange 2007 SP3. Our Hub Transport servers are: EMEA: LONMBX-1 LONMBX-2 etc ASIA TOKMBX-1 TOKMBX-2 etc What I'd like to do is: 1. Find the powershell that will list the queues of ALL Hub Transport servers in the org, starting with the largest queue first 2. Find the powershell that will list the queues of ALL Hub Tranport servers in the org with queues over 10 messages, starting with the largest queue first #1 and #2 again, but this time instead of ALL Hub Transport servers, list by region (e.g. EMEA Hubs only, ASIA Hubs only) Is this possible?
November 26th, 2011 10:23am

Hi there, get the queue of the particular hub server: get-queue -server servername from anyone of the server powershell you can run and get the details.Thanks & Regards, Kottees
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2011 11:55am

Sure, thanks for answering...but if I wanted to see the queues of ALL London servers for example?
November 26th, 2011 2:00pm

On Sat, 26 Nov 2011 18:45:53 +0000, Smith1974 wrote: >Sure, thanks for answering...but if I wanted to see the queues of ALL London servers for example? Then issue the command for each of the servers and, if you want, summarize the results. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2011 2:05pm

check this out... http://everydaynerd.com/microsoft/software-microsoft/powershell/powershell-script-display-exchange-2007-queue-by-site Rich: can we do like this? get all the london hub servers | get-queue Thanks & Regards, Kottees
November 26th, 2011 2:12pm

On Sat, 26 Nov 2011 18:57:34 +0000, imkottees wrote: > > >check this out... > >http://everydaynerd.com/microsoft/software-microsoft/powershell/powershell-script-display-exchange-2007-queue-by-site > > > >Rich: can we do like this? > >get all the london hub servers | get-queue If all you want to see is a list of the output from the get-queue, sure. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2011 9:33pm

On Sat, 26 Nov 2011 18:45:53 +0000, Smith1974 wrote: >Sure, thanks for answering...but if I wanted to see the queues of ALL London servers for example? Then issue the command for each of the servers and, if you want, summarize the results. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
November 26th, 2011 9:51pm

check this out... http://everydaynerd.com/microsoft/software-microsoft/powershell/powershell-script-display-exchange-2007-queue-by-site Rich: can we do like this? get all the london hub servers | get-queue Thanks & Regards, Kottees
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2011 9:57pm

thank you Rich. Smith: we have answered your question here.Thanks & Regards, Kottees
November 27th, 2011 1:38am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics