<?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>Jason Lee &#187; Tech</title>
	<atom:link href="http://jasonmlee.net/archives/category/tech/feed" rel="self" type="application/rss+xml" />
	<link>http://jasonmlee.net</link>
	<description>bytes about bits in church IT</description>
	<lastBuildDate>Sun, 05 Feb 2012 23:11:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure Asterisk as a SIP Proxy for Avaya IPO &amp; Lync</title>
		<link>http://jasonmlee.net/archives/447</link>
		<comments>http://jasonmlee.net/archives/447#comments</comments>
		<pubDate>Sat, 28 Jan 2012 04:43:04 +0000</pubDate>
		<dc:creator>jasonlee</dc:creator>
				<category><![CDATA[Church IT]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Avaya]]></category>
		<category><![CDATA[Call Hold]]></category>
		<category><![CDATA[Call Transfer]]></category>
		<category><![CDATA[IP Office]]></category>
		<category><![CDATA[IPO]]></category>
		<category><![CDATA[IPOffice]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[VOIP]]></category>

		<guid isPermaLink="false">http://jasonmlee.net/archives/447</guid>
		<description><![CDATA[Project Scope   Preparing for Deployment – Research and Education and Pricing   Deployment of Standard Server &#38; Director Role   Deployment of Edge and Reverse Proxy   Deployment of Lync Voice Capabilities   Configuring Lync PSTN Calling thru Avaya IPOffice   Configure Lync 4 Digit Extension Dialing without [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jasonmlee.net/archives/409">Project Scope</a>   <br /><a href="http://jasonmlee.net/archives/411">Preparing for Deployment – Research and Education and Pricing</a>   <br />Deployment of Standard Server &amp; Director Role   <br />Deployment of Edge and Reverse Proxy   <br />Deployment of Lync Voice Capabilities   <br /><a href="http://jasonmlee.net/archives/431">Configuring Lync PSTN Calling thru Avaya IPOffice</a>   <br /><a href="http://jasonmlee.net/archives/426">Configure Lync 4 Digit Extension Dialing without DIDs</a>   <br /><a href="http://jasonmlee.net/archives/447">Configure Asterisk as a SIP Proxy for Avaya IPO and and Lync</a>   <br />Deployment of Lync Client to users   <br /><a href="http://jasonmlee.net/archives/459">Testing Configuration of Backup Registrar</a>   <br />Training
<p>&#160;</p>
<p>This post is a continuation of a series of posts about Lync Deployment. The documentation portion of this project has gotten the back burner, and I need to say that a blogger I am not.. but picking up the documentation of this process is important.</p>
<p>This can be used as a resource to configure an Avaya IPOffice (IPO) 412 (software version 5.0) as a Gateway for a Lync deployment calling the PSTN, with AsteriskNOW as a SIP proxy to resolve disconnected calls when placed on hold or transferred, your mileage may vary. Calls are routed over a SIP Trunk (Session Initiation Protocol) configured between the IPO and Asterisk and Asterisk and the Lync Front End server.</p>
<p>Once we deployed the calling from the PSTN via a PRI from the IPOffice to a SIP connection to the Lync Mediation server we were able to make and receive calls from Lync endpoints, however we quickly noticed that when calls were put on hold or needing to be transferred to another extension the call was simply dropped.&#160; It doesn’t matter if the call was being transferred to a Lync extension or an Avaya extension the call would drop.&#160; The only option to “hold” a call was to mute the call.&#160; If Hold was used the call would disconnect.</p>
<p>After a few days of tracking this down we were able to identify this was an issue that happened every time.&#160; It wasn’t specific to a user or extension.&#160; In fact the Avaya white paper noted this as a known issue.</p>
<p><a title="Avaya PSTN Config" href="http://www.flickr.com/photos/23086965@N05/6774171809/"><img border="0" alt="Avaya PSTN Config" src="http://farm8.static.flickr.com/7158/6774171809_b6d617b35c.jpg" /></a></p>
<p>The issue is documented on the final page: <a title="https://devconnect.avaya.com/public/download/interop/OCSR2-IPO-PSTN.pdf" href="https://devconnect.avaya.com/public/download/interop/OCSR2-IPO-PSTN.pdf">https://devconnect.avaya.com/public/download/interop/OCSR2-IPO-PSTN.pdf</a></p>
<p>The document notes that calls cannot be placed on mute, nor does the PSTN caller ID pass thru to Lync, these notes however that was not our experience.&#160; Mute and Caller ID worked fine on inbound calls.</p>
<p>We tried several different solutions to resolve this issue.&#160; Our first attempt was routing all calls thru an i<a href="http://www.ingate.com/siparators.php">nGate SIParator</a>.&#160; This is basically a SIP proxy device.&#160; We happen to have one laying around from some testing with a SIP dial tone provider.&#160; This device had worked well with the IPO connecting to SIP Trunks that required authentication with a different authentication handshake than the standard Avaya methods.&#160; However the SIParator did allow to proxy the Avaya to Lync SIP trunk, but didn’t resolve the disconnects when holding or transferring calls.</p>
<p>Next we tried to use a SnomOne software PBX, this had some promise, after configuring the call to forward all calls to the Avaya or Lync (which was a hassle) we found that this resulted in calls connecting but the caller not hearing any of the conversation, or the call would just stop passing audio although it remained connected.&#160; We also found that the SnomOne would keep terminated calls still active and you would have to reset the sessions manually.</p>
<p>Finally we landed on an asterisk installation installed on a virtual machine.&#160; We installed Asterisk now (without the web interface) for simplicity.&#160; Once you configure the two sip trunks (one for Avaya and one for Lync) and build the dial plan to forward all calls from Lync to Avaya and all calls from Avaya to Lync the configuration was basically complete.</p>
<p>Much Credit must go to my great <a href="http://www.churchitnetwork.com/">Church IT RoundTable</a> peer Dave Mast (<a href="http://twitter.com/davemast">@DaveMast</a>) for his Asterisk Programming help! Kuddos to Dave!</p>
<p><strong>Below are the steps to configure the Avaya and Lync to communicate via an Asterisk Proxy.</strong></p>
<p>Install Asterisk on a machine, (in our case a new VM) and note the IP Address you give the server.&#160; Next configure a new Avaya SIP Trunk and ARS Table. The same steps as noted <a href="http://jasonmlee.net/archives/431">here</a>, except you need to enter the information of your Asterisk server in step 2 as the ITSP IP Field.</p>
<p>After completing steps 1,2,3 and 4. Complete Step 5 to prepare an incoming call route from Asterisk to the IPO.</p>
<p>Step 6 is basically the same and we repurposed the old ARS table that we created but changed the short codes and features a little.&#160; <br /><a title="Ars table" href="http://www.flickr.com/photos/23086965@N05/6774171835/"><img border="0" alt="Ars table" src="http://farm8.static.flickr.com/7174/6774171835_413abaa340.jpg" /></a></p>
<p>Note in step 9 if you have extensions on both IPO and Lync you can’t use variables in your short codes.&#160; This remains true.</p>
<p>After step 10 things change a little so I will document that here.&#160; The information may look very similar to the previous instructions with SIP for IPO and Lync with out a proxy but they are a little different.</p>
<p>Because of how you have to pass calls from Avaya to Asterisk you will need to configure you rARS table a little differently.&#160; Step 10 walks you thru a extension with a DID, that in fact is no different.&#160; But Step 11 has changed. I have quoted the information that hasn’t changed and added what needs to be adjusted for the dialing plan to work with Asterisk.</p>
<p><strong>11. Configure routing for For Lync Extensions without DIDs</strong> (as documented <a href="http://jasonmlee.net/archives/426">here</a>).</p>
<blockquote><p>An ARS entry will have to be created for each Extension since the IPO cannot use variables in the E.164 formatting of the outbound call and Lync requires the call to come in in the +11235556500;ext=4175 format.</p>
</blockquote>
<p>The Asterisk can’t pass the formatting with “;” so we will pass just the 4 digit extension from IPO to Asterisk, and our 4 digit dial plan dialing rule that translates calls <strong>TO </strong>those extensions from a lync endpoint into +11235556500;ext=4175 format will cause the call to route to the extension when it comes into Lync from Asterisk.</p>
<blockquote><p>This example extensions 4150-4175 don’t have DIDs but were valid Lync extensions, in order for IPO extensions to call extensions 4150-4175 a short code would be required for 41xx Pointing to the the SIP-Lync ARS Table. (Assuming no other extensions in the 4100 range are homed on the IPO). <a href="http://www.flickr.com/photos/23086965@N05/5689876427/"><img border="0" alt="NoDIDShortCode" src="http://farm6.static.flickr.com/5107/5689876427_2b9eb18947.jpg" /></a>       <br />Then entries for each extension would need to be added to the ARS table.       <br />Code: <strong>41XX</strong>, Feature: <strong>Dial (if the IPO has any restricted calls to outside use Dial Emergency)        <br /></strong><strike>Telephone Number: <strong>+1235556500”ext=4150@192.168.1.100”</strong></strike><strong>        <br /></strong>Telephone Number:<strong> 41N”@192.168.1.100”</strong> (the “”s are required to tell IPO that nothing contained in this part of the string is a variable. All extensions in this range can use this variable.</p>
</blockquote>
<p><a title="4 digit short code" href="http://www.flickr.com/photos/23086965@N05/6774171855/"><img border="0" alt="4 digit short code" src="http://farm8.static.flickr.com/7158/6774171855_5df76d8755.jpg" /></a></p>
<p><strong>Next you will need to configure Lync to see the Asterisk as a gateway.</strong></p>
<p>1. <strong>Configure Lync Call routing to use the Asterisk as a Gateway. </strong>This assumes you have enabled users for enterprise voice which is a fairly well documented process: <a href="http://technet.microsoft.com/en-us/library/gg413011.aspx">http://technet.microsoft.com/en-us/library/gg413011.aspx</a>     <br />After users are enabled, go to the Topology builder and browse the Standard Server. Check the box for Enterprise Voice</p>
<p><a href="http://www.flickr.com/photos/23086965@N05/5690451188/"><img border="0" alt="EnableEnterpriseVoice" src="http://farm6.static.flickr.com/5105/5690451188_3631766931.jpg" /></a></p>
<p>Edit the properties and go to the Mediation Server. Enable Collocated Mediation Server. Define your Listening Ports and click new gateway enter the IP address of the Asterisk and the Port that it is listening for SIP traffic on.</p>
<p><a href="http://www.flickr.com/photos/23086965@N05/5689876459/"><img border="0" alt="DefinenewGateway" src="http://farm6.static.flickr.com/5227/5689876459_28c133db22.jpg" /></a></p>
<p>Next associate the Gateway with the mediation server</p>
<p><a href="http://www.flickr.com/photos/23086965@N05/5689876489/"><img border="0" alt="AddGateway" src="http://farm6.static.flickr.com/5263/5689876489_f153407208.jpg" /></a></p>
<p>Publish the Topology.</p>
<p><strong>2. Configure Dial Plan and Trunk.</strong> Open Lync Control Panel and go to Voice Routing then Trunk configuration open the newly added Gateway and change the Encryption support level to <strong>Optional, </strong>Uncheck <strong>Media Bypass</strong>, Uncheck <strong>Centralized Media Processing</strong> and Uncheck <strong>Enable Refer Support. </strong></p>
<p><a href="http://www.flickr.com/photos/23086965@N05/5689876553/"><img border="0" alt="TrunkConfiguration" src="http://farm6.static.flickr.com/5144/5689876553_afe9a61c3f.jpg" /></a></p>
<p>3. <strong>Add a translation rule to call 4 digit extensions on the IPO via the Asterisk</strong>. This allows a normalized call from the Lync server to pass just 4 digits to the IPO so it correctly routes to the extension on the IPO.     <br />Starting Digits: <strong>+12355565</strong>     <br />Length:<strong> Exactly 12</strong>     <br />Digits to remove: <strong>8      <br /></strong>This rule tells the Lync server to simply pass 65xx to the IPO.</p>
<p><a href="http://www.flickr.com/photos/23086965@N05/5690451214/"><img border="0" alt="IPOTranslationRule" src="http://farm6.static.flickr.com/5227/5690451214_075f0d8565.jpg" /></a>     </p>
<p>You will also need to create a translation rule to pass all digits without the +     <br />Starting Digits: <strong>+</strong>     <br />Length:<strong> Exactly 12</strong>     <br />Digits to remove: 0<strong>      <br /></strong>This rule tells the Lync server to pass 11 digits to the Asterisk.</p>
<p>4. <strong>Create a Call Route. </strong>Select New Route and name it and add a description. Leave the Pattern to match the default “<strong>*</strong>” which matches all calls. <a href="http://www.flickr.com/photos/23086965@N05/5689876581/"><img border="0" alt="VoiceRoute-1" src="http://farm6.static.flickr.com/5021/5689876581_a50436d053.jpg" /></a></p>
<p>5. Scrolling down select Add for Associated Gateways and select the PSTN Gateway. Do not yet associate a PSTN Usage. But confirm the Gateway is added.</p>
<ol>
<p><a href="http://www.flickr.com/photos/23086965@N05/5690538036/"><img border="0" alt="VoiceRoute-2" src="http://farm6.static.flickr.com/5222/5690538036_3f66f68900.jpg" /></a></p>
</ol>
<p>6. <strong>Create a Site Voice Policy </strong>Choose new and select the site you want to add a voice policy for. Add a Description and enable all appropriate features. Then New.</p>
<p><a href="http://www.flickr.com/photos/23086965@N05/5690544166/"><img border="0" alt="VoicePolicy" src="http://farm6.static.flickr.com/5302/5690544166_179fc037bc.jpg" /></a></p>
<p>Associate the route just created in step 6 by hitting select</p>
<p><a href="http://www.flickr.com/photos/23086965@N05/5690451300/"><img border="0" alt="Associate PSTN Route" src="http://farm6.static.flickr.com/5103/5690451300_2c453713a1.jpg" /></a></p>
<p>choose the route.</p>
<p><a href="http://www.flickr.com/photos/23086965@N05/5689876599/"><img border="0" alt="Select PSTN Route" src="http://farm6.static.flickr.com/5230/5689876599_0c7e67eb2d.jpg" /></a></p>
<p>Go back to Routes and edit the Asterisk PSTN route and scroll to the bottom and Associate the PSTN Usage created.</p>
<p><a href="http://www.flickr.com/photos/23086965@N05/5690538052/"><img border="0" alt="VoiceRoute-3" src="http://farm6.static.flickr.com/5223/5690538052_723808986d.jpg" /></a></p>
<p>Commit all Changes.</p>
<p><strong>Configure the Asterisk Box</strong></p>
<p>Finally you need to configure the Asterisk.</p>
<ol>
<li><strong>&#160; First Configure the SIP Trunks        <br /></strong>Login as root to the asterisk server and enter: nano –w /etc/asterisk/sip.conf       <br />Your configuration should be as follows:       <br />[General]       <br />bindport=5060       <br />bindaddr=0.0.0.0       <br />tcpbindaddr=0.0.0.0       <br />tcpenable=yes       </p>
<p>[Lync_Trunk_Name]       <br />type=peer       <br />port=5068       <br />host=0.0.0.0 (where 0.0.0.0 is the ip address of your lync front end server)       <br />dtmfmode=rfc2833       <br />context=name-of-lync-context (use what ever name you want)       <br />qualify=yes       <br />transport=tcp       </p>
<p>[Avaya_Trunk_Name]       <br />type=peer       <br />host=0.0.0.0 (where 0.0.0.0 is the ip address of your ayava IPO)       <br />dtmfmode=rfc2833       <br />context=name-of-avaya-context (use what ever name you want)       <br />port=5060       <br />Transport=tcp       <br />Hit Ctrl-X and choose to save       </p>
<p><a title="SIPConfig-1" href="http://www.flickr.com/photos/23086965@N05/6774171973/"><img border="0" alt="SIPConfig-1" src="http://farm8.static.flickr.com/7157/6774171973_9ce3e96f74.jpg" /></a>       <br /><a title="SIPConfig-2" href="http://www.flickr.com/photos/23086965@N05/6774171935/"><img border="0" alt="SIPConfig-2" src="http://farm8.static.flickr.com/7168/6774171935_54c64fe8c1.jpg" /></a>       </li>
<li>&#160; Next Define your Dial plan to forward all calls.      <br />enter nano –w /etc/asterisk/extensions.conf       <br />Your configuration should be as follows:       <br />[Name-of-lync-context]       <br />exten =&gt; _+1xxxxxxxxxx,1,Dial,(SIP/Avaya_Trunk_Name/${EXTEN},45)       <br />exten =&gt; _+12xx,1,Dial,(SIP/Avaya_Trunk_Name/${EXTEN},45)       <br />exten =&gt; _1xxxxxxxxxx,n,Hangup()
<p><em><strong>NOTE:          <br />Line 1 passes PSTN calls from lync to the PSTN           <br />Line 2 passes 4 diget extensions dialed from the Lync to IPO</strong>         </p>
<p></em>      <br />[Lync_Trunk_Name]       <br />exten =&gt; _+1xxxxxxxxxx,1,Dial,(SIP/Lync_Trunk_Name/${EXTEN},30)       <br />exten =&gt; _+41xx,1,Dial,(SIP/Avaya_Trunk_Name/${EXTEN},30)       <br />exten =&gt; _1xxxxxxxxxx,n,Hangup()       </p>
<p><em><strong>NOTE:          <br />Line 1 passes PSTN calls and all Lync Extensions WITH DID to Lync           <br />Line 2 passes 4 digit extensions dialed from the IPO that don’t have a DID.</strong>         <br /></em>      <br />Exit and Save the configuration       </p>
<p><a title="asterisk dialplan" href="http://www.flickr.com/photos/23086965@N05/6774171899/"><img border="0" alt="asterisk dialplan" src="http://farm8.static.flickr.com/7144/6774171899_d511701217.jpg" /></a>       </p>
<p><em><strong>One item to note, the value of 45 is the seconds the phone rings before disconnecting the call.&#160; We had to change the default of 30 to 45 because when someone would call a cell phone FROM Lync via the IPO PRI the call sometimes wasn’t getting to the cell phone voicemail before the 30 seconds and would drop the call before the Lync caller could leave a voicemail for the person they were calling.&#160; After adjusting this value above 30 these dropped calls stopped happening.</strong></em>       </li>
<li>Reload the Configurations      <br />Enter: asterisk –r       <br />Enter: reload
<p>After the config reloads enter: /sip Show peers       <br />your status for both SIP trunks should show “OK”       </p>
<p>You are new ready to make calls from lync to the PSTN and place calls on hold. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jasonmlee.net/archives/447/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android Mobile SIP Calling over Wi-Fi</title>
		<link>http://jasonmlee.net/archives/422</link>
		<comments>http://jasonmlee.net/archives/422#comments</comments>
		<pubDate>Mon, 11 Apr 2011 15:00:00 +0000</pubDate>
		<dc:creator>jasonlee</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[SIP WiFI]]></category>

		<guid isPermaLink="false">http://jasonmlee.net/archives/422</guid>
		<description><![CDATA[A upcoming trip has had me exploring cost effective ways to make traditional phone calls from my mobile device over a Wi-Fi connection.&#160; My trip’s location will be where there is little or no CDMA cell phone coverage and if there is any coverage, Sprint’s rates are fairly expensive.&#160; And since my primary phone is [...]]]></description>
			<content:encoded><![CDATA[<p>A upcoming trip has had me exploring cost effective ways to make traditional phone calls from my mobile device over a Wi-Fi connection.&#160; My trip’s location will be where there is little or no CDMA cell phone coverage and if there is any coverage, Sprint’s rates are fairly expensive.&#160; And since my primary phone is a HTC Evo we need an alternative.</p>
<p>Since most hotels have Wi-Fi or you can usually find a fairly cost effective internet café. The quest for the ability to call any US landline or mobile phone from my mobile device when there is Wi-Fi available has begun.</p>
<p>An alternative is needed since Google voice simply re-routes your calls using GV still uses minutes on a mobile phone as well as requires phone service from your carrier. (Calling from GV redirects the call their phone number and then routes the call from GV to the person you are calling…)</p>
<p>I have found no direct SIP provider that offers free calling to the PSTN (Public Switched Telephone Network), but was able to find a SIP provider that allows free incoming calls… Enter GV Call Back, SipDroid, and SipGate and Google Voice… with those combined you have Free SIP calling anywhere you have a Wi-Fi connection.&#160; Not to mention inbound calling from anyone who has your Google voice number.</p>
<p><em>Here is the basics:</em>    <br />Using an Android application called Google Voice Call Back you can initiate over an internet connection a Google voice call.&#160; Google Voice then calls you back on your SIP line which then alerts your phone.&#160; Once you answer the SIP call on your mobile device, Google Calls the person you want to talk to, and you are connected via your device on Wi-Fi to someone on their telephone (mobile or Landline). </p>
<p><em>Here’s how you set it up:</em></p>
<ol>
<li>Download and install <a href="https://market.android.com/details?id=com.xinlu.gvdial&amp;feature=search_result">Google Voice Call Back</a> </li>
<li>Download and install <a href="https://market.android.com/details?id=org.sipdroid.sipua&amp;feature=search_result">SIPDroid</a>&#160; </li>
<li>Setup a Free Sipgate One Account with <a href="http://www.sipgate.com/one">SipGate</a> (60 Free outbound minutes and unlimited incoming calls, but you won’t be using any of the outbound calling minutes so it really doesn’t matter) </li>
<li>Acquire a “local” US number from SIPGate by entering your zip code.&#160; It doesn’t matter if this number isn’t a local number for you since you won’t be calling this number nor with anyone else. </li>
<li>Login to your Google voice account and go to Voice Settings.&#160; </li>
<li>Add an additional number and enter your newly acquired SipGate telephone number. (you will be prompted to verify your new Google voice number, but a few more steps need completed first) </li>
<li>Back at your SipGate Dashboard, go to settings and then Click on “Voicemail, Call Forwarding &amp;Hunting” and delete the forwarding settings.      <br />(this will allow for the Google voice call to ring your phone without SipGate voicemail picking up the call before you do on your mobile device)       <br /><a title="sipgate voicemail" href="http://www.flickr.com/photos/23086965@N05/5608637152/"><img border="0" hspace="5" alt="sipgate voicemail" vspace="5" src="http://farm6.static.flickr.com/5305/5608637152_254a4a53f3.jpg" width="424" height="233" /></a>
</li>
<li>Go to “Phone” in the settings of your SipGate Account, Mouse over your IP Phone and select “Sip Credentials”&#160; <br /><a title="SipGate Credentials1" href="http://www.flickr.com/photos/23086965@N05/5608052921/"><img style="border-right-width: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" hspace="5" alt="SipGate Credentials1" vspace="5" src="http://farm6.static.flickr.com/5067/5608052921_a1ced7f2ca.jpg" width="423" height="232" /></a> </li>
<li>Note the registry, SIP-ID and SIP-Password as you need those in the next steps.      <br /><a title="SipGate Credentials" href="http://www.flickr.com/photos/23086965@N05/5608052869/"><img border="0" hspace="5" alt="SipGate Credentials" vspace="5" src="http://farm6.static.flickr.com/5266/5608052869_e780b3147e.jpg" /></a> </li>
<li> Launch SipDroid on your phone and press menu and Go to settings      <br /><a title="snap20110410_175000" href="http://www.flickr.com/photos/23086965@N05/5608637232/"><img border="0" hspace="5" alt="snap20110410_175000" vspace="5" src="http://farm6.static.flickr.com/5184/5608637232_4e896f9b49.jpg" width="214" height="356" /></a> </li>
<li>&#160; Select the first “SIP Account” (Line 1)     <br />&#160;<a title="snap20110410_175006" href="http://www.flickr.com/photos/23086965@N05/5608637300/"><img border="0" alt="snap20110410_175006" src="http://farm6.static.flickr.com/5105/5608637300_74bbbbb291.jpg" width="223" height="152" /></a>      </li>
<li> Enter your SIP-ID as the Authorization Username and enter your SIP-Password as the Password. </li>
<li>&#160; Select server&#160; or proxy and change from pbxes.org to sipgate.com (leave all other settings as the defaults)      <br /><a title="snap20110410_175011" href="http://www.flickr.com/photos/23086965@N05/5608053201/"><img border="0" hspace="5" alt="snap20110410_175011" vspace="5" src="http://farm6.static.flickr.com/5109/5608053201_12863cb530.jpg" width="219" height="365" /></a>       </li>
<li> Scroll down and select which networks SipDroid can use.
<p><a title="snap20110410_215735" href="http://www.flickr.com/photos/23086965@N05/5608168773/"><img border="0" alt="snap20110410_215735" src="http://farm6.static.flickr.com/5028/5608168773_5ff6e0fcec.jpg" width="231" height="276" /></a>      </li>
<li> Launch the GV Call Back application and Set “When to use call back” to either use for all calls or ask for every call. </li>
<li> Enter your Google Voice username and password. </li>
<li> Set the Callback number to your sipgate number. </li>
<li> Select phone type as mobile.&#160; Apply Settings.
<p><a title="snap20110410_214751" href="http://www.flickr.com/photos/23086965@N05/5608760066/"><img border="0" alt="snap20110410_214751" src="http://farm6.static.flickr.com/5064/5608760066_3ebfff2221.jpg" width="242" height="288" /></a>      </li>
<li> You have now configured GV Call Back, SipDroid, and SipGate and Google Voice.&#160; </li>
<li> Launch SipDroid and wait for the Yellow indicator to turn Green in the Status Bar.&#160; After the indicator turns green you are able to answer SIPDroid Calls.&#160; </li>
<li> Go Back to the Google Voice Settings page and initiate the test call to validate your SIPGate Number.&#160; Your Android Device should begin ringing. Hit the keypad button and enter the code on the dial pad.     <br /><a title="icon" href="http://www.flickr.com/photos/23086965@N05/5608186603/"><img border="0" alt="icon" src="http://farm6.static.flickr.com/5062/5608186603_6d6b400733.jpg" /></a>      </li>
<li> Once your number has been validated, you are ready to make Calls.&#160; With the Google Voice Call back application enabled, and SIPDroid running, go to the phone dial pad and make a call.&#160; GV Call back will indicate it is making a connection
<p><a title="snap20110410_222445" href="http://www.flickr.com/photos/23086965@N05/5608812662/"><img border="0" alt="snap20110410_222445" src="http://farm6.static.flickr.com/5025/5608812662_7d1f79ea26.jpg" width="300" height="414" /></a>      </li>
<li> A few seconds later you will notice the Green handset in the status bar and then the following screen will display.&#160;&#160; The first number is your SIPGate Number from which you are receiving the inbound call, the second number is the caller ID of your Google Voice number. (in the case that someone is calling your Google voice number, this line will display the caller ID of the person calling your Google Voice Number.)
<p><a title="snap20110410_222733" href="http://www.flickr.com/photos/23086965@N05/5608812732/"><img border="0" alt="snap20110410_222733" src="http://farm5.static.flickr.com/4107/5608812732_108ac2b4f5.jpg" /></a>      </li>
<li>&#160; During the call you will see a screen similar to the incoming call (with the addition of the dial pad icon to enter any touch tones during the call)
<p><a title="snap20110410_222736" href="http://www.flickr.com/photos/23086965@N05/5608229693/"><img border="0" alt="snap20110410_222736" src="http://farm6.static.flickr.com/5150/5608229693_083bef814c.jpg" /></a>      </li>
<li>&#160; Once the call is ended the following screen will display and you can resume normal usage of the device.
<p><a title="snap20110410_222740" href="http://www.flickr.com/photos/23086965@N05/5608229621/"><img border="0" alt="snap20110410_222740" src="http://farm5.static.flickr.com/4096/5608229621_133f49731d.jpg" /></a>      </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://jasonmlee.net/archives/422/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Indy Motor Speedway</title>
		<link>http://jasonmlee.net/archives/328</link>
		<comments>http://jasonmlee.net/archives/328#comments</comments>
		<pubDate>Fri, 22 May 2009 03:29:16 +0000</pubDate>
		<dc:creator>jasonlee</dc:creator>
				<category><![CDATA[Church IT]]></category>
		<category><![CDATA[ChurchIT RoundTable]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[SonicWall]]></category>

		<guid isPermaLink="false">http://jasonmlee.net/archives/328</guid>
		<description><![CDATA[After a great morning session (see Session 1 and Session 2 for Notes for the details of the info presented in the Road Show Presentation) at the the Sonicwall Road show presentations we headed over to the Indy Motor Speedway for the lunch and afternoon festivities.
Sonicwall provided lunch in one of suites above the track [...]]]></description>
			<content:encoded><![CDATA[<p>After a great morning session (see <a href="http://jasonmlee.net/archives/325">Session 1</a> and <a href="http://jasonmlee.net/archives/326">Session 2</a> for Notes for the details of the info presented in the Road Show Presentation) at the the Sonicwall Road show presentations we headed over to the Indy Motor Speedway for the lunch and afternoon festivities.</p>
<p>Sonicwall provided lunch in one of suites above the track near the start/finish line.&#160; There was an awesome spread of food and great conversation.</p>
<p>After lunch we headed to the Garages and Pit Road during the Firestone Indy Lights Qualifying.&#160; We had a great time checking out the cars of the Indy Cup drivers as well as the Indy Lights.</p>
<p>Here are some photos from the afternoon… <a href="http://www.flickr.com/photos/23086965@N05/sets/72157618562506442/">go here for all the photos</a>.</p>
<p><a title="Sonicwall Road Show @ Indy Speedway" href="http://www.flickr.com/photos/23086965@N05/3553406764/"><img alt="Sonicwall Road Show @ Indy Speedway" src="http://static.flickr.com/3590/3553406764_551ea68315_m.jpg" border="0" /></a>&#160;<a title="Sonicwall Road Show @ Indy Speedway" href="http://www.flickr.com/photos/23086965@N05/3552598893/"><img alt="Sonicwall Road Show @ Indy Speedway" src="http://static.flickr.com/2476/3552598893_614496c3d5_m.jpg" border="0" /></a>    <br /><a title="Sonicwall Road Show @ Indy Speedway" href="http://www.flickr.com/photos/23086965@N05/3552601945/"><img alt="Sonicwall Road Show @ Indy Speedway" src="http://static.flickr.com/2462/3552601945_c470bf5b81_m.jpg" border="0" /></a>&#160;<a title="Sonicwall Road Show @ Indy Speedway" href="http://www.flickr.com/photos/23086965@N05/3552602575/"><img alt="Sonicwall Road Show @ Indy Speedway" src="http://static.flickr.com/3362/3552602575_102bec5375_m.jpg" border="0" /></a>    <br /><a title="Sonicwall Road Show @ Indy Speedway" href="http://www.flickr.com/photos/23086965@N05/3553413532/"><img alt="Sonicwall Road Show @ Indy Speedway" src="http://static.flickr.com/3306/3553413532_7ac379f9c8_m.jpg" border="0" /></a>&#160;<a title="Sonicwall Road Show @ Indy Speedway" href="http://www.flickr.com/photos/23086965@N05/3552613313/"><img alt="Sonicwall Road Show @ Indy Speedway" src="http://static.flickr.com/3373/3552613313_8daa25dc0a_m.jpg" border="0" /></a>    <br /><a title="Sonicwall Road Show @ Indy Speedway" href="http://www.flickr.com/photos/23086965@N05/3552613911/"><img alt="Sonicwall Road Show @ Indy Speedway" src="http://static.flickr.com/3310/3552613911_1f39bd50f0_m.jpg" border="0" /></a>&#160;<a title="Sonicwall Road Show @ Indy Speedway" href="http://www.flickr.com/photos/23086965@N05/3553423232/"><img alt="Sonicwall Road Show @ Indy Speedway" src="http://static.flickr.com/3362/3553423232_65448ae843_m.jpg" border="0" /></a>    <br /><a title="Sonicwall Road Show @ Indy Speedway" href="http://www.flickr.com/photos/23086965@N05/3553427546/"><img alt="Sonicwall Road Show @ Indy Speedway" src="http://static.flickr.com/2482/3553427546_9267375763_m.jpg" border="0" /></a>&#160;<a title="Sonicwall Road Show @ Indy Speedway" href="http://www.flickr.com/photos/23086965@N05/3553430888/"><img alt="Sonicwall Road Show @ Indy Speedway" src="http://static.flickr.com/3327/3553430888_f54582c892_m.jpg" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jasonmlee.net/archives/328/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Cool Windows Messenger Feature</title>
		<link>http://jasonmlee.net/archives/235</link>
		<comments>http://jasonmlee.net/archives/235#comments</comments>
		<pubDate>Fri, 13 Feb 2009 22:56:00 +0000</pubDate>
		<dc:creator>jasonlee</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jasonmlee.net/archives/235</guid>
		<description><![CDATA[So this week I updated to the most recent versions of Windows Live Writer and Windows Messenger…&#160; One cool feature that I was completely unaware of until I left the house and forgot to disconnect my laptop from Windows Live messenger and expected to get the error “you are logged on to another computer” when [...]]]></description>
			<content:encoded><![CDATA[<p><a title="LiveWriter" href="http://www.flickr.com/photos/23086965@N05/3274885941/"><img style="margin: 0px 5px 0px 0px" alt="LiveWriter" src="http://static.flickr.com/3465/3274885941_9ac9e9f830.jpg" align="left" border="0" /></a>So this week I updated to the most recent versions of Windows Live Writer and Windows Messenger…&#160; One cool feature that I was completely unaware of until I left the house and forgot to disconnect my laptop from Windows Live messenger and expected to get the error “you are logged on to another computer” when i connected on my desktop but didn’t.&#160;&#160; I saw something new on the top of the application window reading “available in 2 places”. </p>
<p>You can now be logged into Messenger in two places at once.&#160; This can be a mobile device or a laptop and desktop. The features are noted <a href="http://help.live.com/help.aspx?mkt=en-us&amp;project=WL_Messengerv9&amp;querytype=keyword&amp;query=ffo_no_popm">here</a></p>
<p>This removes the need to have two Live Messenger logins for multiple places…You can be online both places at once and even continue conversations from the other device or location…. Start in the office, continue the conversation on the Windows Mobile device and finish the conversation on the laptop at home. From the Live Messenger Site: “If you receive a message while you&#8217;re signed in on multiple devices, the message will appear on each device that you&#8217;re signed in on. Also, if you perform an action on one device, such as open or close a conversation window, the action will occur on all devices.”</p>
<p>&#160;</p>
<p>Really Cool!</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonmlee.net/archives/235/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACS Facility Scheduler</title>
		<link>http://jasonmlee.net/archives/208</link>
		<comments>http://jasonmlee.net/archives/208#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:02:00 +0000</pubDate>
		<dc:creator>jasonlee</dc:creator>
				<category><![CDATA[Church IT]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jasonmlee.net/archives/208</guid>
		<description><![CDATA[Our Ministry Partnership with ACS has had their scheduling application locked its sights for almost a year now.&#160; Working on a weekly basis their team developing and going live with the product last fall.&#160; Well finally we are live on campus with Facility Scheduler. While we did have some heart burn rolling out the application [...]]]></description>
			<content:encoded><![CDATA[<p>Our Ministry Partnership with ACS has had their scheduling application locked its sights for almost a year now.&#160; Working on a weekly basis their team developing and going live with the product last fall.&#160; Well finally we are live on campus with Facility Scheduler. <a href="http://jasonmlee.net/archives/191">While we did have some heart burn rolling out the application</a> the overall consensus is that Facility Scheduler is proving to a great reliable tool.&#160;&#160; The start of the new calendar year was our date that we selected to migrate away from multiple calendars. </p>
<p>For years our ministry has struggled with global ministry calendaring and FS has been a great help to remove heart burn for our staff when trying to schedule ministry events.&#160; Briefly here is a list of what we combined into on location when Facility Scheduler went online:</p>
<ul>
<li><strong>Master Calendar</strong>
<ul>
<li>We had an outlook calendar that was basically a glorified 10000 ft overview of what was happening in our ministry without many details and often not updated after things changed in our global planning meetings. </li>
</ul>
</li>
<li><strong>The Ministry Scheduler</strong>
<ul>
<li>This was the predecessor to Facility Scheduler and was used by our Campus Services team to schedule equipment, rooms and other resources. (yes TMS Could have done more i know.) </li>
</ul>
</li>
<li><strong>Personnel Rotation Calendars</strong>
<ul>
<li>We had multiple calendars in crazy places (those specific calendars will remain nameless to protect the innocent individuals who inherited those calendars in crazy places); one in Publisher, one in excel and one in a hybrid of Excel and Outlook. </li>
</ul>
</li>
</ul>
<p>Now all that data has been entered/migrated into Facility Scheduler (iIoften remind the team at ACS that their new product does far more than schedule the facility and it needs a tune up on a better name&#8230; I know they needed to differentiate the new product from the OLD TMS but it was really a better name&#8230;.maybe we&#8217;ll have a naming contest later.)&#160; Anyway&#8230; Now our staff can go to one application and view when their events, or personnel are scheduled. </p>
<p>One feature I like about FS is the granular security, we can grant the appropriate permissions to user groups for scheduling specific resources.&#160; In our case each administrative assistant can schedule their own conference room and other area specific resources or personnel without submitting an event request form.&#160; So ministries who &quot;own&quot; a resource can schedule that resource without the hassle of &quot;requesting&quot; to use it.&#160; This is really helpful since now these ministry &quot;owned&quot; resources can be viewed globally when planning large scale events as well as individual ministry needs.</p>
<p>While I am thrilled with the progress we have been able to make I am patiently anticipating some of the development that is on the horizon for Facility Scheduler including:</p>
<ul>
<li>Scheduling Requests via&#160; workflow that will get the approval of multiple departments for an event to take place </li>
<li>Viewing the Calendar (read only) from a view in Outlook </li>
<li>Management of event registrations that are being processed in&#160; Access ACS (or Our branding Northwoods.me)&#160; </li>
<ul>
<li>When you are setting up all the information for the event you can click on a button and configure the online event registrations for that event&#8217;s participants.</li>
</ul>
<li>Making Requests via an Outlook Meeting Request plug-in </li>
<li>Displaying the events in Facility Scheduler on our close circuit TV monitor facilitated by a Facility Scheduler &#8216;Add-On&quot; (development project name &quot;BroadCast&quot;)
<ul>
<li>If you haven&#8217;t heard anything about this product leave me a note and we&#8217;ll get&#160; you connected with the appropriate people this is proving to to be a really really sweet tool!&#160;&#160; For those of you using FS and also for those of you who aren&#8217;t ACS customers!!!! </li>
<li>I am super exited about this one, it has been one of my soap box items since day one&#8230;.&#160; The data is already in our scheduling applications why isn&#8217;t there a tool to display it.&#160; This tool looks like it will support multiple data sources not just ACS facility scheduler. </li>
</ul>
</li>
<li>Auto-magically generating pages on the fly for each event so that events and registration links can be published via the web without manually setting up those pages (all available to the public without the need for knowing any credentials) </li>
<li>Alerts telling the FS admin that Online Registrations are nearing capacity or are full to aid in selecting a location for a specific event. </li>
<li>Alerts Reminding the event planner that their event is scheduled and what resources are included a few days before the event. </li>
</ul>
<p>&#160;</p>
<p>I know others of you are also diving into Facility Scheduler and I would be interested in hearing your success so far as well as your heart burn.&#160; Anyone interested in an online roundtable discussion about FS?</p>
<p>I know several are in the process of moving to Facility Scheduler you might check out their blogs for more information too:</p>
<p>Shawn Ross&#8217;s <a href="http://calvaryshawn.blogspot.com/">blog</a></p>
<p>Jeff Suever &#8217;s <a href="http://jeffsuever.wordpress.com/">blog</a>    <br />Jeff has been posting a bit about his experience with Facility Scheduler too.&#160; I would also weigh in to our friends at ACS that Jeff is absolutely on the right track FS needs to be able to accommodate Links to an event page outside the ACS generated pages and would push a little more than Jeff to say the event description editor needs to be able to natively accommodate hyper links rather than dropping code into the description (one because this might do wonky things to &quot;BroadCast&quot;).&#160; Also Jeff has noted that the individual event page links expire after 24 hours&#8230; and while I understand the security that is in play, we need to be able to have a link for each event that doesn&#8217;t expire after 24 hours.&#160; Additionally I&#8217;ll add it would be nice to be able to configure what displays on these pages&#8230;. some may want some data to appear others won&#8217;t (example you might want to toggle on or off the &quot;confirmed&quot; line to the general public.</p>
<p>Overall Facility Scheduler is a great product and it is moving forward a great speed.&#160; If you are an ACS customer and haven&#8217;t looked into Facility Scheduler don&#8217;t miss out&#8230;. and if you are looking for a Scheduling application And AREN&quot;T an ACS customer this should be one of the applications on the top of your list.</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonmlee.net/archives/208/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Deployment and MDT Links Fixed</title>
		<link>http://jasonmlee.net/archives/207</link>
		<comments>http://jasonmlee.net/archives/207#comments</comments>
		<pubDate>Tue, 23 Dec 2008 06:52:34 +0000</pubDate>
		<dc:creator>jasonlee</dc:creator>
				<category><![CDATA[Church IT]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jasonmlee.net/archives/207</guid>
		<description><![CDATA[In a recent series of posts I documented the process that we used to deploy Vista in our test scenarios and then to several Dell 755 machines that are now in production&#8230; Problem with those posts, the links from the first post to the subsequent posts were wrong.&#160; Those links have now been updated and [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent series of posts I documented the process that we used to deploy Vista in our test scenarios and then to several Dell 755 machines that are now in production&#8230; Problem with those posts, the links from the first post to the subsequent posts were wrong.&nbsp; Those links have now been updated and added below incase you had issue navigating thru the documentation.</p>
<p>&nbsp;</p>
<ul>
<li><a href="http://jasonmlee.net/archives/177">Vista Deployment</a>
<li><a href="http://jasonmlee.net/archives/178">Installing and Configuring MDT</a>
<li><a href="http://jasonmlee.net/archives/179">Deploying Vista to VMware Test box and Dell 755</a>
<li><a href="http://jasonmlee.net/archives/180">MDT and Dell 755 Network issues</a>
<li><a href="http://jasonmlee.net/archives/183">Deploying to Vista 64 bit to Dell 755</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jasonmlee.net/archives/207/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tanner and Chuck two thumbs up!</title>
		<link>http://jasonmlee.net/archives/184</link>
		<comments>http://jasonmlee.net/archives/184#comments</comments>
		<pubDate>Wed, 15 Oct 2008 13:00:15 +0000</pubDate>
		<dc:creator>jasonlee</dc:creator>
				<category><![CDATA[Church IT]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jasonmlee.net/archives/294</guid>
		<description><![CDATA[I have noted when tech support has performed below our expectations in the past so that means I should also note when we receive excellent support too, right?
During our MDT Deployment I had had enough and decided that I wasn&#8217;t going to spend any more time on trouble shooting the issues&#8230; Thankfully we recently purchased [...]]]></description>
			<content:encoded><![CDATA[<p>I have <a href="http://jasonmlee.net/archives/256">noted when tech support has performed below our expectations in the past</a> so that means I should also note when we receive <strong><em><u>excellent</u></em></strong> support too, right?</p>
<p>During our MDT Deployment I had had enough and decided that I wasn&#8217;t going to spend any more time on trouble shooting the issues&#8230; Thankfully we recently purchased a MSDN subscription and that included 4 telephone support incidents so Jeremie and I decided to give it a try.  I called the 800 number and was quickly routed to Tanner S. a senior support engineer who specializes in MDT and WDS.  I stated the issues we were having and Tanner quickly resolved our issue and I was on our way to success&#8230; so I thought.</p>
<p>After I completed the call with Tanner we came upon several other issues so I responded to the email he had sent me with the case number and asked 2 more questions which he quickly resolved.</p>
<p>After those issues were resolved we found a couple more problems and we contacted Tanners backup Chuck W.  who helped us resolve those issues.</p>
<p>These guys helped us resolve multiple issues which included:<br />
- Windows PE not loading<br />
- How to edit the startnet.cmd file when we had a timeout issue connecting to the WDS host<br />
- Drivers not getting installed on images<br />
- Including Intel Chipset drivers that are packaged and aren&#8217;t included in the OOBdrivers<br />
- Application Installation errors during the MDT install</p>
<p>So needless to say these guys went over an above to get us going.  They could have simply said that the subsequent questions were not part of the case and closed the case but they were willing to conceder our support request all encompassing from the setup of MDT to the final deployment to our Dell 755s and we were allowed to ask questions along the way.  They solved our 1st problem and multiple other smaller issues afterward.  They both did it in a very gracious, and kind demeanor.  While they both could have told us to go find the answers on live.com or to read the documentation they were willing to answer all our questions&#8230; Even staying after their shift ended to make sure the test deployment completed without any errors after we made changes to the boot images. </p>
<p>Kudos to Tanner and Chuck&#8230; Great customer support and a job well done!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://jasonmlee.net/archives/184/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Deploying Vista 64 bit to Dell 755</title>
		<link>http://jasonmlee.net/archives/183</link>
		<comments>http://jasonmlee.net/archives/183#comments</comments>
		<pubDate>Tue, 14 Oct 2008 21:32:47 +0000</pubDate>
		<dc:creator>jasonlee</dc:creator>
				<category><![CDATA[Church IT]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jasonmlee.net/archives/293</guid>
		<description><![CDATA[After we were able to get the deployment of Vista 32bit out to our Dell 755s tackling the install of Vista 64bit was next on the agenda.&#160; The primary reason for pushing out 64bit was because of the memory threshold limit on 32bit.&#160; Several of our old Dell 740s had 2 gb of added memory [...]]]></description>
			<content:encoded><![CDATA[<p>After we were able to get the deployment of <a href="http://jasonmlee.net/archives/288">Vista 32bit out to our Dell 755s</a> tackling the install of Vista 64bit was next on the agenda.&nbsp; The primary reason for pushing out 64bit was because of the memory threshold limit on 32bit.&nbsp; Several of our old Dell 740s had 2 gb of added memory we wanted to move over to our new 755 boxes which put us over the 3.5gb limit.&nbsp; Not a huge issue, but I also new down the road we would want to deploy 64bit versions of Server 2008 so we might as well work out the issues now.</p>
<p>Before you can start a 64bit install you have to add a 64bit OS to the list in MDT.&nbsp; This is the same process as adding a 32bit OS and creating the task sequence as documented in the <a href="http://jasonmlee.net/archives/287">first MDT post</a>.&nbsp; When you include your 64bit OS in a task sequence, be sure in the title and description to note that this is the 64bit installer so there is no confusion later. After the OS and Task Sequence are added you will need to add any 64bit Out of the Box Drivers this is the same process that you did with your 32 bit drivers.</p>
<p>Lastly you need to make 64bit a supported platform with your deployment point.&nbsp; Up to this point when you updated the boot image MDT only updated the 32bit .wim file so now you need to tell MDT to also update the 64 bit boot image.</p>
<p>Go to Deployment Point, and Choose Properties for the Deployment Point and then on the general tab tick the check box next to x64 and choose OK.&nbsp; Lastly update your Deployment Point.</p>
<p><a title="64bitDeployment" href="http://www.flickr.com/photos/23086965@N05/2940575592/"><img alt="64bitDeployment" src="http://static.flickr.com/3072/2940575592_d891c8380d.jpg" border="0"></a></p>
<p>&nbsp;</p>
<p>After your deployment point is updated you will need to add this new boot image to your WDS server.&nbsp; Go to Server Manager and navigate to the boot images in your WDS server.&nbsp; Right Click on Boot images and select new boot image.&nbsp; This time you will select the 64bit boot image, LiteTouchPE_x64.wim, found in: <br />\Distribution\Boot\.&nbsp; You can leave both the 32bit and 64 bit boot images enabled so when you pxe boot off your server you select the appropriate architecture for your install.</p>
<p>When you PXE boot off the WDS Server you will be presented with the two LiteTouch boot images, select the x64 image. <br /><a title="BootManager" href="http://www.flickr.com/photos/23086965@N05/2940643896/"><img alt="BootManager" src="http://static.flickr.com/3288/2940643896_7ebaba2649.jpg" border="0"></a></p>
<p>After you select the x64 image the WindowsPE installer that you have seen in the 32 bit installs will display&#8230; this time with one exception, the Operating systems displayed as tasks available are the 64bit options you added in the task sequences.</p>
<p>&nbsp;</p>
<p><strong>64 bit OS Install &#8220;Got-Ya&#8217;s&#8221;</strong></p>
<p>1.&nbsp; The intel sata driver for the Dell 755 appears in MDT as a driver that is both 32 and 64 bit.&nbsp; <strong>Its not.</strong>&nbsp; When you boot into WindowsPE the first time after adding all your drivers and updating the boot images you will get a lovely error like the following: <br />File: \windows\system32\ddrivers\iastor.sys <br />Status: 0xc0000359 <br />Info: Windows Failed to load because a critical system driver is missing or corrupt. <br /><a title="64bit Boot Error" href="http://www.flickr.com/photos/23086965@N05/2939790437/"><img alt="64bit Boot Error" src="http://static.flickr.com/3219/2939790437_3272afc6d3.jpg" border="0"></a></p>
<p>This happens only after you update the 64bit boot image from MDT.&nbsp; The original 64bit boot image has the needed storage controller driver but when you update MDT it includes the OOB drivers you added.&nbsp; Since intel&#8217;s storage driver is really not a 64 bit driver like MDT thinks it is the 64bit WindowsPE bombs.&nbsp;&nbsp; So what do you need to do?&nbsp; The easiest way to do fix this is the following steps:</p>
<ul>
<li>Delete all drivers from the Out of Box Drivers in MDT
<li>Download both the 64 bit and 32 bit Intel Matrix Storage Manager Drivers.
<li>Add only the 32 bit Driver to OOBD
<li>Open the properties of that driver and un-tick the x64 check box. </li>
</ul>
<p><a title="IntelDriver-1" href="http://www.flickr.com/photos/23086965@N05/2941945754/"><img alt="IntelDriver-1" src="http://static.flickr.com/3191/2941945754_6ce88709da.jpg" border="0"></a></p>
<ul>
<li>Next add the 64 bit driver.&nbsp; This time you will have to select &#8220;Import drivers even if they are duplicates of an existing driver&#8221; </li>
</ul>
<p><a title="AddDrivers" href="http://www.flickr.com/photos/23086965@N05/2941945810/"><img alt="AddDrivers" src="http://static.flickr.com/3067/2941945810_7761481578.jpg" border="0"></a></p>
<ul>
<li>Next you will need to edit this newly added driver.&nbsp; The easiest way to find this driver is to sort all OOB Drivers by Platform.&nbsp; The newly added driver will display x86, x64.&nbsp; Edit that driver to only support x64 platform. </li>
</ul>
<p><a title="IntelDriver-4" href="http://www.flickr.com/photos/23086965@N05/2941945790/"><img alt="IntelDriver-4" src="http://static.flickr.com/3024/2941945790_4a3616eddb.jpg" border="0"></a></p>
<ul>
<li>After your drivers are updated, import all your drivers again and update your deployment point. </li>
</ul>
<p>&nbsp;</p>
<p>See other Posts on Vista Deployment with MDT:</p>
<ul>
<li><a href="http://jasonmlee.net/archives/177">Vista Deployment</a>
<li><a href="http://jasonmlee.net/archives/178">Installing and Configuring MDT</a>
<li><a href="http://jasonmlee.net/archives/179">Deploying Vista to VMware Test box and Dell 755</a>
<li><a href="http://jasonmlee.net/archives/180">MDT and Dell 755 Network issues</a>
<li>Deploying to Vista 64 bit to Dell 755 </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jasonmlee.net/archives/183/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deploying Vista to VMware Test box and Dell 755</title>
		<link>http://jasonmlee.net/archives/179</link>
		<comments>http://jasonmlee.net/archives/179#comments</comments>
		<pubDate>Mon, 06 Oct 2008 20:00:54 +0000</pubDate>
		<dc:creator>jasonlee</dc:creator>
				<category><![CDATA[Church IT]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jasonmlee.net/archives/288</guid>
		<description><![CDATA[After we configured MDT for our deployment we were ready to start testing the deployment.&#160; This test was going to to be on the physical hardware that we would later roll Vista out to and also a VMWare ESX test machine.&#160; The VMWare box was to limit the trips over to the hardware while we [...]]]></description>
			<content:encoded><![CDATA[<p>After we configured MDT for our deployment we were ready to start testing the deployment.&nbsp; This test was going to to be on the physical hardware that we would later roll Vista out to and also a VMWare ESX test machine.&nbsp; The VMWare box was to limit the trips over to the hardware while we were ironing out the bumps.&nbsp; We deployed Vista 32 bit in this scenario.</p>
<p>After you have your deployment setup in MDT you next need to select your boot image in WDS that you just created by updating your MDT Deployment Point. This boot image is located in the Deployment Point Share \distribution\boot\litetouchPE_x86.wim <br /><a title="WDS" href="http://www.flickr.com/photos/23086965@N05/2918941773/"><img alt="WDS" src="http://static.flickr.com/3222/2918941773_6825b337ac.jpg" border="0"></a></p>
<p>&nbsp;</p>
<p>Once your boot image is added you are ready to start your client machine and PXE boot the device.&nbsp; (normally F12).</p>
<p>Once the PXE boot process starts, you will have to hit F12 a second time and then you should see windowsPE start up.&nbsp; If all is configured correctly you should get the Task Sequence dialog box where you can select your Task Sequence you would like to perform in our case Vista 32 bit install.</p>
<p><a title="WDWizard" href="http://www.flickr.com/photos/23086965@N05/2918980249/"><img alt="WDWizard" src="http://static.flickr.com/3086/2918980249_dd8337f7d3.jpg" border="0"></a></p>
<p>Next You will be prompted to choose the applications that you want to install during the OS installation.&nbsp; The applications are Displayed and Installed in the order in which you added them to MDT.</p>
<p><a title="WDWizard2" href="http://www.flickr.com/photos/23086965@N05/2919829920/"><img alt="WDWizard2" src="http://static.flickr.com/3220/2919829920_f37d447fe1.jpg" border="0"></a></p>
<p>After you select the applications you want, select next and the process starts&#8230; after a few minutes the OS is installed, and you are looking at your desktop of a machined joined to the domain.</p>
<p><strong><em><u>Some&nbsp; &#8220;Got-Ya&#8217;s&#8221; general and Dell 755 specific.</u></em></strong></p>
<p><strong>SQL Database</strong> <br />Quite a few blogs indicate that you need to use the SQL Database in conjunction with MDT.&nbsp; After talking with Tanner at Microsoft this is not needed in an organization with a couple hundred clients being installed from MDT, especially when you are managing just 5-10 flavors of workstations.</p>
<p>When we first booted our Virtual machine the LiteTouch environment started but we were stuck at a command prompt.&nbsp; This was because of some issues with the database.&nbsp; Once we removed the dependencies on the database we were able to move forward.</p>
<p><strong>MultiCast <br /></strong>After using ghost for so may years we were thinking of Multi-Cast in the Ghost traditional sense and had enabled Multi-Cast in MDT and WDS.&nbsp; This is actually not needed since our volume is small enough and WDS Multi-Cast works very differently.&nbsp; WDS Multicast starts with the first client connection, it doesn&#8217;t wait until you tell it to &#8216;go&#8217; like Ghost, so then when the next client connects it picks up where the first deployment already in progress is and then the third the same&#8230; After the first deployment is done number 2 picks up at the start and catches what it &#8216;missed&#8217; and then the same for number 3.&nbsp; With scenarios with only a couple hundred clients Muli-Cast isn&#8217;t needed.</p>
<p><strong>WindowsPE Boot Error <strong>Dell 755 Specific &#8220;Got-ya&#8221;</strong> <br /></strong>During the start up of WinowsPE on the Dell 755 the clients would display a error: <em>&#8220;A connection to the deployment share (</em><a href="//\\servername\distribution$\"><em>\\servername\distribution$\</em></a><em>) could not be made.&nbsp; The deployment will not proceed.&nbsp; Can not reach DeployRoot. Possible Cause: Network routing error or Network Configuration error.</em> <br />We found two solutions&#8230; one to add more time for the client machine to get an IP address from the server by editing the StartNet.cmd file in the WIM or to connect the Dell755 to a 3com switch rather than thru a linksys switch.&nbsp; Finding a switch on the network where the install would work from is a much easier solution than rebuilding your WIM file every time you update it.&nbsp; NOTE: when you update the WIM in MDT it rewrites your boot image and you loose any changes that you have made to the StartNet.cmd.</p>
<p>To update the StartNet.cmd: <br />Run the following on your server: <br /><a title="Mountimagex" href="http://www.flickr.com/photos/23086965@N05/2919080011/"><img alt="Mountimagex" src="http://static.flickr.com/3179/2919080011_3c13bbc85e.jpg" border="0"></a></p>
<p>Then go to the location that you extracted the files and then go to the \Windows\System32 and edit the startnet.cmd file to ping the WDS Server x number of times (where x is the amount of time you need to get an IP, in our case it was about one ping to the server <s>8-12 pings</s> <b>UPDATED 10/8/08</b>).</p>
<p>After you have edited the file run the following on the server: <br /><a title="UnMountImageX" href="http://www.flickr.com/photos/23086965@N05/2919925656/"><img alt="UnMountImageX" src="http://static.flickr.com/3038/2919925656_c090f20a27.jpg" border="0"></a></p>
<p>And don&#8217;t forget every time you Update MDT you will have to update your startnet.cmd file.</p>
<p><strong>Errors Installing Applications <br /></strong>When installing applications with LiteTouch we had to play around with the sequence to get it to install without any issues.&nbsp; There were 4 major bumps we had to figure out to make the Applications deploy without any issues.</p>
<ul>
<li>Don&#8217;t include SP1 for Office 2007 as part of the installation.&nbsp; Office 2007 gives you the ability to &#8216;package&#8217; updates when you install Office by putting those packages in the Updates folder of your installation source.&nbsp; The Office 2007 install worked some times, but then would error out causing all the other applications to fail that were later in the sequence.&nbsp; Once SP1 for Office was removed it worked without an issue.
<li>Adobe Reader and Flash would require user intervention stopping the deployment.&nbsp; Adobe provides a customization tool called <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=3993">Adobe Customization Wizard 9</a> it is very similar to the Office OCT tool to but it allows you to deploy Acrobat and Reader.&nbsp; After you customize the deployments you are able to run Acrobat or Reader installs silently.
<li>Don&#8217;t install flash from MSI, rather use the .exe installer with the /s switch to install silently.&nbsp; For some reason MDT doesn&#8217;t deploy .msi installers well without changing the command line for the installer.&nbsp; It was easier to not mess with .msi installers and just use the exe installer.&nbsp; If you do have to install an application from .msi with MDT then you should plan to run the msi with the following:Command Line: msiexec /i &#8220;AppInstaller.msi&#8221; /qn from the source directory that contains the installer.
<li><strong>The last issue is another Dell 755 specific &#8220;Got-Ya&#8221;.</strong>&nbsp; The applications fail when you are installing them on a Dell 755 because there is no driver loaded by default for the SM Bus Controller.&nbsp; Even though you add those drivers with the other Dell 755 drivers they didn&#8217;t load.&nbsp; After looking into this with Tanner and Chuck from Microsoft we found that the Chipset driver for this dell is actually an application that extracts and installs the drivers, so the simple downloaded files don&#8217;t have the needed .dlls for MDT to pick up the drivers, even after you decompress the R174616.exe file from Dell.&nbsp; The solution is to run the Intel &#8211; Driver (v.8.3.0.1013,A12) that you download from dell with a couple switches to give you an extracted version of the driver that MDT can import.&nbsp; Once you download R174616.exe and extracted it (default locati<br />on is c:\dell\drivers\R174616) run setup.exe -a -a -p c:\extract\INF to extract the drivers to c:\extract\inf.&nbsp; After you have extracted the driver you n<br />
eed to add this directory to the OOBD list in MDT, then Update your Deployment Point and reboot the client.&nbsp; Your applications should install as expected. </li>
</ul>
<p>&nbsp;</p>
<p>See other Posts on Vista Deployment with MDT:</p>
<ul>
<li><a href="http://jasonmlee.net/archives/177">Vista Deployment</a>
<li><a href="http://jasonmlee.net/archives/178">Installing and Configuring MDT</a>
<li>Deploying Vista to VMware Test box and Dell 755
<li><a href="http://jasonmlee.net/archives/180">MDT and Dell 755 Network issues</a>
<li><a href="http://jasonmlee.net/archives/183">Deploying to Vista 64 bit to Dell 755</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jasonmlee.net/archives/179/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing and Configuring MDT</title>
		<link>http://jasonmlee.net/archives/178</link>
		<comments>http://jasonmlee.net/archives/178#comments</comments>
		<pubDate>Mon, 06 Oct 2008 18:00:21 +0000</pubDate>
		<dc:creator>jasonlee</dc:creator>
				<category><![CDATA[Church IT]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jasonmlee.net/archives/287</guid>
		<description><![CDATA[The install and configuration process for MDT (Microsoft Deployment Tool Kit) is fairly well documented.
At the time of this post version 4.2 was the latest and greatest version of MDT and can be Downloaded from Microsoft.&#160; Also a good resource for information on MDT is the Optional &#8211; MDT Print-Ready Documentation that can be downloaded [...]]]></description>
			<content:encoded><![CDATA[<p>The install and configuration process for MDT (Microsoft Deployment Tool Kit) is fairly well documented.</p>
<p>At the time of this post version 4.2 was the latest and greatest version of MDT and can be <a href="http://www.microsoft.com/downloads/details.aspx?familyid=3bd8561f-77ac-4400-a0c1-fe871c461a89&amp;displaylang=en">Downloaded</a> from Microsoft.&nbsp; Also a good resource for information on MDT is the Optional &#8211; MDT Print-Ready Documentation that can be downloaded from the same page.</p>
<p>Items you need before you can begin:</p>
<ul>
<li>Windows Deployment Services (WDS) &#8211; included as a role in Windows 2008 &#8211; <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=941d4393-ab37-4047-b9c5-616b79d73301&amp;DisplayLang=en">Here is the download site for WDS for Server 2003</a>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=94bb6e34-d890-4932-81a5-5b50c657de08&amp;DisplayLang=en">Windows Automated Installation Kit 1.1 (WAIK 1.1)</a><img src="http://i.ixnp.com/images/v3.50/t.gif">
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=3bd8561f-77ac-4400-a0c1-fe871c461a89&amp;displaylang=en">Microsoft Deployment Toolkit 2008 (MDT 2008)</a> </li>
</ul>
<p>Because of our problems in having success building the answer files to automated the OS deployment from WDS we have elected in our configuration to use WDS merely as a PXE boot server, so when you enable the service on your server there is little configuration for WDS since the LiteTouch (MDT) scripting will take care of everything for us.</p>
<p><strong>Installing WDS:</strong> <br /><a href="http://technet.microsoft.com/en-us/library/cc771670.aspx">You can download the Step-By-Step guide for WDS from Microsoft technet</a>.&nbsp; This document is a good resource for installing and setting up WDS.&nbsp; Since we are using MDT we only needed to follow the first 10 pages, but the rest is a good resource to understand how WDS works.</p>
<p>At the first launch of the WDS console, you will have to configure the server. This will create and populate a folder called <strong>RemoteInstall.</strong> This folder is shared as <strong>reminst</strong>. It is recommended not to store this folder on the system partition.&nbsp; In our case we mounted an iSCSI volume for storing our deployment data.</p>
<p>You can run WDS on the same server as your DHCP Server but you will have to modify which ports that server listens on.. In our case WDS and DHCP are on two separate servers so no worries there.</p>
<p>Lastly check to make sure that you are accepting all PXE boot requests.&nbsp; This can be configured in the Server properties under the PXE Response Settings.&nbsp; Since a boot image will only be active for us when we are deploying an OS to machines there isn&#8217;t a risk of unauthorized access.</p>
<p><strong>Installing WAIK 1.1:</strong></p>
<p>From MS&#8217;s Site:<em>The Windows Automated Installation Kit (Windows AIK) is designed to help corporate IT professionals customize and deploy the Microsoft Windows Vista™ family of operation systems. By using Windows AIK, you can perform unattended Windows installations, capture Windows images with ImageX, and create Windows PE images.</em></p>
<p>You must have WAIK installed prior to installing MDT, we won&#8217;t use it directly with MDT since LiteTouch configures the install for us, but you have to have it as a pre-req for installing MDT.</p>
<p><strong>Installing MDT:</strong></p>
<p><em>From MS&#8217;s Site: Microsoft Deployment Toolkit technologies eliminate interaction time required to install desktop and server operating systems. Interaction at the targeted computer may take a few moments using the Lite Touch Installation (LTI) method or it can be completely automated using Zero Touch Installation (ZTI). Zero Touch Installation utilizes Microsoft System Center Configuration Manager 2007 or Systems Management Server 2003 with the Operating System Deployment Feature Pack. Lite Touch Installation can be used when software distribution tools are not in place. <br /></em></p>
<p>Once MDT is installed open the Deployment Workbench MMC console. and Click on Distribution Share.&nbsp; You will see a display of the tasks that need completed in order to deploy a workstation with MDT.</p>
<p><a title="MDT" href="http://www.flickr.com/photos/23086965@N05/2919171940/"><img alt="MDT" src="http://static.flickr.com/3209/2919171940_508829425b.jpg" border="0"></a></p>
<p><strong>OS FILES &#8211; </strong>Next you need to add the operating systems you want to deploy (it can be either or both 32 bit and 64 bit OS) by mounting the ISO or inserting the DVD of the media in the server.&nbsp; Right click Operating Systems and click New. Select Full set of source files. Give the drive letter of your OS DVD or mount iso file, and Finish. This takes a bit, so its a good time for a break here.</p>
<p><strong>APPLICTATIONS</strong> &#8211; After you have imported the OS you will need to add any applications that you would like to install.When you right click applications and choose new you will have the choice of where your source files live.&nbsp; For our applications we did install sources from a network file share.&nbsp; Since its later going to map a drive to this location during the install its important to use the FQDN for this rather than a mapped network drive letter.</p>
<p>For Office 2007 applications you can have the installer run silently with the key embed by using the Office Customization tool.&nbsp; To launch the OCT run the application installer with the&nbsp; admin switch&nbsp; (setup.exe /admin).&nbsp; If you add the Office 2007 application from CD the customize tool is a tab later in the applications but it was easier to use the network share already configured.</p>
<p><strong>Drivers</strong>&nbsp; &#8211; Next you can add any drivers needed fort your specific hardware and group them by that model.</p>
<p><strong>Task Sequence -</strong> After you have added your OS, Apps and Drivers you are ready to build the instructions on how you would like the OS to be deployed.&nbsp; Building the task sequence builds the OS install instructions including the infamous unattend.xml.</p>
<p>Basic Task sequence instructions are:</p>
<p>-Click New in the Task Sequences context menu and fill in the General Settings. Assign your Task sequence ID, Task sequence name, and Task sequence comments. <br />-On the Select Template screen, select the Standard Client Task Sequence <br />-On the Select OS screen, select the OS you added in the Operating Systems <br />-On the Specify Product Key screen, type in your Product Key or Do not specify a product key at this time&nbsp; if you are using a KMS to activate your OS. <br />-On the OS Settings screen, fill in your organization name and a home page for IE. <br />-On the Admin Password screen, type the local admin password of the target computer.</p>
<p><strong>Deployment Point &#8211; </strong>the last step is setting up your deployment point, this is the network share where the client machines will connect to the server to pull the customized installation.</p>
<p>Basic steps are: <br />- Right click on Deployment Point and choose new. <br />- Choose a lab deployment point <br />- Name the Deployment Point (in our case Install and Build) <br />- Don&#8217;t Allow users to select apps on upgrade <br />- Don&#8217;t ask for a image to be captured <br />- Don&#8217;t set the local admin password <br />- Don&#8217;t ask for product key <br />- On network share use the defaults <br />- Don&#8217;t configure the user state.</p>
<p>Now that MDT is setup we need to make a few more final changes so that the OS installation runs with minimal user intervention.&nbsp; This is done by editing the Bootstrap.ini and Customsettings.ini files.&nbsp; A good reference of the settings that can be configured by these files can be found <a href="http://technet.microsoft.com/en-us/library/bb490304.aspx">here in the Property Reference Guide</a>.</p>
<p>Our CustomSettings.ini and bootstrap.ini files are configured so that we only have to answer two quest<br />ions while the OS is installing 1. Which OS to install and 2. Which applications we want installed.&nbsp; Our .ini files look&amp;nb<br />
sp; like this:</p>
<p>Custom Settings.ini</p>
<p>[Settings] <br />Priority=Default <br />Properties=MyCustomProperty</p>
<p>[Default] <br />OSInstall=Y <br />UserDataLocation=NETWORK <br />SkipBDDWelcome=YES <br />SkipAppsOnUpgrade=YES <br />SkipCapture=YES <br />SkipAdminPassword=YES <br />SkipProductKey=YES <br />SkipBitLocker=YES <br />SkipComputerName=NO <br />SkipDeploymentType=YES <br />SkipSummary=YES <br />SkipUserData=YES <br />SkipLocaleSelection=YES <br />SkipTimeZone=YES <br />UserID=The user credentials for accessing network resources. <br />UserDomain=The domain in which a user’s credentials (specified in <strong>UserID</strong>) exist. <br />UserPassword=The password for user credentials specified in <strong>UserID</strong>. <br />TimeZoneName=Central Standard Time <br />OrgName=Orgainzation Name Here <br />AreaCode=309 <br />JoinDomain=The domain that the target computer joins after the target operating system is deployed <br />DomainAdmin=The account is used to join the computer to a domain. <br />DomainAdminDomain=The domain in which a user’s credentials (specified in <strong>DomainAdmin</strong>) exist <br />DomainAdminPassword=Password used to join the computer to the domain <br />UserLocale=en-US <br />KeyboardLocale=0409:00000409 <br />InputLocale= en-US <br />UILanguage=en-us</p>
<p><strong>Bootstrap.ini</strong> <br />[Settings] <br />Priority=Default</p>
<p>[Default] <br />SkipBDDWelcome=YES <br />DeployRoot=\\ServerName\Distribution$ <br />UserDomain=The domain in which a user’s credentials (specified in <strong>UserID</strong>) exist. <br />UserID=The user credentials for accessing network resources. <br />UserPassword=The password for user credentials specified in <strong>UserID</strong>.</p>
<p>***Note UserDomain, ID and Password are in bootstrap.ini AND customsettings without these in both places you are prompted for credentials when you first boot into WindowsPE.</p>
<p>After you are ready to deploy your OS right click on your Deployment Point and choose UPDATE.&nbsp; This builds the WIM file that you will boot from.</p>
<p>See other Posts on Vista Deployment with MDT:</p>
<ul>
<li><a href="http://jasonmlee.net/archives/177">Vista Deployment</a>
<li>Installing and Configuring MDT
<li><a href="http://jasonmlee.net/archives/179">Deploying Vista to VMware Test box and Dell 755</a>
<li><a href="http://jasonmlee.net/archives/180">MDT and Dell 755 Network issues</a>
<li><a href="http://jasonmlee.net/archives/183">Deploying to Vista 64 bit to Dell 755</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jasonmlee.net/archives/178/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

