<?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>LDC - LoPo dot com</title>
	<atom:link href="http://www.lopo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lopo.com</link>
	<description>Back to Basics or Something</description>
	<lastBuildDate>Fri, 09 Sep 2011 00:00:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>TechMentor Conference Giveaway from myITforum.com</title>
		<link>http://www.lopo.com/2011/09/08/techmentor-conference-giveaway-from-myitforum-com/</link>
		<comments>http://www.lopo.com/2011/09/08/techmentor-conference-giveaway-from-myitforum-com/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 00:00:12 +0000</pubDate>
		<dc:creator>John Barsodi</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.lopo.com/?p=297</guid>
		<description><![CDATA[<p>The TechMentor conference is kicking off in Las Vegas on Oct 10th and they are giving away a 5-day pass to one lucky person.  Hopefully I can be that lucky person.  I&#8217;d love to sit through Don Jones&#8217; PowerShell sessions and Mark Minasi&#8217;s Windows Server and Active Directory sessions among many of the other speakers [...]]]></description>
			<content:encoded><![CDATA[<p>The TechMentor conference is kicking off in Las Vegas on Oct 10th and they are giving away a 5-day pass to one lucky person.  Hopefully I can be that lucky person.  I&#8217;d love to sit through Don Jones&#8217; PowerShell sessions and Mark Minasi&#8217;s Windows Server and Active Directory sessions among many of the other speakers that&#8217;ll be there.  I thought I&#8217;d up my chances by posting on my Blog. <img src='http://www.lopo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>You can find more information about the giveaway from <a href="http://myitforum.com/" target="_blank">myITforum.com</a> here:</p>
<p><a href="http://myitforum.com/cs2/blogs/rtrent/archive/2011/09/06/myitforum-giving-away-a-5-day-conference-pass-to-techmentor-in-vegas.aspx" target="_blank">http://myitforum.com/cs2/blogs/rtrent/archive/2011/09/06/myitforum-giving-away-a-5-day-conference-pass-to-techmentor-in-vegas.aspx</a></p>
<p>The TechMentor event homepage can be found here:</p>
<p><a href="http://techmentorevents.com/events/las-vegas-2011/home.aspx" target="_blank">http://techmentorevents.com/events/las-vegas-2011/home.aspx</a><a href="http://myitforum.com/cs2/blogs/rtrent/archive/2011/09/06/myitforum-giving-away-a-5-day-conference-pass-to-techmentor-in-vegas.aspx"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lopo.com/2011/09/08/techmentor-conference-giveaway-from-myitforum-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#Exchange 2010 &amp; 2007 &#8211; Control POP3 Enablement per Mailbox</title>
		<link>http://www.lopo.com/2011/07/28/exchange-2010-control-pop3-enablement-per-mailbox/</link>
		<comments>http://www.lopo.com/2011/07/28/exchange-2010-control-pop3-enablement-per-mailbox/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 03:00:43 +0000</pubDate>
		<dc:creator>John Barsodi</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.lopo.com/?p=278</guid>
		<description><![CDATA[<p>Last year I wrote a basic control script to manage Exchange 2007 Active Sync enablement.  Recently, I had a need to write an extremely simple POP3 control enablement script.  The main difference is this just set to run in an Exchange 2010 environment utilizing 2010 PowerShell Snapin.  Functionally and logically it&#8217;s all the same.  The script is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lopo.com/wp-content/uploads/2011/07/pop3icon.jpg"><img class="alignright size-full wp-image-282" title="pop3icon" src="http://www.lopo.com/wp-content/uploads/2011/07/pop3icon.jpg" alt="" width="124" height="114" /></a>Last year <a title="#Exchange 2007ActiveSync: Control Which Users Are Enabled…Automagically" href="http://www.lopo.com/2011/01/10/exchange-20072010-activesync-control-which-users-are-enabled-automagically/">I wrote a basic control script to manage Exchange 2007 Active Sync enablement</a>.  Recently, I had a need to write an extremely simple POP3 control enablement script.  The main difference is this just set to run in an Exchange 2010 environment utilizing 2010 PowerShell Snapin.  Functionally and logically it&#8217;s all the same.  The script is designed to run via a Scheduled Task or interactively(yes I kept the <a href="http://www.windowsitpro.com/blog/powershell-with-a-purpose-blog-36/scripting-languages/what-to-do--not-to-do-in-powershell-part-1-137475" target="_blank">dreaded Write-host</a> lines).</p>
<p><em>UPDATE:  I&#8217;ve included a 2007 version below the 2010 version.</em></p>
<p>The same prerequisites exist from the EAS script.</p>
<p>Prerequisites:</p>
<ol>
<li>Create a Universal security group</li>
<li>From the EMS, get the GUID for the newly created group
<pre class="brush: powershell; title: ; notranslate">Get-group 'Group Name' | Select GUID</pre>
<p>I wanted to use the GUID to prevent the script from breaking in the event someone changed the group name.</li>
</ol>
<p>You will need to populate the $grpguid variable with the GUID you obtain from Prerequisite #2. Once complete, schedule to run on a machine that has the Exchange cmdlets and you will be off and running.  Once you want to control who is enabled, simply populate the group  that you created in Prerequisite #1 with users who&#8217;ve been approved to utilize POP3.</p>
<h2>Exchange 2010 Version:</h2>
<pre class="brush: powershell; title: ; notranslate">
##########################################################################
# ScriptName: Set-POP3.ps1
# Author:     John Barsodi
# Date:       07/24/11
# Version:    .1
# Desc:       Disables the POP3 feature to False if not member of
# Desc:       the AD group &lt;Enter Your Group Name&gt;
# Tags:       Group POP Exchange 2010
##########################################################################
Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010
Set-ADServerSettings -ViewEntireForest $true
$grpGuid  = &quot;YourGroupGUIDHere&quot;
$grpdn = (Get-group $grpGuid).DistinguishedName
$grpBind = [ADSI]&quot;LDAP://$grpdn&quot;
$members = $grpBind.Member
$EnabledPOP = (Get-CasMailbox -resultsize unlimited | where {$_.POPEnabled -eq &quot;True&quot;})
Foreach ($obj in $EnabledPOP){
	$UserDN = $obj.DistinguishedName
	$UserDisplayName = $obj.Name
  		If($members -contains $UserDN){
    		Write-Host -ForegroundColor Green &quot;$UserDisplayName found in Group&quot;
   		}
  		Else{
   			Set-CasMailbox $UserDisplayName -POPEnabled $false
   			Write-Host -ForegroundColor Red &quot;$UserDisplayName not found in Group, POP Disabled.&quot;
  		}
}
</pre>
<h2>Exchange 2007 Verison:</h2>
<pre class="brush: powershell; title: ; notranslate">
##########################################################################
# ScriptName: Set-POP3.ps1
# Author:     John Barsodi
# Date:       07/24/11
# Version:    .1
# Desc:       Disables the POP3 feature to False if not member of
# Desc:       the AD group &lt;Enter Your Group Name&gt;
# Tags:       Group POP Exchange 2007
##########################################################################
Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin
$AdminSessionADSettings.ViewEntireForest = $True
$grpGuid  = &quot;YourGroupGUIDHere&quot;
$grpdn = (Get-group $grpGuid).DistinguishedName
$grpBind = [ADSI]&quot;LDAP://$grpdn&quot;
$members = $grpBind.Member
$EnabledPOP = (Get-CasMailbox -resultsize unlimited | where {$_.POPEnabled -eq &quot;True&quot;})
Foreach ($obj in $EnabledPOP){
	$UserDN = $obj.DistinguishedName
	$UserDisplayName = $obj.Name
  		If($members -contains $UserDN){
    		Write-Host -ForegroundColor Green &quot;$UserDisplayName found in Group&quot;
   		}
  		Else{
   			Set-CasMailbox $UserDisplayName -POPEnabled $false
   			Write-Host -ForegroundColor Red &quot;$UserDisplayName not found in Group, POP Disabled.&quot;
  		}
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lopo.com/2011/07/28/exchange-2010-control-pop3-enablement-per-mailbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Is The Best SmartPhone On My Carrier?</title>
		<link>http://www.lopo.com/2011/07/27/what-is-the-best-smartphone-on-my-carrier/</link>
		<comments>http://www.lopo.com/2011/07/27/what-is-the-best-smartphone-on-my-carrier/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 03:00:25 +0000</pubDate>
		<dc:creator>John Barsodi</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[AT&T Wireless]]></category>
		<category><![CDATA[DROID]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[RIM]]></category>
		<category><![CDATA[Sprint]]></category>
		<category><![CDATA[T-Mobile]]></category>
		<category><![CDATA[Verizon]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.lopo.com/?p=254</guid>
		<description><![CDATA[<p>I routinely get asked by friends and family which SmartPhone they should pick up.  This is always a difficult discussion as the Smart Phone industry of today, similar to the PC industry of the early 2000&#8242;s, is changing rapidly almost daily.   I&#8217;ve decided to start a post that I will maintain &#8211; though I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lopo.com/wp-content/uploads/2011/07/fone.jpg"><img class="alignleft size-thumbnail wp-image-269" title="fone" src="http://www.lopo.com/wp-content/uploads/2011/07/fone-150x150.jpg" alt="" width="150" height="150" /></a>I routinely get asked by friends and family which SmartPhone they should pick up.  This is always a difficult discussion as the Smart Phone industry of today, similar to the PC industry of the early 2000&#8242;s, is changing rapidly almost daily.   I&#8217;ve decided to start a post that I will maintain &#8211; though I&#8217;m unsure of update frequency at this point &#8211; that provides some basic information on which phones are the absolute best on the four major US carriers.  I&#8217;m not going to look at mid-range, free phones, etc.  If you&#8217;re still interested, read on.</p>
<p>Few assumptions: You know what platform you are interested in, with the exception of the iPhone, you should be well aware of what you are getting yourself into.  If you&#8217;re not, you&#8217;ll be finding yourself dealing with returns and exchanges at the often crowded Wireless stores(except Sprint&#8217;s).</p>
<h2><strong>AT&amp;T Wireless</strong></h2>
<p><strong>iPhone.</strong>  No further discussion required until they release multiple models.  The iPhone 4 is the current model and will be replaced in September with a 4S/5 model.  This is usually my first recommendation to people who aren&#8217;t technically savvy or don&#8217;t want to tinker with their phone.<br />
NOTE: Jail-breaking your iPhone and running apps from Cyndia doesn&#8217;t mean you are technically savvy. A 2nd grader with Google can figure that out.</p>
<p><strong>Winner:  </strong>iPhone 4, the 3GS is cheap, but why buy Ford Festiva when you really want the Ford Raptor.</p>
<p><strong><br />
Android. </strong>AT&amp;T offers a handful of current top-of-the-line Android handsets.  You are essentially left deciding which User Interface(UI) you want to deal with for the next two years of your life.  The three phones are the HTC Inspire 4G, MOTOROLA ATRIX 4G, and Samsung Infuse 4G.  None of these handsets are truly 4G but that&#8217;s another post someday.  Of the three, I would recommend the overall &#8216;best&#8217; selection to the ATRIX.  It has the right size mated with excellent hardware.  I would rate the UI 2nd to the HTC Inpire.  Most power users don&#8217;t care about the UI though because they are installing custom ROMS anyways.</p>
<p><strong>Winner:</strong> MOTO ATRIX(Don&#8217;t waste your money on the laptop dock, no really don&#8217;t).  If you can sacrifice a bit of hardware performance, the Nexus S which was made available yesterday, July 26th, is a strong choice.</p>
<p><strong><br />
Windows Phone.</strong> Samsung Focus, HTC Surround, LG Quantum, and HTC HD7S.  All devices are essentially running 1+ year old hardware.  Thumbs up to Samsung for having the best screen of the bunch.</p>
<p><strong>Winner:</strong> Samsung Focus for being the best of the worst.</p>
<p><strong>BlackBerry. </strong>Not sure why I would include this platform, but hey someone might care.  Ah BlackBerry you used to be so good and AT&amp;T was/is one of the best partners.  A whole slew of device refreshes &#8211; read: small hardware changes are coming down in the next 6 months.</p>
<p><strong>Winner: </strong>BlackBerry Torch 9800.  If sliders aren&#8217;t for you as they aren&#8217;t for many, the two year old Bold 9700 should catch your eye until the previously mentioned refresh occurs.</p>
<h2><strong>Sprint</strong></h2>
<p><strong>iPhone.</strong>  Not available, sorry.</p>
<p><strong>Winner:  </strong>Not Sprint Customers &#8211; yet.</p>
<p><strong><br />
Android. </strong>Sprint likes Android, unfortunately not enough to maintain a large high-end selection of Phones.  You have a mashup of last year&#8217;s hardware with gimmicky 3D cameras.</p>
<p><strong>Winner:</strong> Nexus S 4G.  If you want a fancy UI, the HTC EVO 3D would be a runner up.</p>
<p><strong>Windows Phone.</strong> Not much to say here, they have one HTC Arrive.</p>
<p><strong>Winner:</strong> HTC Arrive, winner by disqualification.</p>
<p><strong>BlackBerry. </strong>RIM has yet to embrace 4G tech such as Sprint&#8217;s WiMAX so the CDMA compatible BlackBerry family is severally slim.  Sprint has a handful of low-end BlackBerry devices and a single &#8220;high-end BlackBerry&#8221; device in their line-up.</p>
<p><strong>Winner: </strong>BlackBerry Bold 9650.  I&#8217;m bored.</p>
<h2><strong>T-Mobile</strong></h2>
<p><strong>iPhone.</strong>  Not available, well until AT&amp;T completes their purposed acquisition next year.  You can get your iPhone working with T-Mobile&#8217;s EDGE(2.5G) service but it won&#8217;t work with their 3G network or their 3G network marketed as &#8220;4G&#8221; network</p>
<p><strong>Winner:  </strong>Slow performing data iPhones.</p>
<p><strong><br />
Android. </strong>T-Mobile was the first carrier to launch an Android phone with the awkward G1.  Today they have the largest Android selection, albeit more mid-range focused.  Recently TMo has been launching higher end phones, namely the recently launched HTC Senation 4G which packs some of the fastest hardware on current Android phones across any carrier.</p>
<p><strong>Winner:</strong> HTC Sensation 4G.</p>
<p><strong> Windows Phone.</strong> Not much to say here, they have one HTC HD7.</p>
<p><strong>Winner:</strong> HTC HD7, winner by disqualification.</p>
<p><strong>BlackBerry. </strong>TMo has a very limited BlackBerry offering, two models in fact.</p>
<p><strong>Winner: </strong>BlackBerry Bold 9870. I&#8217;m really bored.</p>
<h2><strong>Verizon Wireless</strong></h2>
<p><strong>iPhone.</strong>  iPhone 4, just get it.</p>
<p><strong>Winner:  </strong>iPhone 4, the one and only Verizon iPhone.</p>
<p><strong>Android. </strong>Verizon has the largest selection of higher end Android phones.  Verizon went bawls to the wall in November of 2009 with Android and their launch of the original Motorla DROID. A hugely successful phone.  This spawned the Verizon DROID product family.  It&#8217;s funny because their marketing worked so well, you often hear people refer to their T-Mobile Samsung Android phone as a &#8216;DROID&#8221;.  Since 4G is all the rage these days and Verizon has launched the largest actual 4G network, I&#8217;ll focus my recommendation there.</p>
<p><strong>Winner:</strong> DROID CHARGE by Samsung.  Will be displaced in two weeks by the DROID BIONIC.</p>
<p><strong>Windows Phone.</strong> Not much to say here, they have one, the HTC Trophy.  Probably one of the better Windows Phone 7 devices out there.</p>
<p><strong>Winner:</strong> HTCTrophy, winner by disqualification.</p>
<p><strong>BlackBerry. </strong>Verizon has the 2nd best BlackBerry offering.</p>
<p><strong>Winner: </strong>BlackBerry Bold 9650. I&#8217;m asleep.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lopo.com/2011/07/27/what-is-the-best-smartphone-on-my-carrier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>#PowerShell and WMI to Determine OS Architecture for Automation</title>
		<link>http://www.lopo.com/2011/04/12/powershell-and-wmi-to-determine-os-architecture-for-automation/</link>
		<comments>http://www.lopo.com/2011/04/12/powershell-and-wmi-to-determine-os-architecture-for-automation/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 00:35:00 +0000</pubDate>
		<dc:creator>John Barsodi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.lopo.com/?p=242</guid>
		<description><![CDATA[<p>I&#8217;m in the process of writing some of the more complicated PowerShell code I&#8217;ve ever written to automate some laborious tasks at my new job.  The process I generally like to take when writing something like this is to modularize parts/steps of the automation as standalone components to be reused and consumed elsewhere.</p> <p>Part of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the process of writing some of the more complicated PowerShell code I&#8217;ve ever written to automate some laborious tasks at my new job.  The process I generally like to take when writing something like this is to modularize parts/steps of the automation as standalone components to be reused and consumed elsewhere.</p>
<p>Part of what I&#8217;m automating requires running installation of software.  This software comes in 32-bit and 64-bit flavors, so picking the correct install bits is very important.  In searching for &#8220;the best&#8221; way to determine installed OS Architecture, it became very apparent that Admins out there were relying on, what I would characterize as, error prone methods.  I needed something that would work on Windows Server 2003, 2008, 2008 R2.  Yes I&#8217;m aware that 2008 R2 is x64 only, that makes things easier, but I need to have a streamlined and solid method of checking, regardless of what system is running the install task.</p>
<p>Starting with the Vista/Server 2008 , a new property was introduced to the <a href="http://msdn.microsoft.com/en-us/library/aa394239(v=vs.85).aspx" target="_blank">win32_OperatingSystem</a> class, called OSArchitecture which makes this relatively trivial.  However, I want something that will work on 2003 if needed.</p>
<p>I started looking at other WMI classes to find a reliable way to determine, without having to rely on parsing text strings of a Caption property or other various methods.  I ended up finding the <a href="http://msdn.microsoft.com/en-us/library/aa394373(v=vs.85).aspx" target="_blank">win32_Processor </a>class and found a quick and easy solution &#8211; the AddressWidth and/or Architecture properties.  The Architecture property would be ideal if looking for Architectures other than 32/64-bit.</p>
<p>Below is the extremely simple snippet to perform this check against the first and sometimes *only* CPU installed. I know I had very limited reliable information out there on this, so I hope this helps someone in the future.</p>
<pre class="brush: powershell; title: ; notranslate">
#region OS detection
$proc = get-wmiobject win32_processor | where {$_.deviceID -eq &quot;CPU0&quot;}
	If ($proc.addresswidth -eq '64')
		{
		$OSArch = '64-Bit'
		}
	ElseIf ($proc.addresswidth -eq '32')
		{
		$OSArch = '32-Bit'
		}
#endregion OS detection
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lopo.com/2011/04/12/powershell-and-wmi-to-determine-os-architecture-for-automation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>So I Resigned From My Pretty Awesome Job.</title>
		<link>http://www.lopo.com/2011/03/14/so-i-resigned-from-my-pretty-awesome-job/</link>
		<comments>http://www.lopo.com/2011/03/14/so-i-resigned-from-my-pretty-awesome-job/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 19:40:21 +0000</pubDate>
		<dc:creator>John Barsodi</dc:creator>
				<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[mobility]]></category>

		<guid isPermaLink="false">http://www.lopo.com/?p=213</guid>
		<description><![CDATA[<p>On Friday 3/4, I resigned from my current job as IT Systems Architect/Team Lead for our Systems and Messaging group. It was one of the more difficult decisions I&#8217;ve made in my ~12 year IT career. It&#8217;s hard to leave a company who has treated you well. In 4.5 years with them, I&#8217;ve been promoted [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday 3/4, I resigned from my current job as IT Systems Architect/Team Lead for our Systems and Messaging group.  It was one of the more difficult decisions I&#8217;ve made in my ~12 year IT career.  It&#8217;s hard to leave a company who has treated you well.  In 4.5 years with them, I&#8217;ve been promoted twice, given additional responsibilities, and selected for unique and challenging projects.  Weighing this decision literally took a physical toll on me while I hashed it out and waited to provide my resignation.  I&#8217;ve accomplished a lot and have much to be proud of and hope to continue that success on my future projects.  Looking forward&#8230;.  I&#8217;m heading to a Cloud! Service provider and will be on their Exchange Team, implementing and supporting both shared and dedicated platforms including their mobility offerings.  This in itself is exciting as I&#8217;ve been working with MS Mail/Exchange since I started in IT.  I also hope to help this company productize Lync Server 2010 as well.  I&#8217;m excited as this new role will force me to <a href="http://www.lopo.com/2010/12/31/hay-its-december-31st-time-for-some-new-years-resolutions/">obtain those certifications I wanted to pursue in 2011</a>.  Oh yeah, my new job is 100% work from home.  I&#8217;m pretty excited about that too.</p>
<p>I get to meet my new team in a next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lopo.com/2011/03/14/so-i-resigned-from-my-pretty-awesome-job/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My Initial Motorola XOOM with Android Honeycomb Impressions</title>
		<link>http://www.lopo.com/2011/02/24/my-initial-motorola-xoom-with-android-honeycomb-impressions/</link>
		<comments>http://www.lopo.com/2011/02/24/my-initial-motorola-xoom-with-android-honeycomb-impressions/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 05:14:10 +0000</pubDate>
		<dc:creator>John Barsodi</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Honeycomb]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[XOOM]]></category>

		<guid isPermaLink="false">http://www.lopo.com/?p=192</guid>
		<description><![CDATA[<p>You may have heard about a big launch today if you&#8217;re a Google Android fan&#8230; namely the Android Honeycomb powered Motorola XOOM.  I was able to spend some uninterrupted hands-on time with the XOOM and got some fuzzy questions answered.</p> <p>I&#8217;m not going to review the device in the traditional sense, but rather as a [...]]]></description>
			<content:encoded><![CDATA[<p>You may have heard about a big launch today if you&#8217;re a Google Android fan&#8230; namely the Android Honeycomb powered Motorola XOOM.  I was able to spend some uninterrupted hands-on time with the XOOM and got some fuzzy questions answered.</p>
<p>I&#8217;m not going to review the device in the traditional sense, but rather as a long time user of Mobility technology and daily user of the iPad for almost a year.</p>
<p>If you want unboxing reviews, check out the following:</p>
<div><a href="http://www.engadget.com/2011/02/23/motorola-xoom-review/" target="_blank">Engagdet</a></div>
<div><a href="http://www.bgr.com/2011/02/23/motorola-xoom-review/" target="_blank">BGR</a></div>
<div><a href="http://www.crunchgear.com/2011/02/23/review-motorola-xoom-the-android-tablet-redefined/" target="_blank">CrunchGear</a></div>
<div><a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=motorola+xoom+review" target="_blank">etc..</a></div>
<p></p>
<div>Here&#8217;s the jist: Honeycomb OS, in it&#8217;s current state, isn&#8217;t for the new-to-tablet technology user.  If you&#8217;re a power user of an Android Phone, you&#8217;ll find yourself right at home.  If you&#8217;re an iPad user that has made any investment into Apps, go iPad2.  It&#8217;s pretty simple, Honeycomb and it&#8217;s hardware requirements bring a lot to the table that the current iPad doesn&#8217;t.  The iPad2 will obviously bring, and most likely exceed, some of those shortcomings.</div>
<p>
<div><strong>Feel</strong></div>
<p>
<div>One of my biggest concerns was the shape of the device, this isn&#8217;t a 4:3 screen size like the iPad, it&#8217;s 16:9 screen ratio.  What this means is that the screen is significantly wider than it is tall.  This is great for HD video but not for other more routine tasks, such as typing.  I spent a great deal of my time typing using it&#8217;s native orientation and rotated 90 degrees.  Typing in it&#8217;s native orientation caused some hand cramping as I was struggling to extend my fingers to reach the center keys of the on screen QWERTY and hold onto the device.  I cannot see typing for any length of time like this.  Rotating the device 90 degrees caused the keyboard to feel extremely cramped.  However, with any new technology, it&#8217;s something <em>most</em> people will get used to.</div>
<div>The XOOM definitely felt heavier than the iPad and it is by almost a 50grams/0.11lbs.  Couple the weight increase with the wide screen form factor and the device feels like it&#8217;ll be difficult to &#8216;toss around&#8217;.  I use that phrase loosely <img src='http://www.lopo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .  I state this because the iPad is easy to tote around and one hand.</div>
<p>
<div><strong>Android Honeycomb</strong></div>
<p>
<div>I noticed a couple differentiators of how Honeycomb handles Apps written for phones vs. how iOS handles this on the iPad.  There were 12 &#8220;Tablet Apps&#8221; in the <a href="https://market.android.com/" target="_blank">Android Market</a> when I browsed through the Honeycomb Market App.  This means, early adopters will be required to the Phone version of their favorite apps on Honeycomb.  I tested to see how it compared to it&#8217;s iOS counterpart.  I first installed Angry Birds, followed by Words with Friends, and Facebook.  Angry Birds rendered across the entire screen, no emulation, no borders, nothing &#8211; full screen goodness.  Words with Friends offered what was most surprising and attractive functionality.  First you must understand how iOS on the iPad handles this, iPhone specific apps are rendered in an emulation window, that is, essentially an on screen iPhone display.  Honeycomb handles this differently, in my limited testing.  Words with Friends opened and I assumed it would run in the rotated resolution, similar to the iPad.  I immediately rotated the device, only to find it rendered in the native position and rotated properly as you rotated the XOOM.  I LOVED this. You aren&#8217;t forced to hold the device a certain way to utilize legacy apps.</div>
<p>
<div>I gave the Camera/Video recording App a run through and recorded a short video to edit in the new Movie Studio App.  Ironically, upon trying to add the clip to the Movie project timeline, Movie Studio force stopped on me.  Re-opening and going through the same steps yielded the expected result of fluid video editting.</div>
<p>
<div>Next up I fired up the Chrome browser and ran through a number of websites to see how it handled rendering full web content.  Engagdet pointed out in their review, that the many webpages rendered their mobile version.  While this issue existed when the iPad originally launch, I don&#8217;t see this as a &#8216;major issue&#8217; as most mobile sites have a link to their &#8220;Full Site Version&#8221; / &#8220;Desktop Version&#8221;.  Oddly enough, neither Twitter or Facebook sent the XOOM to their mobile and touch sites.</div>
<p>
<div>1st party Google Apps, as you&#8217;d expect, are top notch and beautiful. No further explanation required here.   If you&#8217;re a heavy Google Services user, this alone could make the decision for you.</div>
<p>
<div><strong>Questions Answered</strong></div>
<p>
<div>A couple of rumors and questions that were on my mind.</div>
<p>
<div>Q. WiFi only version, where the heck is it?</div>
<div>A. It&#8217;ll be released &#8216;soon&#8217;, however will not be sold through Verizon and will not be Verizon branded.  That&#8217;s obvious.</div>
<p>
<div>Q. 4G upgrade, do I really have to send it somewhere?</div>
<div>A. 4G upgrade is free, however requires you to send in your XOOM and be without it for a minimum of a week, &#8220;could be longer depending on demand&#8221;. So I have to be without my tablet, which I use daily, for a minimum of 7 days?</div>
<p>
<div><strong>Overall Impressions</strong></div>
<p>
<div>I think I can sum it up by saying it this way; I was less excited after I left than I was when I walked in the door.</div>
<p></p>
<div>The XOOM and specifically Android Honeycomb up the ante as an iPad competitor, but with the iPad2 announcement next week on March 2nd, I can&#8217;t see a silver bullet to say get the XOOM now as the iPad2 will likely offer competitve hardware specs and hopefully a new revision of iOS that will bring some new features and changes to multitasking.  Apple does have an advantage of releasing their 2nd generation tablet, while worthy competitors such as the XOOM, <a href="http://mobile-broadband.t-mobile.com/android-tablet/g-slate" target="_blank">G-Slate</a>, and other Honeycomb tablets are just now launching.  I do see a major advantage that Apple has: iTunes.  Not from a music or app store perspective, but from a device management perspective.  The ability to backup/restore and manipulate the device from your PC or Mac is a feature that needs to come to Honeycomb.  Without it, users requiring device replacement, etc will be out of luck when their data disappears along the way.</div>
<p>
<div>I speculate that Apple will be enhancing and potentially rebranding their MobileMe offering to compete with the Cloud services coming with HP&#8217;s TouchPad.  We&#8217;ll see next week.</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lopo.com/2011/02/24/my-initial-motorola-xoom-with-android-honeycomb-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One reason why #Cisco UCS rules&#8230;in a picture.</title>
		<link>http://www.lopo.com/2011/01/14/one-reason-why-cisco-ucs-rules-in-a-picture/</link>
		<comments>http://www.lopo.com/2011/01/14/one-reason-why-cisco-ucs-rules-in-a-picture/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 16:30:25 +0000</pubDate>
		<dc:creator>John Barsodi</dc:creator>
				<category><![CDATA[Cisco UCS]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Cable Management]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.lopo.com/?p=183</guid>
		<description><![CDATA[<p>Cable management and Airflow&#8230;..</p> <p>Legacy Blade Systems&#8230;..</p> <p style="text-align: center;"></p> <p style="text-align: center;"> <p style="text-align: center;"> <p style="text-align: left;"> <p style="text-align: left;"> <p style="text-align: left;">Cisco UCS Chassis&#8230;..</p> <p style="text-align: center;"> ]]></description>
			<content:encoded><![CDATA[<p>Cable management and Airflow&#8230;..</p>
<p>Legacy Blade Systems&#8230;..</p>
<p style="text-align: center;"><a href="http://www.lopo.com/wp-content/uploads/2011/01/hpsmall1.jpg"><img class="size-medium wp-image-185 aligncenter" title="hp" src="http://www.lopo.com/wp-content/uploads/2011/01/hpsmall1-169x300.jpg" alt="" width="169" height="300" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">Cisco UCS Chassis&#8230;..<a href="http://www.lopo.com/wp-content/uploads/2011/01/UCSSmall.jpg"><img class="size-medium wp-image-184 aligncenter" title="UCS" src="http://www.lopo.com/wp-content/uploads/2011/01/UCSSmall-300x169.jpg" alt="" width="300" height="169" /></a></p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.lopo.com/2011/01/14/one-reason-why-cisco-ucs-rules-in-a-picture/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>#Exchange 2007ActiveSync: Control Which Users Are Enabled&#8230;Automagically</title>
		<link>http://www.lopo.com/2011/01/10/exchange-20072010-activesync-control-which-users-are-enabled-automagically/</link>
		<comments>http://www.lopo.com/2011/01/10/exchange-20072010-activesync-control-which-users-are-enabled-automagically/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 05:01:13 +0000</pubDate>
		<dc:creator>John Barsodi</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.lopo.com/?p=161</guid>
		<description><![CDATA[<p>Last year when we launched support for Windows Mobile 6.x devices via Exchange ActiveSync, I had a challenge of making sure only approved users were enabled for ActiveSync support. By default in Exchange(all versions), all mailboxes are enabled for ActiveSync, and specifically with Exchange 2007 when the CAS role is installed into the Organization. I [...]]]></description>
			<content:encoded><![CDATA[<p>Last year when we launched support for Windows Mobile 6.x devices via Exchange ActiveSync, I had a challenge of making sure only approved users were enabled for ActiveSync support. By default in Exchange(all versions), all mailboxes are enabled for ActiveSync, and specifically with Exchange 2007 when the CAS role is installed into the Organization. I decided to write this quick script to fix this &#8216;feature&#8217; and would allow me to run interactively or via the task scheduler.</p>
<p>Prerequisites:</p>
<ol>
<li>Create a Universal security group</li>
<li>From the EMS, get the GUID for the newly created group
<pre class="brush: powershell; title: ; notranslate">Get-group 'Group Name' | Select GUID</pre>
<p>I wanted to use the GUID to prevent the script from breaking in the event someone changed the group name.</li>
</ol>
<p>You will need to populate the $grpguid variable with the GUID you obtain from Prerequisite #2. Once complete, schedule to run on a machine that has the Exchange cmdlets and you will be off and running.  Once you want to control who is enabled, simply populate the group  that you created in Prerequisite #1 with users who&#8217;ve been approved to utilize ActiveSync.</p>
<pre class="brush: powershell; title: ; notranslate">
###############################################
# ScriptName: Set-EAS.ps1
# Author:     John Barsodi
# Date:       1/12/10
# Version:    .1
# Desc:       Sets the EAS Mailbox feature to False if not member of
# Desc:       the AD group &lt;Enter Your Group Name&gt;
# Tags:       Group EAS
###############################################
Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin
$AdminSessionADSettings.ViewEntireForest = $True
$grpGuid  = &quot;YourGroupGUIDHere&quot;
$grpdn = (Get-group $grpGuid).DistinguishedName
$grpBind = [ADSI]&quot;LDAP://$grpdn&quot;
$members = $grpBind.Member
$EnabledEAS = (Get-CasMailbox -resultsize unlimited | where {$_.ActiveSyncEnabled -eq &quot;True&quot;})
Foreach ($obj in $EnabledEAS){
	$UserDN = $obj.DistinguishedName
	$UserDisplayName = $obj.Name
  		If($members -contains $UserDN){
    		Write-Host -ForegroundColor Green &quot;$UserDisplayName found in Group&quot;
   		}
  		Else{
   			Set-CasMailbox $UserDisplayName -ActiveSyncEnabled $false
   			Write-Host -ForegroundColor Red &quot;$UserDisplayName not found in Group&quot;
  		}
}
</pre>
<p>You can download the script here: <a href="http://www.lopo.com/wp-content/uploads/2011/01/set-eas.txt">set-eas.txt</a></p>
<p>Feel free to leave any questions in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lopo.com/2011/01/10/exchange-20072010-activesync-control-which-users-are-enabled-automagically/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2010 Review &#8211; Top 5: What didn&#8217;t happen to me&#8230;.</title>
		<link>http://www.lopo.com/2010/12/31/2010-review-top-5-what-didnt-happen-to-me/</link>
		<comments>http://www.lopo.com/2010/12/31/2010-review-top-5-what-didnt-happen-to-me/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 22:30:49 +0000</pubDate>
		<dc:creator>John Barsodi</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.lopo.com/?p=151</guid>
		<description><![CDATA[<p>This time of the year we see an overplay of &#8220;My Year in Review&#8221; type of articles and TV segments.  I, instead of looking at what DID happen, want to look at what DIDN&#8217;T happen for me this year.</p> <p>Winning the lottery.</p> <p>Nope.  Perhaps next year&#8230; though it would help if I worked on playing [...]]]></description>
			<content:encoded><![CDATA[<p>This time of the year we see an overplay of &#8220;My Year in Review&#8221; type of articles and TV segments.  I, instead of looking at what DID happen, want to look at what DIDN&#8217;T happen for me this year.</p>
<p><strong>Winning the lottery.</strong></p>
<p>Nope.  Perhaps next year&#8230; though it would help if I worked on playing more often right?  I did win $9 on one of the 6 tickets I did buy.  Even better though, my wife gave birth to our beautiful baby girl.</p>
<p><strong>Getting into a car accident.</strong></p>
<p>Ooops, that DID happen.  Thanks ice + snow bank and the guy behind me who wasn&#8217;t paying attention and T-boned the rear passenger quarter panel/Tire of my Jeep.</p>
<p><strong>Breaking/slowing my Starbucks habit.</strong></p>
<p><strong> </strong>I&#8217;m working on this currently.  <a href="http://www.keurig.com/" target="_blank">Keurig</a> FTW.  Hopefully my top 5 list for 2011 will not include this one.</p>
<p><strong>Taking a trip to Sydney, Australia.</strong></p>
<p>I want to get to Sydney someday.  I instead made it to Tokyo, Japan.  Amazing, amazing city/country.  Definitely need to get back there.</p>
<p><strong>Die.</strong></p>
<p><strong></strong>Nope, still alive and ticking, for today at least.  One thing that did die was my Gall Bladder and had that dude removed.</p>
<p>Welp those are some of the things that DIDN&#8217;T happen in 2010 to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lopo.com/2010/12/31/2010-review-top-5-what-didnt-happen-to-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hay it&#8217;s December 31st, time for some New Years Resolutions&#8230;</title>
		<link>http://www.lopo.com/2010/12/31/hay-its-december-31st-time-for-some-new-years-resolutions/</link>
		<comments>http://www.lopo.com/2010/12/31/hay-its-december-31st-time-for-some-new-years-resolutions/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 18:14:38 +0000</pubDate>
		<dc:creator>John Barsodi</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Cisco UCS]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[teched]]></category>

		<guid isPermaLink="false">http://www.lopo.com/?p=133</guid>
		<description><![CDATA[<p>Well.. I run 1920&#215;1200 resolution at home and 3 monitors at 1600&#215;1200 at work&#8230; think I will strive for 2560&#215;2048 and 1920&#215;1200 respectively. ok that was lame.</p> <p>I never make New Years resolutions because I&#8217;ve always thought they were pitfalls for failure and most of the time forgotten by January 21st.  However, this year I have some [...]]]></description>
			<content:encoded><![CDATA[<p>Well.. I run 1920&#215;1200 resolution at home and 3 monitors at 1600&#215;1200 at work&#8230; think I will strive for 2560&#215;2048 and 1920&#215;1200 respectively. ok that was lame.</p>
<p>I never make New Years resolutions because I&#8217;ve always thought they were pitfalls for failure and most of the time forgotten by January 21st.  However, this year I have some goals that I want to pursue and what better way to wrap them up than by claiming them as New Years resolutions?</p>
<p><strong>The obligatory &#8220;Get into shape and lose x number of pounds&#8221;. </strong> Actually, I want to work on my conditioning the first 6 months of 2011 as I want to start training in July for a marathon in January 2012.  It&#8217;s a Rock&#8217;n Roll marathon in Phoenix, AZ and I ran it in 2005.  My goal is to improve on my 2005 time by 1hr 10 mins, but I will be satisfied with dropping 40 mins.   Developing a schedule and sticking to it will be critical.<br />
<strong><br />
Professional Growth</strong>.  I&#8217;m now the Team Lead/Architect for my group.  I touch a number of major technologies.  I want to get certified in the technologies that I spend the most amount of time with.  I&#8217;ve always had the opinion of &#8220;meh&#8221; when it comes to IT Certifications, but I&#8217;ve recently had a different outlook on taking a test and striving to complete the certification that aligns with your experience as something you <strike>have</strike> should do to remain attractive in the job market and validate your skills and experience to your current employer.</p>
<p>Two areas of technology excite me and I believe they are the direction of the industry and this is where I&#8217;ll focus over the next 12 months.</p>
<p><strong>Messaging, Collaboration(UCC), and Mobility</strong> &#8211; Exchange 2007/2010, Office Communication Server 2007/Lync Server 2010, Email Archiving,  BlackBerry Enterprise Server, GOOD Technology, iOS, BlackBerry, Android, and Windows Phone 7.</p>
<p>2011 Goal: Achieve MCITP status for <a href="http://www.microsoft.com/learning/en/us/certification/cert-exchange-server.aspx#ema2010" target="_blank">Exchange 2010</a> and <a href="http://www.microsoft.com/learning/en/us/certification/mcitp.aspx#tab2" target="_blank">Lync 2010</a>.  I&#8217;m still debating about finishing my Exchange 2007 MCITP status.  I have 1 of the 3 required tests complete.  I don&#8217;t think it&#8217;d be terribly difficult to study up and pass the remaining two.</p>
<p><strong> CLOUD!</strong> &#8211;  Vmware &amp; Hyper-V R2, Cisco UCS, Storage, and Management tools.</p>
<p>2011 Goal: Work towards <a href="http://mylearn.vmware.com/mgrReg/plan.cfm?plan=12457&amp;ui=www_cert" target="_blank">VCP status</a>, training budget pending of course.  VMware requires a mandatory 5 day class before you can take the test.</p>
<p>Here&#8217;s to a successful 2011!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lopo.com/2010/12/31/hay-its-december-31st-time-for-some-new-years-resolutions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.928 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-07 02:04:09 -->
<!-- Compression = gzip -->
