 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Checking number of users logged into Exchange 2010</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/exchange-no-of-user-logon-stat/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/exchange-no-of-user-logon-stat/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 00:24:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Featured Member: Tarek2000 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exchange-no-of-user-logon-stat/#comment-86663</link>
		<dc:creator>Featured Member: Tarek2000 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 18 Jan 2011 06:21:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-86663</guid>
		<description><![CDATA[[...] Checking number of users logged into Exchange 2010 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Checking number of users logged into Exchange 2010 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redhot2006</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exchange-no-of-user-logon-stat/#comment-86581</link>
		<dc:creator>redhot2006</dc:creator>
		<pubDate>Sat, 15 Jan 2011 11:49:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-86581</guid>
		<description><![CDATA[Thanz a lot Rechil,saturno,tarek &amp; batye for ur valuable suggestion]]></description>
		<content:encoded><![CDATA[<p>Thanz a lot Rechil,saturno,tarek &amp; batye for ur valuable suggestion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: batye</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exchange-no-of-user-logon-stat/#comment-86407</link>
		<dc:creator>batye</dc:creator>
		<pubDate>Tue, 11 Jan 2011 20:08:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-86407</guid>
		<description><![CDATA[Microsoft have a tool for this
here is the link
http://www.microsoft.com/downloads/en/details.aspx?FamilyId=9A49C22E-E0C7-4B7C-ACEF-729D48AF7BC9&amp;displaylang=en]]></description>
		<content:encoded><![CDATA[<p>Microsoft have a tool for this<br />
here is the link<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=9A49C22E-E0C7-4B7C-ACEF-729D48AF7BC9&#038;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/en/details.aspx?FamilyId=9A49C22E-E0C7-4B7C-ACEF-729D48AF7BC9&#038;displaylang=en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarek2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exchange-no-of-user-logon-stat/#comment-86404</link>
		<dc:creator>tarek2000</dc:creator>
		<pubDate>Tue, 11 Jan 2011 18:21:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-86404</guid>
		<description><![CDATA[Open the exchange management console and drill down to your mailbox store login OU.
Servers:(server name):First storage group:mailbox store:logon&#039;s.]]></description>
		<content:encoded><![CDATA[<p>Open the exchange management console and drill down to your mailbox store login OU.<br />
Servers:(server name):First storage group:mailbox store:logon&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saturno</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/exchange-no-of-user-logon-stat/#comment-86316</link>
		<dc:creator>saturno</dc:creator>
		<pubDate>Mon, 10 Jan 2011 19:12:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-86316</guid>
		<description><![CDATA[Hi Redhot2006  and everyone,

As far as I know, there isn&#039;t any fancy way to achieve this.
Even so, it&#039;s easy to use a comandlet to retrieve that information and monitor it.

You can use the Get-LogonStatistics cmdlet to retrieve logon information. This way you  can view &lt;b&gt;users or services&lt;/b&gt; currently connecting to your Microsoft Exchange Server 2010 servers. These logon stats include many other information such as user name, logon time, last access time, and client version. (you can have OWA, MAPI clients, other services, etc) using Exchange at a given time.

If you want to have a &quot;figure&quot; of the load you&#039;re having, you can put this in a scheduled task and analyze the information later.

Note that ANY kind of monitoring either local or remote does input load on any resource. So do not &quot;struggle&quot; with your Exchange.

HTH

Luís]]></description>
		<content:encoded><![CDATA[<p>Hi Redhot2006  and everyone,</p>
<p>As far as I know, there isn&#8217;t any fancy way to achieve this.<br />
Even so, it&#8217;s easy to use a comandlet to retrieve that information and monitor it.</p>
<p>You can use the Get-LogonStatistics cmdlet to retrieve logon information. This way you  can view <b>users or services</b> currently connecting to your Microsoft Exchange Server 2010 servers. These logon stats include many other information such as user name, logon time, last access time, and client version. (you can have OWA, MAPI clients, other services, etc) using Exchange at a given time.</p>
<p>If you want to have a &#8220;figure&#8221; of the load you&#8217;re having, you can put this in a scheduled task and analyze the information later.</p>
<p>Note that ANY kind of monitoring either local or remote does input load on any resource. So do not &#8220;struggle&#8221; with your Exchange.</p>
<p>HTH</p>
<p>Luís</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.013 seconds using memcached
Object Caching 325/326 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 05:10:58 -->