<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>phyler's blog &#187; Uncategorized</title>
	<atom:link href="http://phyler.wordpress.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://phyler.wordpress.com</link>
	<description>Technology, Rant's and Whatever else I want to post on.</description>
	<lastBuildDate>Mon, 14 Dec 2009 04:01:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='phyler.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6d0080034944b4b2f87428596baf3b1c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>phyler's blog &#187; Uncategorized</title>
		<link>http://phyler.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://phyler.wordpress.com/osd.xml" title="phyler&#8217;s blog" />
		<item>
		<title>OCS 2007 R2 XMPP and GTalk</title>
		<link>http://phyler.wordpress.com/2009/12/13/ocs-2007-r2-xmpp-and-gtalk/</link>
		<comments>http://phyler.wordpress.com/2009/12/13/ocs-2007-r2-xmpp-and-gtalk/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 04:01:22 +0000</pubDate>
		<dc:creator>phyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://phyler.wordpress.com/?p=76</guid>
		<description><![CDATA[First, I&#8217;ll be honest, I love OCS.  I have pitched it as a consultant up against GTalk.  It is a superior product.  It does way more but at times, I just want to be able to chat with a client that doesn&#8217;t have OCS yet.  Almost everyone has a Gmail account. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=76&subd=phyler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First, I&#8217;ll be honest, I love OCS.  I have pitched it as a consultant up against GTalk.  It is a superior product.  It does way more but at times, I just want to be able to chat with a client that doesn&#8217;t have OCS yet.  Almost everyone has a Gmail account.  Well, thanks to the new <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=aa560bfe-9960-473a-bfb8-53bff678cec4">XMPP Gateway for OCS</a> I can achieve my wish.</p>
<p>Now, I&#8217;m not going to go into all the details on how to set this up.  The OCS Team has already done a great job on that <a href="http://communicationsserverteam.com/archive/2009/10/01/599.aspx">here</a>.  I did however end up having to do things a bit differently.  We had run out of IP&#8217;s on the Internet connection on which our Edge server lives therefore I had to go with a dual-homed approach.  I placed external interface on a different Internet circuit which had available external IP&#8217;s and I put the internal interface on the same DMZ as our Edge server (we are NAT&#8217;ing our Edge server).</p>
<p>Now, the OCS Team blog does a great job describing what happens with a single IP but when you have two IP&#8217;s you really need to know what you are editing.</p>
<p>First, the config file (&#8220;%ProgramFiles%\Microsoft Office Communications Server 2007 R2\XMPP Gateway\TGWConsoleGUI.dll.config&#8221;) has two spots where you need to enter an IP.  In a single IP solution, the IP is the same in both spots.  If you are using a dual-homed box like me, then you need to put the IP that will communicate with your Edge server in the SipIP and the IP that will communicate with Gmail (outside world) in the XmppIP value.  Here&#8217;s an example:</p>
<p>    &lt;?xml version=&#8221;1.0&#8243; standalone=&#8221;yes&#8221;?&gt;<br />
    &lt;configuration&gt;<br />
    &lt;appSettings&gt;<br />
    &lt;add key= &#8220;cultureName&#8221; value = &#8220;en-US&#8221;/&gt;<br />
    &lt;add key= &#8220;SipIP&#8221; value= &#8220;Internal IP&#8221;/&gt;<br />
    &lt;add key= &#8220;XmppIP&#8221; value=&#8221;External IP(actual IP on the NIC if you are NAT&#8217;ing)&#8221;/&gt;<br />
    &lt;/appSettings&gt;<br />
    &lt;/configuration&gt;</p>
<p>Now, my second issue was that I originally placed my internal interface on the same &#8220;internal DMZ&#8221; that the Edge servers internal interface was on.  The XMPP gateway has to be able to communicate with the Access Edge interface.  I switched my internal interface over to the &#8220;External DMZ&#8221; and reconfigured the file above and was able to successfully test.</p>
<p>At this point I had it partially working.  I could send IM&#8217;s from my Gmail account and receive them but I could not send messages from my MOC to Gmail, nor could I see presence in MOC.  It took me a bit on this one but I finally figured out that the cert that you attach to the internal interface on the XMPP has to have the CN be the same as the FQDN of the computer name.  I had placed the FQDN of the computer name into the SAN field and the XMPP software must just ignore the SAN field.  Once I re-issued my cert with the FQDN of the computer as the CN, everything just &#8220;fell into place&#8221;.</p>
<p>Anyways, I hope this helps anyone else out there who might be trying to set this up with dual IP&#8217;s.   I highly encourage you if you are GTalk user to check out OCS.  It is a fantastic product.  Especially when you can utilize it for Enterprise Voice.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phyler.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phyler.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phyler.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phyler.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phyler.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phyler.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phyler.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phyler.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phyler.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phyler.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=76&subd=phyler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://phyler.wordpress.com/2009/12/13/ocs-2007-r2-xmpp-and-gtalk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phyler</media:title>
		</media:content>
	</item>
		<item>
		<title>Time goes by quickly</title>
		<link>http://phyler.wordpress.com/2009/12/13/time-goes-by-quickly/</link>
		<comments>http://phyler.wordpress.com/2009/12/13/time-goes-by-quickly/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 22:55:39 +0000</pubDate>
		<dc:creator>phyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phyler.wordpress.com/?p=69</guid>
		<description><![CDATA[Wow, I decided it was time to do some blog posts and I realized it had been over a year since the last post.  Well, I&#8217;ve collected 3 or 4 ideas and will be working to get them out over the next few weeks.  Three of them are on leadership and one is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=69&subd=phyler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Wow, I decided it was time to do some blog posts and I realized it had been over a year since the last post.  Well, I&#8217;ve collected 3 or 4 ideas and will be working to get them out over the next few weeks.  Three of them are on leadership and one is on Office Communications Server.</p>
<p>For those of you who still have me in your RSS feeds, I&#8217;m sure this post will be a bit of a surprise but hopefully you will read the next few posts and like what you read.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phyler.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phyler.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phyler.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phyler.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phyler.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phyler.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phyler.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phyler.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phyler.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phyler.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=69&subd=phyler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://phyler.wordpress.com/2009/12/13/time-goes-by-quickly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phyler</media:title>
		</media:content>
	</item>
		<item>
		<title>Expectations</title>
		<link>http://phyler.wordpress.com/2008/11/06/expectations/</link>
		<comments>http://phyler.wordpress.com/2008/11/06/expectations/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 17:15:11 +0000</pubDate>
		<dc:creator>phyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[leadership]]></category>

		<guid isPermaLink="false">http://phyler.wordpress.com/?p=30</guid>
		<description><![CDATA[I struggle with expectations.  I constantly expect a lot from everyone, including myself and I&#8217;m consistently disappointed.  I decided to write out my expectations so I thought I would share them.
I expect people to work when at work.  I understand that there will be times when you have fun and talk at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=30&subd=phyler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I struggle with expectations.  I constantly expect a lot from everyone, including myself and I&#8217;m consistently disappointed.  I decided to write out my expectations so I thought I would share them.</p>
<p>I expect people to work when at work.  I understand that there will be times when you have fun and talk at work but in the end, I expect you to work.<br />
I expect that you will use your time wisely.<br />
I expect you not to spend significant time surfing the web or playing games on the computer.<br />
I expect that you can be competent in our core functional areas (whatever that may be for your company).<br />
I expect you to act in a professional manner at all times.<br />
I expect you to expand your knowledge.<br />
I expect that if you use your time wisely that you can expand your knowledge while at work.<br />
I expect you to be to work on time and to be available during core hours (again, whatever those may be for your company).<br />
I expect that you will pursue professional certifications and that you can prepare for them outside of business hours.<br />
I expect for you to try.  I don’t expect perfection but I do expect an honest effort.  If you need help ask for it but only after you have given an honest effort.<br />
I expect you to complete tasks in a timely manner.<br />
I expect for everyone to lead by example.<br />
I expect that you will do what you said you were going to do, when you said you would do it.</p>
<p>Now, looking back at these, I don&#8217;t think they are that high.  Some people aren&#8217;t going to meet these (maybe their lazy or just don&#8217;t care).  Most people will.  I realized what I was consistently being disappointed by was not my expectations but by my standards.  I have very high standards and I expect everyone else to as well.  News flash &#8211; They DON&#8217;T!</p>
<p>People will consistently do just a good enough job not to get fired.  Most people don&#8217;t go above and beyond to try to gain a better understanding or to do it 100% right.  This is where I get most frustrated.  I don&#8217;t know how to deal with this 100% yet but I&#8217;m learning.  I&#8217;m learning to control myself a bit better.  I&#8217;m learning to try and see what others are thinking.  It doesn&#8217;t mean that I have to accept mediocrity but it does give me the chance to achieve teachable moments.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phyler.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phyler.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phyler.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phyler.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phyler.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phyler.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phyler.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phyler.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phyler.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phyler.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=30&subd=phyler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://phyler.wordpress.com/2008/11/06/expectations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phyler</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtual Center and IIS conflicts</title>
		<link>http://phyler.wordpress.com/2008/10/10/virtual-center-and-iis-conflicts/</link>
		<comments>http://phyler.wordpress.com/2008/10/10/virtual-center-and-iis-conflicts/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 14:06:44 +0000</pubDate>
		<dc:creator>phyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://phyler.wordpress.com/?p=23</guid>
		<description><![CDATA[I have seen this several times and have had the idea of how to fix it but I was missing some steps.  The guys over at Xtravirt have it solved.  If you haven&#8217;t heard of them, take some time on their site as it has a bunch of useful knowledge.  Here&#8217;s the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=23&subd=phyler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have seen this several times and have had the idea of how to fix it but I was missing some steps.  The guys over at <a href="http://www.xtravirt.com">Xtravirt </a>have it solved.  If you haven&#8217;t heard of them, take some time on their site as it has a bunch of useful knowledge.  Here&#8217;s the link to how to solve it:</p>
<p><a href="http://knowledge.xtravirt.com/hot-tips/virtualcenter-2x/12-virtualcenter-2x/32-virtualcenter-and-iis-conflicts.html">http://knowledge.xtravirt.com/hot-tips/virtualcenter-2x/12-virtualcenter-2x/32-virtualcenter-and-iis-conflicts.html</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phyler.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phyler.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phyler.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phyler.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phyler.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phyler.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phyler.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phyler.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phyler.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phyler.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=23&subd=phyler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://phyler.wordpress.com/2008/10/10/virtual-center-and-iis-conflicts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phyler</media:title>
		</media:content>
	</item>
		<item>
		<title>Do as I say, not as I do</title>
		<link>http://phyler.wordpress.com/2008/10/05/do-as-i-say-not-as-i-do/</link>
		<comments>http://phyler.wordpress.com/2008/10/05/do-as-i-say-not-as-i-do/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 22:11:34 +0000</pubDate>
		<dc:creator>phyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[leadership]]></category>

		<guid isPermaLink="false">http://phyler.wordpress.com/?p=21</guid>
		<description><![CDATA[I&#8217;ve been thinking about this subject for a few weeks now.  In general, no matter what, every so often I struggle with the leadership around me.  I see great leaders out there but typically, I&#8217;m not engaged with them for whatever reason.
Lately, I have noticed that many people who are in leadership positions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=21&subd=phyler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been thinking about this subject for a few weeks now.  In general, no matter what, every so often I struggle with the leadership around me.  I see great leaders out there but typically, I&#8217;m not engaged with them for whatever reason.</p>
<p>Lately, I have noticed that many people who are in leadership positions don&#8217;t do the same things that they ask their subordinates to do.  In my case, it is my direct boss and because of this, I am losing more and more respect for him.  Too often he makes requests of my co-workers and me to do things (such as get certified, etc) but yet he is unwilling to do those very same things.  In the case of certification, we all need to have certain professional certifications (him included) so he tells us to go study and take the tests.  His best advice is schedule the exam as it will force you to study when there is a deadline.  While I completely agree with this and have done so just to keep me motivated, it is hard to stay motivated when you have taken and passed 8 tests in the past 12 months and he hasn&#8217;t taken any.</p>
<p>Granted, this is just one case, but it happens time and time again.  He blatantly ignores customers or tries to push them off to people who have no business dealing with some of the issues.  </p>
<p>It&#8217;s not only myself losing respect for him but my co-workers as well.  I have a firm belief that if you want to lead, you should be the first one into the muck and the last one out.  That means you are willing to do what you ask of others.  Not only should you be walking the walk, your people need to know that when you say yes, you mean it and when you say no, it means no, but that is a whole other topic.</p>
<p>In the end, if you want to lead, do the things that you are going to ask of your people.  If you aren&#8217;t, it won&#8217;t be long before you start losing people due to them losing respect for you.  There are times when you need your underlings to do things that you shouldn&#8217;t be doing but in long run, you know that you have to walk the talk.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phyler.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phyler.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phyler.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phyler.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phyler.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phyler.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phyler.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phyler.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phyler.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phyler.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=21&subd=phyler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://phyler.wordpress.com/2008/10/05/do-as-i-say-not-as-i-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phyler</media:title>
		</media:content>
	</item>
		<item>
		<title>OCS 70-638 Test</title>
		<link>http://phyler.wordpress.com/2008/09/24/ocs-70-638-test/</link>
		<comments>http://phyler.wordpress.com/2008/09/24/ocs-70-638-test/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 02:42:10 +0000</pubDate>
		<dc:creator>phyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OCS 2007]]></category>

		<guid isPermaLink="false">http://phyler.wordpress.com/?p=19</guid>
		<description><![CDATA[Done.  Whoo-hoo.  I&#8217;m stoked that I passed first try.  While I may know the product pretty well, I don&#8217;t tend to test well, especially with Microsoft tests.  I scored a 785 which is much lower than I would have liked.  I&#8217;m just a bit competitive with myself.
Here is my take [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=19&subd=phyler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Done.  Whoo-hoo.  I&#8217;m stoked that I passed first try.  While I may know the product pretty well, I don&#8217;t tend to test well, especially with Microsoft tests.  I scored a 785 which is much lower than I would have liked.  I&#8217;m just a bit competitive with myself.</p>
<p>Here is my take on the test, I thought the questions were either very hard or very easy.  I also disliked when you could get it down to two answers and they only varied by a few words.  Now, I know where and what I need to change but I don&#8217;t always remember off the top of my head what the EXACT dialog is on that box.  </p>
<p>Anyways, it wasn&#8217;t too bad.  Reading the documentation to study for it turned out to be a good thing.  There were several things that I had either forgotten or didn&#8217;t know so that was good.</p>
<p>Best of luck to all those who are getting ready to take it.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phyler.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phyler.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phyler.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phyler.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phyler.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phyler.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phyler.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phyler.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phyler.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phyler.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=19&subd=phyler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://phyler.wordpress.com/2008/09/24/ocs-70-638-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phyler</media:title>
		</media:content>
	</item>
		<item>
		<title>Simpsons Movie Countdown with PowerShell (Repost)</title>
		<link>http://phyler.wordpress.com/2008/08/08/simpsons-movie-countdown-with-powershell-repost/</link>
		<comments>http://phyler.wordpress.com/2008/08/08/simpsons-movie-countdown-with-powershell-repost/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 12:27:19 +0000</pubDate>
		<dc:creator>phyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Powergadgets]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[The Simpsons]]></category>

		<guid isPermaLink="false">http://phyler.wordpress.com/?p=16</guid>
		<description><![CDATA[Here is a repost from my old blog.  This was originally posted on July 27th, 2007.  Sorry all pictures are gone.
Yeah, I’m trying new things with PowerShell.  Someone challenged me to see if I could come up with how long til the movie.  Well that was pretty easy.  I did:
New-TimeSpan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=16&subd=phyler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here is a repost from my old blog.  This was originally posted on July 27th, 2007.  Sorry all pictures are gone.</p>
<p>Yeah, I’m trying new things with PowerShell.  Someone challenged me to see if I could come up with how long til the movie.  Well that was pretty easy.  I did:</p>
<p>New-TimeSpan (Get-Date) “7/27/2007 12:01:00″</p>
<p>Days              : 1<br />
Hours             : 20<br />
Minutes           : 31<br />
Seconds           : 53<br />
Milliseconds      : 146<br />
Ticks             : 1603131460301<br />
TotalDays         : 1.85547622720023<br />
TotalHours        : 44.5314294528056<br />
TotalMinutes      : 2671.88576716833<br />
TotalSeconds      : 160313.1460301<br />
TotalMilliseconds : 160313146.0301</p>
<p>I turned around and used the PowerGadgets and borrowed some code from Richard Siddaway to come up with this:</p>
<p>param([datetime]$end = “Friday, July 27, 2007 12:01:00 AM”)</p>
<p>$t = $end &#8211; (get-date)</p>
<p>if ($t.Seconds -lt 10) {$s = “0″ + ([System.Math]::Truncate($t.Seconds)).ToString() }</p>
<p>else { $s = ([System.Math]::Truncate($t.Seconds)).ToString() }</p>
<p>$d = ([System.Math]::Truncate($t.days)).ToString()<br />
$h = ([System.Math]::Truncate($t.Hours)).ToString()<br />
$m = ([System.Math]::Truncate($t.Minutes)).ToString()</p>
<p>$d + ” Day ” + $h + ” hours ” + $m + ” minutes ” + $s + ” seconds “</p>
<p>I then outputed these results to a PowerGadget:</p>
<p>.\simpsons-countdown.ps1|out-gauge -Type Digital -refresh 00:00:01 -ToolTip “Time til The Simpsons Movie” -Appearance_color Yellow</p>
<p>And this is what I got:</p>
<p>Pretty cool huh?  I may have to purchase the PowerGadgets when my 30 day trial is over.  I could get some use out of them.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/phyler.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/phyler.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phyler.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phyler.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phyler.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phyler.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phyler.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phyler.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phyler.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phyler.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phyler.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phyler.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=16&subd=phyler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://phyler.wordpress.com/2008/08/08/simpsons-movie-countdown-with-powershell-repost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phyler</media:title>
		</media:content>
	</item>
		<item>
		<title>UC Software Update Services (Issue #2)</title>
		<link>http://phyler.wordpress.com/2008/08/07/uc-software-update-services-issue-2/</link>
		<comments>http://phyler.wordpress.com/2008/08/07/uc-software-update-services-issue-2/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 23:20:28 +0000</pubDate>
		<dc:creator>phyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Communicator Phone Edition]]></category>
		<category><![CDATA[OCS 2007]]></category>
		<category><![CDATA[UC Software Update Services]]></category>

		<guid isPermaLink="false">http://phyler.wordpress.com/?p=14</guid>
		<description><![CDATA[So, the second biggest issue that I faced in getting the UC Software Update Services up and working was getting the configupdatesserver.vbs script to run correctly.  Whenever I ran it I got a Unknown Username or bad password error.  Well, turns out we must have an invalid character in our password cause I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=14&subd=phyler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So, the second biggest issue that I faced in getting the UC Software Update Services up and working was getting the configupdatesserver.vbs script to run correctly.  Whenever I ran it I got a Unknown Username or bad password error.  Well, turns out we must have an invalid character in our password cause I changed it to something without a special character (^,$,~,etc) and everything worked.</p>
<p>Seriously, this is just one crappy product.  I spent at least 15 hours trying to get it to work.  The documentation is ok but is missing key steps (see my previous post) and then this.  I love OCS 2007 but the Phone Edition is not nearly as easy to update.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/phyler.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/phyler.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phyler.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phyler.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phyler.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phyler.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phyler.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phyler.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phyler.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phyler.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phyler.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phyler.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=14&subd=phyler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://phyler.wordpress.com/2008/08/07/uc-software-update-services-issue-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phyler</media:title>
		</media:content>
	</item>
		<item>
		<title>Have a console just for ESXTOP</title>
		<link>http://phyler.wordpress.com/2008/08/07/have-a-console-just-for-esxtop/</link>
		<comments>http://phyler.wordpress.com/2008/08/07/have-a-console-just-for-esxtop/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 16:07:06 +0000</pubDate>
		<dc:creator>phyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://phyler.wordpress.com/?p=11</guid>
		<description><![CDATA[Saw this and thought it was a great idea.  Having a console that I can look at and see what is going on without risking root privileges is pretty slick.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=11&subd=phyler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Saw <a href="http://lraikhman.blogsite.org/?p=92">this </a>and thought it was a great idea.  Having a console that I can look at and see what is going on without risking root privileges is pretty slick.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/phyler.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/phyler.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phyler.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phyler.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phyler.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phyler.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phyler.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phyler.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phyler.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phyler.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phyler.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phyler.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=11&subd=phyler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://phyler.wordpress.com/2008/08/07/have-a-console-just-for-esxtop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phyler</media:title>
		</media:content>
	</item>
		<item>
		<title>UC Software Update Services (Issue #1)</title>
		<link>http://phyler.wordpress.com/2008/08/07/uc-software-update-services-issue-1/</link>
		<comments>http://phyler.wordpress.com/2008/08/07/uc-software-update-services-issue-1/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 13:40:35 +0000</pubDate>
		<dc:creator>phyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OCS 2007]]></category>
		<category><![CDATA[UC Software Update Services]]></category>

		<guid isPermaLink="false">http://phyler.wordpress.com/?p=8</guid>
		<description><![CDATA[Over the past week, I have been setting up UC Software Update Services to be able to push out the updates to our Tanjay phones.  Man, talk about a crappy solution.  Sorry Microsoft, but this one needs a lot of polishing.  
I got to the step where you create the UCUpdates SharePoint [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=8&subd=phyler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Over the past week, I have been setting up UC Software Update Services to be able to push out the updates to our Tanjay phones.  Man, talk about a crappy solution.  Sorry Microsoft, but this one needs a lot of polishing.  </p>
<p>I got to the step where you create the UCUpdates SharePoint site and everytime I ran the command I would get a &#8220;The request failed with HTTP status 401: Unauthorized.&#8221;  I was running the command with the same user account that I installed SharePoint with and verified that it was a local admin on the box as well as a Farm Administrator and a Site Collection admin.  Still no go.</p>
<p>I was looking and saw that the Authentication Provider was set to Kerberos by default.  I then looked and realized that the AppPool&#8217;s were running as a Network Service.  I changed them (SharePoint &#8211; 80 and the Central Admin AppPool) to be a domain account and everything worked.</p>
<p>I have a feeling the issue is that I used WSS 3.0 SP1 to install WSS.  I have read a few comments out on the web that have said there are issues with it.  None the less, the lack of good documentation on this piece is sad.  Our Tanjay&#8217;s are still on beta code cause I can&#8217;t get this working but that is for another post (Issue #2).  Hopefully if you are facing the same issue as above, this will help you get on to the next step.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/phyler.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/phyler.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phyler.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phyler.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phyler.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phyler.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phyler.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phyler.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phyler.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phyler.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phyler.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phyler.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phyler.wordpress.com&blog=147700&post=8&subd=phyler&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://phyler.wordpress.com/2008/08/07/uc-software-update-services-issue-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phyler</media:title>
		</media:content>
	</item>
	</channel>
</rss>