<?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>Take A Byte &#187; Tips</title>
	<atom:link href="http://www.takeabyte.com.au/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.takeabyte.com.au</link>
	<description>Helping the IT Crowd</description>
	<lastBuildDate>Mon, 07 Feb 2011 09:43:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Deploy Windows 2008 using SCCM 2007 with static IP address</title>
		<link>http://www.takeabyte.com.au/2011/02/deploy-windows-2008-using-sccm-2007-with-static-ip-address/</link>
		<comments>http://www.takeabyte.com.au/2011/02/deploy-windows-2008-using-sccm-2007-with-static-ip-address/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 09:43:52 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[SCCM]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=329</guid>
		<description><![CDATA[System Center Configuration Manager 2007 (SCCM 2007) is a Microsoft management tool that allows you to deploy an operating system to a physical or virtual server in your enterprise. If you&#8217;re currently using SCCM then you will need to know all about it but if you want more information that you can visit the Microsoft&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>System Center Configuration Manager 2007 (SCCM 2007) is a Microsoft management tool that allows you to deploy an operating system to a physical or virtual server in your enterprise.  If you&#8217;re currently using SCCM then you will need to know all about it but if you want more information that you can visit the <a href="http://technet.microsoft.com/en-us/library/bb735860.aspx">Microsoft&#8217;s Configuration Manager site.</a>  The site pretty much covers everything you need to know about SCCM 2007.</p>
<p>Now the problem I discovered with deploying an OS using SCCM 2007, is that there are a few vital steps that must be performed if you do not have DHCP enabled in your environment.  What I found was that I was able to configure a static IP address when you boot using a SCCM created boot media.  This screen is shown below.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2011/02/sccm-2007-winpe-configure-ip.jpg"><img src="http://www.takeabyte.com.au/wp-content/uploads/2011/02/sccm-2007-winpe-configure-ip-450x350.jpg" alt="" title="SCCM 2007 Boot Media Configure IP Address" width="450" height="350" class="alignnone size-medium wp-image-330" /></a></p>
<p>However, once the image is applied and the computer reboots then the network settings are lost and the task sequence does not complete successfully.  After searching through the internet for answers, I found quite a few people with this issue.  Majority of the techs that came across this issue created custom scripts to prompt users or to capture the network settings during the WINPE phase.  Although this was a great idea I wasn&#8217;t totally convinced that this was the only answer so I searched some more.  What I found was that you can set Task Sequence Variables on a computer object residing in a collection in SCCM 2007.  To do this go to the computer object in a collection, right click and select <strong>Properties</strong>.   Then click on the <strong>Variables </strong>tab and shown below.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2011/02/sccm-2007-computer-object-properties.jpg"><img src="http://www.takeabyte.com.au/wp-content/uploads/2011/02/sccm-2007-computer-object-properties-450x367.jpg" alt="" title="SCCM 2007 Computer Object Properties" width="450" height="367" class="alignnone size-medium wp-image-331" /></a></p>
<p>Using the following Task Sequence Variables, you will be able to configure the network settings and these will be applied when using the &#8220;Apply Network Settings&#8221; Task Sequence action in your Task Sequence.</p>
<p>OSDAdapter0MacAddress = MAC Address of the NIC you want to configure<br />
OSDAdapterCount = How many NICS you want to configure (in this case just the 1)<br />
OSDAdapter0EnableDHCP = false (make sure this is false)<br />
OSDAdapter0IPAddressList = IP address<br />
OSDAdapter0Subnetmask = Subnet Mask<br />
OSDAdapter0Gateways = Gateway<br />
OSDAdapter0DNSServerList = DNS Servers (seperate using commas if you have more then 1)</p>
<p>This will only work if you prepopulate the computer object in SCCM.  It will not work when deploying to unknown computers.  In these cases a custom script will have to be used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2011/02/deploy-windows-2008-using-sccm-2007-with-static-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operational DHCP Server on this network segment.</title>
		<link>http://www.takeabyte.com.au/2009/07/wdsclient-an-error-occured-while-obtaining-an-ip-address-from-the-dhcp-server/</link>
		<comments>http://www.takeabyte.com.au/2009/07/wdsclient-an-error-occured-while-obtaining-an-ip-address-from-the-dhcp-server/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 10:33:01 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=320</guid>
		<description><![CDATA[If you get the error following error when you boot into WinPE using Windows Deployment Services (WDS). WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operationgal DHCP Server on this network segment. To resolve this issue you will need to enable spanning-tree [...]]]></description>
			<content:encoded><![CDATA[<p>If you get the error following error when you boot into WinPE using Windows Deployment Services (WDS).  </p>
<p><em><strong>WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operationgal DHCP Server on this network segment.</strong></em></p>
<p>To resolve this issue you will need to enable <strong>spanning-tree portfast</strong> on your switch.  To do so you can run the following commands on your cisco switch.</p>
<p>Switch1(config)#interface &#8220;interface name&#8221;<br />
Switch1(config)#spanning-tree portfast </p>
<p>To enable spanning-tree portfast on all interface use the following command</p>
<p>Switch1(config)#spanning-tree portfast default</p>
<p><strong>Note:  This will enable portfast by default on all interfaces.  You will have to disable portfast explicitly on switched ports eading to hubs, switches and bridges as they may create temporary bridging loops.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/07/wdsclient-an-error-occured-while-obtaining-an-ip-address-from-the-dhcp-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Adding drivers to wim file</title>
		<link>http://www.takeabyte.com.au/2009/07/adding-drivers-to-wim-file/</link>
		<comments>http://www.takeabyte.com.au/2009/07/adding-drivers-to-wim-file/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 10:43:15 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=314</guid>
		<description><![CDATA[If  you&#8217;re trying to set up a boot wim file for Windows Deployment Services or creating a WIN PE boot on a USB key then you may find that you will need to install the corrent NIC drivers for it to work. Here are some steps that you can follow if you need to inject [...]]]></description>
			<content:encoded><![CDATA[<p>If  you&#8217;re trying to set up a boot wim file for Windows Deployment Services or creating a WIN PE boot on a USB key then you may find that you will need to install the corrent NIC drivers for it to work.</p>
<p>Here are some steps that you can follow if you need to inject drivers to your wim file</p>
<p>1.  Install Microsoft Core XML Services (MSXML) 6.0, <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=993c0bcf-3bcf-4009-be21-27e85e1857b1&amp;displaylang=en">download link</a><br />
2.  Install Windows Automated Installation Kit (WAIK), <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=C7D4BC6D-15F3-4284-9123-679830D629F2&amp;displaylang=en">download link</a><br />
3.  Once you have installed Windows Automated Installation Kit, navigate to the C:\Program Files\Windows AIK\Tools\x86 folder, right-click wimfltr.inf and Select Install.<br />
4.  Create a folder D:\VistaMount<br />
5.  Run cmd &#8211; command line<br />
6.  cd C:\Program Files\Windows AIK\Tools\x86<br />
7. Mount wim file with the following command, <em><strong>imagex /mountrw &#8220;source location\wim file&#8221; 2 d:\vistamount</strong></em></p>
<p><strong>Note:  Make sure that you use the 2 in the command to specify the second image of the boot.wim file.  If you don&#8217;t, you may recieve problems with detecting the network drivers when booting into WinPE.  This is a known problem with the new HP DC7900 Desktops.</strong></p>
<p>8.  Download the drivers from the manufacturer and extract them to D:\drivers<br />
9.  Run cmd &#8211; command line<br />
10.   cd C:\Program Files\Windows AIK\Tools\PETools<br />
11.   <em><strong>peimg /inf=&#8221;driver source location\inf file&#8221; d:\vistamount</strong></em><br />
12.  unmount and save changes to wim file with following command, <em><strong>imagex /unmount /commit d:\vistamount</strong></em></p>
<p><strong>Note: Make sure you use the /commit parameter to ensure that changes are saved to the wim file.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/07/adding-drivers-to-wim-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free PDF Converter</title>
		<link>http://www.takeabyte.com.au/2008/11/free-pdf-converter/</link>
		<comments>http://www.takeabyte.com.au/2008/11/free-pdf-converter/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 14:41:16 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=196</guid>
		<description><![CDATA[For those that need to convert their word documents but do not have Acrobat installed, then here is a handy website that allows you to do it without any software being installed. PDF Converter]]></description>
			<content:encoded><![CDATA[<p>For those that need to convert their word documents but do not have Acrobat installed, then here is a handy website that allows you to do it without any software being installed.</p>
<p><a href="http://convertpdftoword.net/">PDF Converter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2008/11/free-pdf-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change IP address and DNS of computer from command prompt</title>
		<link>http://www.takeabyte.com.au/2008/11/how-to-change-ip-address-and-dns-of-computer-from-command-prompt/</link>
		<comments>http://www.takeabyte.com.au/2008/11/how-to-change-ip-address-and-dns-of-computer-from-command-prompt/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 16:13:22 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=188</guid>
		<description><![CDATA[Here is the command for those who want to change the IP address and DNS of a computer via command prompt. Command to change IP netsh int ip set address &#8220;local area connection&#8221; static 192.168.0.101 255.255.255.0 192.168.0.254 1. Command to change DNS netsh int ip set dns &#8220;local area connection&#8221; static 192.168.0.254 primary Both commands [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the command for those who want to change the IP address and DNS of a computer via command prompt.</p>
<p><strong>Command to change IP </strong></p>
<p><em>netsh int ip set address &#8220;local area connection&#8221; static 192.168.0.101 255.255.255.0 192.168.0.254 1. </em></p>
<p><strong>Command to change DNS</strong></p>
<p><em>netsh int ip set dns &#8220;local area connection&#8221; static 192.168.0.254 primary </em></p>
<p>Both commands are assuming that you want to change your IP to 192.168.0.101, your default gateway is 192.168.1.254, your DNS is 192.168.0.254 and the name of the network adapter is &#8216;local area connection.&#8217; You will need to change these values according to your own network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2008/11/how-to-change-ip-address-and-dns-of-computer-from-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

