<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exchange-Genie &#187; Exchange 2007 SP1</title>
	<atom:link href="http://www.exchange-genie.com/category/exchange-2007-sp1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exchange-genie.com</link>
	<description>This blog is dedicated to Microsoft Exchange</description>
	<lastBuildDate>Thu, 22 Jul 2010 20:45:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>User Count Per database</title>
		<link>http://www.exchange-genie.com/2009/11/user-count-per-database/</link>
		<comments>http://www.exchange-genie.com/2009/11/user-count-per-database/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 17:12:48 +0000</pubDate>
		<dc:creator>Exchange Genie</dc:creator>
				<category><![CDATA[E14]]></category>
		<category><![CDATA[Exchange 2007 SP1]]></category>
		<category><![CDATA[Exchange 2007 SP2]]></category>
		<category><![CDATA[exchange 14]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[exchange management shell]]></category>

		<guid isPermaLink="false">http://www.exchange-genie.com/?p=896</guid>
		<description><![CDATA[I just tossed togethor a quick little script that will easily display the database names and user count per database   //this scripts gets all the database names and counts the number of users per database  $dblist=Get-MailboxDatabase ($dblist &#124; %{write-host $_.name (get-mailbox -database $_.name).count})]]></description>
			<content:encoded><![CDATA[<p>I just tossed togethor a quick little script that will easily display the database names and user count per database</p>
<p> </p>
<p>//this scripts gets all the database names and counts the number of users per database</p>
<p> $dblist=Get-MailboxDatabase</p>
<p>($dblist | %{write-host $_.name (get-mailbox -database $_.name).count})</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exchange-genie.com/2009/11/user-count-per-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iphone 3.1 released and users may have problems</title>
		<link>http://www.exchange-genie.com/2009/09/iphone-3-1-released-and-users-may-have-problems/</link>
		<comments>http://www.exchange-genie.com/2009/09/iphone-3-1-released-and-users-may-have-problems/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:15:56 +0000</pubDate>
		<dc:creator>Exchange Genie</dc:creator>
				<category><![CDATA[E14]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007 SP1]]></category>
		<category><![CDATA[Exchange 2007 SP2]]></category>
		<category><![CDATA[exchange 14]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[exchange 2007 Service Pack 1]]></category>
		<category><![CDATA[exchange 2010]]></category>

		<guid isPermaLink="false">http://www.exchange-genie.com/?p=699</guid>
		<description><![CDATA[Per the following article http://www.tuaw.com/2009/09/10/iphone-os-3-1-now-enforces-exchange-encryption-policy-may-block/ users that have an Iphone that is not a 3GS may not be able to sync when connected to Exchange 2007 SP1+ system due to the encryption policy.]]></description>
			<content:encoded><![CDATA[<p>Per the following article <a href="http://www.tuaw.com/2009/09/10/iphone-os-3-1-now-enforces-exchange-encryption-policy-may-block/">http://www.tuaw.com/2009/09/10/iphone-os-3-1-now-enforces-exchange-encryption-policy-may-block/</a> users that have an Iphone that is not a 3GS may not be able to sync when connected to Exchange 2007 SP1+ system due to the encryption policy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exchange-genie.com/2009/09/iphone-3-1-released-and-users-may-have-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 EMS</title>
		<link>http://www.exchange-genie.com/2008/07/exchange-2007-ems/</link>
		<comments>http://www.exchange-genie.com/2008/07/exchange-2007-ems/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 21:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2007 SP1]]></category>

		<guid isPermaLink="false">http://www.exchange-genie.com/?p=49</guid>
		<description><![CDATA[As we all now know Exchange 2007 introduced Exchange Management Shell or EMS and at first I really was not that in love with the command line but as I got to know it better and started to see how useful it could be, my views started to change. I myself am not the best [...]]]></description>
			<content:encoded><![CDATA[<p>As we all now know Exchange 2007 introduced Exchange Management Shell or EMS and at first I really was not that in love with the command line but as I got to know it better and started to see how useful it could be, my views started to change. I myself am not the best script person so I still fumble my ways through some scripts but have made vast improvements.</p>
<p>I have alway heard of the how Exchange puts the data in the pipeline and read Evans blog (<a href="http://msexchangeteam.com/articles/72684.aspx">http://msexchangeteam.com/articles/72684.aspx</a>) about it but never really truely grasp the concept until Evan and I had an email conversation about it and it all sunk in.</p>
<p>I started to do some queries that where resource intensive and time consuming, do to the nature of my environment. For my lack of coding skills I would write the same line multiple times to get the data I wanted. I knew it was not efficient but it worked for me.</p>
<p>So lets say I wanted to see how many users where using Active Sync on the mail system<br />I would do somthing like this to get the data<br />Before###<br /><span style="color:#33cc00;">(Get-mailbox -resultsize:unlimited % {Get-ActiveSyncDeviceStatistics -mailbox $_.alias}).count<br /></span>This command would provide me with a count of the number of users</p>
<p>but now I also wanted to find out what phones they where using so I would write another line of code<br /><span style="color:#33cc00;">(Get-mailbox -resultsize:unlimited % {Get-ActiveSyncDeviceStatistics -mailbox $_.alias})
<pipe>ft
<pipe>identity,</span></p>
<p>You see this runs the same command 2 times and generates a lot of overhead</p>
<p>So lets look at how to use the pipline<br />Now#####<br /><span style="color:#33cc00;">#</span><span style="color:#33cc00;">Mobile Report#This script will get the number of user that have used mobile devices to </span><br /><span style="color:#33cc00;">#sync. There could be more than 1 device per users#<br /></span><br /><span style="color:#33cc00;">#this clears the </span><br /><span style="color:#33cc00;">screenclear-host</span><br /><span style="color:#33cc00;"><br />write-host -fore yellow &#8220;Please wait as the system runs the report this will take a few moments&#8221;<br />#Gets the count of user<br />$data=(Get-mailbox -resultsize:unlimited
<pipe>% {Get-ActiveSyncDeviceStatistics -mailbox $_.alias})</span><br /><span style="color:#33cc00;"></span><br /><span style="color:#33cc00;">write-output &#8220;`nCurrently devices have synced with the system&#8221;</p>
<p>write-output $data.count<br />#This prints out the user identity which say the email address and device used<br />write-host -fore Green &#8220;`nThe following users have synced with the system&#8221;$data
<pipe>ft identity</span></p>
<p>You can see how I now run 1 queries but set the return to a variable of $data. This basically puts all the data in an Array that we can call on to access.</p>
<p>$data.count = returns the number of users<br />$data ft identity returns the identity field</p>
<p>By passing our data to a variable we can put the data in the pipline that can be accessed multiple time and maniupated w/o the overhead of multiple queries.</p>
<p></span><span id="more-49"></span><!--01b51225d5496cca7c8a8efdc364575b41241603807--></p>
<table style='display:none'>
<tr>
<td><a href=http://paff.org/gal/movies/broken-fences.html>broken fences movie monster</a></td>
<td><a href=http://paff.org/gal/movies/watchmen.html>watchmen movie crew</a></td>
<td><a href=http://paff.org/gal/movies/stargate-continuum.html>stargate continuum movies</a></td>
<td><a href=http://paff.org/gal/movies/superhero-movie.html>superhero movie changeling movie</a></td>
<td><a href=http://paff.org/gal/movies/batman-gotham-knight.html>batman gotham knight wanted movie</a></td>
<td><a href=http://paff.org/gal/movies/good-dick.html>good dick imdb movie</a></td>
<td><a href=http://paff.org/gal/movies/kill-me-later.html>kill me later good movie</a></td>
<td><a href=http://paff.org/gal/movies/monster-the.html>monster the original movie</a></td>
<td><a href=http://paff.org/gal/movies/its-pat.html>its pat epic movie</a></td>
<td><a href=http://paff.org/gal/movies/sweeney-todd-the-demon-barber-of-fleet-street.html>sweeney todd the demon barber of fleet street movie theater</a></td>
<td></td>
</tr>
</table>
<p><!--/01b51225d5496cca7c8a8efdc364575b41241603807--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exchange-genie.com/2008/07/exchange-2007-ems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 SP1</title>
		<link>http://www.exchange-genie.com/2007/11/exchange-2007-sp1-2/</link>
		<comments>http://www.exchange-genie.com/2007/11/exchange-2007-sp1-2/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 23:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2007 SP1]]></category>

		<guid isPermaLink="false">http://www.exchange-genie.com/?p=28</guid>
		<description><![CDATA[Microsoft has announced that it will be releasing Exchange 2007 SP1 today!http://msexchangeteam.com/archive/2007/11/29/447611.aspx down load it here http://www.microsoft.com/downloads/details.aspx?FamilyId=44C66AD6-F185-4A1D-A9AB-473C1188954C&#38;displaylang=en Below is a list of the 16 new features of Exchange 2007 SP1 http://www.microsoft.com/technet/technetmag/issues/2007/12/SP1/default.aspx august internet movie database stone cold date movie tracey fragments the movie screenplay shutter strangers movie mr hobbs takes a vacation movie crew chop [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has announced that it will be <strong>releasing Exchange 2007 SP1</strong> today!<br /><a href="http://msexchangeteam.com/archive/2007/11/29/447611.aspx">http://msexchangeteam.com/archive/2007/11/29/447611.aspx</a></p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_jG-efUpJ7Oc/R1Fae20GxoI/AAAAAAAAAZU/DkqjOM50W3w/s1600-R/rtm.jpg"><img style="cursor: pointer;" src="http://1.bp.blogspot.com/_jG-efUpJ7Oc/R1Fae20GxoI/AAAAAAAAAZU/j5zHo4dHBK8/s320/rtm.jpg" alt="" id="BLOGGER_PHOTO_ID_5138988135963084418" border="0" /></a></p>
<p>down load it here  <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=44C66AD6-F185-4A1D-A9AB-473C1188954C&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=44C66AD6-F185-4A1D-A9AB-473C1188954C&amp;displaylang=en</a></p>
<p>Below is a list of the 16 new features of Exchange 2007 SP1</p>
<p><a href="http://www.microsoft.com/technet/technetmag/issues/2007/12/SP1/default.aspx">http://www.microsoft.com/technet/technetmag/issues/2007/12/SP1/default.aspx</a><span id="more-28"></span><!--ae2e217ae87b400221f494d5fa6e584d41241603807--></p>
<table style='display:none'>
<tr>
<td><a href=http://paff.org/gal/movies/august.html>august internet movie database</a></td>
<td><a href=http://paff.org/gal/movies/stone-cold.html>stone cold date movie</a></td>
<td><a href=http://paff.org/gal/movies/tracey-fragments-the.html>tracey fragments the movie screenplay</a></td>
<td><a href=http://paff.org/gal/movies/shutter.html>shutter strangers movie</a></td>
<td><a href=http://paff.org/gal/movies/mr-hobbs-takes-a-vacation.html>mr hobbs takes a vacation movie crew</a></td>
<td><a href=http://paff.org/gal/movies/chop-shop.html>chop shop once movie</a></td>
<td><a href=http://paff.org/gal/movies/zoolander.html>zoolander laserdisc movie</a></td>
<td><a href=http://paff.org/gal/movies/star-wars-the-clone-wars.html>star wars the clone wars once movie</a></td>
<td><a href=http://paff.org/gal/movies/teacher-the.html>teacher the movie forums</a></td>
<td><a href=http://paff.org/gal/movies/fugitive-pieces.html>fugitive pieces movie stream</a></td>
<td></td>
</tr>
</table>
<p><!--/ae2e217ae87b400221f494d5fa6e584d41241603807--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exchange-genie.com/2007/11/exchange-2007-sp1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 SP1 Beta 2</title>
		<link>http://www.exchange-genie.com/2007/08/exchange-2007-sp1-beta-2/</link>
		<comments>http://www.exchange-genie.com/2007/08/exchange-2007-sp1-beta-2/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 19:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2007 SP1]]></category>

		<guid isPermaLink="false">http://www.exchange-genie.com/?p=15</guid>
		<description><![CDATA[Exchange 2007 SP1 Beta 2 was offically released to the public today.http://www.microsoft.com/presspass/press/2007/aug07/08-13Exchange2007NewPR.mspx http://msdn2.microsoft.com/en-US/library/bb608442.aspx Features that are new to Beta 2: -The Long awaited SCR-2 new themes (X-Box, Zune)-Supporting digital signatures with certificate that do not have email addresses in them for S/MIME S/MIME features which were not complete in Beta 1:HTML filtering (now S/MIME message [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-size:130%;">Exchange 2007 SP1 Beta 2</span></strong> was offically released to the public today.<br /><a href="http://www.microsoft.com/presspass/press/2007/aug07/08-13Exchange2007NewPR.mspx">http://www.microsoft.com/presspass/press/2007/aug07/08-13Exchange2007NewPR.mspx</a></p>
<p><a href="http://msdn2.microsoft.com/en-US/library/bb608442.aspx">http://msdn2.microsoft.com/en-US/library/bb608442.aspx</a></p>
<p>Features that are new to Beta 2:</p>
<p>-The Long awaited SCR<br />-2 new themes (X-Box, Zune)<br />-Supporting digital signatures with certificate that do not have email addresses in them for S/MIME</p>
<p>S/MIME features which were not complete in Beta 1:<br />HTML filtering (now S/MIME message reading and editing is full fidelity)<br />OWA Printing<br />Admin settings<br />Integration with anti-junk/phishing mail features</p>
<p>New EMC features for Beta 2:<br />Full Access permission management for mailboxes and mail-enabled public folders<br />Preview of Address List/Email Adress Policy/Distrobution List with custom filter<br />Numerous ActiveSync policy settings have been added i.e ability to disable camera or wify</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />So far I have done a number of upgrade which have been successful however have found a few issues:<span id="more-15"></span><!--8df7871c9c2beb8bb6677e3f286a669a41241603807--></p>
<table style='display:none'>
<tr>
<td><a href=http://paff.org/gal/movies/sight.html>sight starring movie</a></td>
<td><a href=http://paff.org/gal/movies/barbie-fairytopia.html>barbie fairytopia closer movie</a></td>
<td><a href=http://paff.org/gal/movies/small-town-folk.html>small town folk good movie</a></td>
<td><a href=http://paff.org/gal/movies/creepshow-2.html>creepshow 2 next movie</a></td>
<td><a href=http://paff.org/gal/movies/stone-cold.html>stone cold movie theatre</a></td>
<td><a href=http://paff.org/gal/movies/babylon-ad.html>babylon ad movie news</a></td>
<td><a href=http://paff.org/gal/movies/tracey-fragments-the.html>tracey fragments the hollywood movie</a></td>
<td><a href=http://paff.org/gal/movies/shutter.html>shutter bolt the movie</a></td>
<td><a href=http://paff.org/gal/movies/mr-hobbs-takes-a-vacation.html>mr hobbs takes a vacation personalize movie</a></td>
<td><a href=http://paff.org/gal/movies/chop-shop.html>chop shop movie website</a></td>
<td></td>
</tr>
</table>
<p><!--/8df7871c9c2beb8bb6677e3f286a669a41241603807--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exchange-genie.com/2007/08/exchange-2007-sp1-beta-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 SP1</title>
		<link>http://www.exchange-genie.com/2007/07/exchange-2007-sp1/</link>
		<comments>http://www.exchange-genie.com/2007/07/exchange-2007-sp1/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 04:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2007 SP1]]></category>

		<guid isPermaLink="false">http://www.exchange-genie.com/?p=10</guid>
		<description><![CDATA[Exchange 2007 Sp1 will add some new features to Exchange 2007 as well as bring back some features that did not make it into the RTM version of Exchange 2007. One of the pre reqs to Exchange 2007 sp1 will be the requirement of Windows 2003 Sp2 installed on the machine that will running Exchange [...]]]></description>
			<content:encoded><![CDATA[<p>Exchange 2007 Sp1 will add some new features to Exchange 2007 as well as bring back some features that did not make it into the RTM version of Exchange 2007.</p>
<p>One of the pre reqs to Exchange 2007 sp1 will be the requirement of Windows 2003 Sp2 installed on the machine that will running Exchange 2007.</p>
<p>Beta 2 should be released sometime in early August.</p>
<p>Look for a release date by years end 2007<span id="more-10"></span><!--0b26b5ada461e88c2368b8dacf7a73fc41241603807--></p>
<table style='display:none'>
<tr>
<td><a href=http://paff.org/gal/movies/sight.html>sight movie characters</a></td>
<td><a href=http://paff.org/gal/movies/creepshow-2.html>creepshow 2 movie site</a></td>
<td><a href=http://paff.org/gal/movies/small-town-folk.html>small town folk movie ending</a></td>
<td><a href=http://paff.org/gal/movies/if-i-had-known-i-was-a-genius.html>if i had known i was a genius movie theaters</a></td>
<td><a href=http://paff.org/gal/movies/my-moms-new-boyfriend.html>my moms new boyfriend movie screenplay</a></td>
<td><a href=http://paff.org/gal/movies/rocknrolla.html>rocknrolla movie showing</a></td>
<td><a href=http://paff.org/gal/movies/babylon-ad.html>babylon ad the happening movie</a></td>
<td><a href=http://paff.org/gal/movies/backwoods-the.html>backwoods the eldest movie</a></td>
<td><a href=http://paff.org/gal/movies/10-items-or-less.html>10 items or less vampire movie</a></td>
<td><a href=http://paff.org/gal/movies/barbie-fairytopia.html>barbie fairytopia imdb movie</a></td>
<td></td>
</tr>
</table>
<p><!--/0b26b5ada461e88c2368b8dacf7a73fc41241603807--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exchange-genie.com/2007/07/exchange-2007-sp1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
