<?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>Schooltechnician.co.uk</title>
	<atom:link href="http://www.schooltechnician.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schooltechnician.co.uk</link>
	<description></description>
	<lastBuildDate>Wed, 06 Feb 2013 21:18:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Organising Active Directory for Users and Computers</title>
		<link>http://www.schooltechnician.co.uk/organising-active-directory-for-users-and-computers/</link>
		<comments>http://www.schooltechnician.co.uk/organising-active-directory-for-users-and-computers/#comments</comments>
		<pubDate>Thu, 15 May 2008 19:45:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[2003DEP]]></category>
		<category><![CDATA[Organising Active Directory]]></category>

		<guid isPermaLink="false">http://localhost/wp_schoolte/?p=82</guid>
		<description><![CDATA[Active Directory is a very powerful and flexible and allows you to organise your network into manageable areas called Organisation Units.&#160; In this tutorial, we are going to create a basic structure that will allow us to manage both users and computers in a single branch. Open Active Directory Users and Computers, by following the <a href='http://www.schooltechnician.co.uk/organising-active-directory-for-users-and-computers/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>
Active Directory is a very powerful and flexible and allows you to organise your network into manageable areas called Organisation Units.&nbsp; In this tutorial, we are going to create a basic structure that will allow us to manage both users and computers in a single branch.
</p>
<p><span id="more-82"></span>
<p>
Open Active Directory Users and Computers, by following the links in the Administrative Tools Start menu in Windows Server 2003.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/ad_unconfig01.png" align="kb/server/ad_createou02.png" title="kb/server/ad_managedstruc03.png" alt="kb/server/ad_managedstruc03.png"/>
</p>
<p>
The above picture shows an unconfigured Active Directory structure.&nbsp; Before we go to far into creating our own structure, it is important to understand why Microsoft has created a default structure.&nbsp; In the old days before Active Directory, NT4 used to make a distinction between groups and users and that was it.&nbsp;&nbsp;Active Directory changed the landscape by showing Users and Groups in the same place.&nbsp; Allowing an administrator to keep users and specific security groups together.
</p>
<p>
The Default Active Directory structure has the following containers;
</p>
<ul>
<li><strong>Built-in</strong>:&nbsp; Contains Domain-Local security groups, such as Administrators, Users and Guests.</li>
<li><strong>Computers</strong>:&nbsp; The Default location where computer accounts are created when a machine joins the domain.</li>
<li><strong>Domain Controllers</strong>:&nbsp; The Default location for servers that are network Domain Controllers.</li>
<li><strong>ForeignSecurityPrinciples</strong>:&nbsp; A container used for storing Domain Trust account details.</li>
<li><strong>Users</strong>:&nbsp; Contains the Administrator account as well as Global Security Groups.</li>
</ul>
<p>
Whilst this structure is ok, it has one flaw.&nbsp; The containers don&#39;t allow Group Policy Objects to be applied to them.&nbsp; If you wanted Group Policy, it would have to be applied to the entire domain, restricting what you could do.
</p>
<p>
A simple extension to the Active Directory gives us a lot more configuration choices and a better way to manage school users.
</p>
<h1>Create a Managed Organisation Unit (OU)</h1>
<p>
Right click on the Domain level branch of the Active Directory structure.&nbsp; On my domain, I have right clicked on schooltech.local.&nbsp; Choose New &gt; Organisation Unit.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/ad_createou02.png" align="kb/server/ad_managedstruc03.png" title="" alt=""/>
</p>
<p>
Enter the name of your OU,&nbsp;I have called my <strong>Managed</strong>, as I am going to use this to manage the entire structure of my network.&nbsp; Click OK and you will see the new OU inside of Active Directory Users and Computers.
</p>
<h2>Computers Area</h2>
<ul>
<li>Right click on the <strong>Managed</strong> OU.&nbsp; Create a New OU called <strong>Computers</strong>.</li>
</ul>
<p>
We now have a structure that contains an area for our&nbsp;school computers.&nbsp; We can now begin adding further detail, added more layers as appropriate.
</p>
<p>
For Example;
</p>
<ul>
<li><strong>Managed </strong>&gt; <strong>Computers</strong> &gt;<strong> Admin</strong></li>
<li><strong>Managed</strong> &gt; <strong>Computers</strong> &gt;<strong> Admin </strong>&gt; <strong>Finance</strong></li>
<li><strong>Managed</strong> &gt; <strong>Computers</strong> &gt;<strong> Admin</strong> &gt; <strong>Reception</strong></li>
<li><strong>Managed</strong> &gt; <strong>Computers </strong>&gt; <strong>Library</strong></li>
<li><strong>Managed </strong>&gt; <strong>Computers </strong>&gt; <strong>Room M29</strong></li>
<li><strong>Managed </strong>&gt; <strong>Computers</strong> &gt; <strong>Science Lab 1</strong></li>
</ul>
<p>
You can think of the Computers Organisational Unit as the various locations in your school.&nbsp; You can make them as complex or as simplistic as you need.
</p>
<p>
What are the Advantages of <strong>Managed </strong>&gt;<strong> Computers?</strong>
</p>
<p>
There are several advantages of using this approach.&nbsp; You can use the locations to keep track of computers.&nbsp; Active Directory Group Policy will also come into its own, allowing you to assign software to the whole site, or individual rooms.&nbsp; You can also assign printers to areas or rooms using Group Policy.
</p>
<p>
Hopefully you can see how this approach will apply to your individual school needs, although you might not fully appriciate putting in all this work until you learn a little more about Group Policy.
</p>
<h2>Users Area</h2>
<p>
The same approach can be applied to network users in the school.&nbsp; You can separate Administration staff, teachers, network support and students from each other.
</p>
<p>
Right click on the <strong>Managed</strong> OU.&nbsp; Create a New OU called <strong>Users</strong>.
</p>
<p>
We now have a structure that contains an area for our&nbsp;school computers.&nbsp; We can now begin adding further detail, added more layers as appropriate.
</p>
<p>
For Example;
</p>
<ul>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Students</strong></li>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Students</strong> &gt; <strong>Year 7</strong></li>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Students</strong> &gt; <strong>Year 7</strong> &gt; <strong>7KMB</strong></li>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Students</strong> &gt; <strong>Year 7</strong> &gt; <strong>7PMD</strong></li>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Students</strong> &gt; <strong>Year 7</strong> &gt; <strong>7TMW</strong></li>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Students</strong> &gt; <strong>Year 8</strong></li>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Staff</strong></li>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Staff</strong> &gt; <strong>School Admin</strong></li>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Staff</strong> &gt; <strong>Teachers</strong></li>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Staff</strong> &gt; <strong>Teaching Assistants</strong></li>
<li><strong>Managed</strong> &gt; <strong>Users</strong> &gt; <strong>Technicians</strong></li>
</ul>
<p>
<span style="color: #000000">In the example above, I have deliberately used areas such as &quot;Year 7&quot; so that you can see the context of how this structure could be used.&nbsp; However you will find it much easier to use the Intake Years, that way you won&#39;t need to spend hours moving files and changing groups of users around.</span>
</p>
<p>
<span style="color: #000000">For example in the current year 2008.&nbsp; The intake started in September 2007, so all students who started between Sept 2007 and June 2008 will permanatly live in the 2007 OU.&nbsp; I used to keep a helpful note which I kept updated each year, that would map Year 7 to 2007, Year 8 to 2006 etc.</span>
</p>
<p>
<span style="color: #000000">I have implemented an example structure in my Active Directory forest which best matches my needs.&nbsp; I have also designed the structure so that it closely matches the folder structure that I have created on the server hard drive.</span>
</p>
<p>
<span style="color: #000000"><img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/ad_managedstruc03.png" align="" title="" alt=""/></span>
</p>
<p>
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schooltechnician.co.uk/organising-active-directory-for-users-and-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desiging and Implementing a Folder Structure</title>
		<link>http://www.schooltechnician.co.uk/desiging-and-implementing-a-folder-structure/</link>
		<comments>http://www.schooltechnician.co.uk/desiging-and-implementing-a-folder-structure/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 16:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[2003DEP]]></category>
		<category><![CDATA[Desiging and Implementing a Folder Structure]]></category>

		<guid isPermaLink="false">http://localhost/wp_schoolte/?p=81</guid>
		<description><![CDATA[When planning for your Server enabled environment, it is important to think about how the server resources will be managed.&#160; Where are the user home folders going to live, how will these be accessed and will you require any type of public or resource folders. It is impossible for me to dictate the structure that <a href='http://www.schooltechnician.co.uk/desiging-and-implementing-a-folder-structure/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: 12pt; color: #000000; font-family: Calibri"></p>
<p>
When planning for your Server enabled environment, it is important to think about how the server resources will be managed.&nbsp; Where are the user home folders going to live, how will these be accessed and will you require any type of public or resource folders.
</p>
<p></span><br />
<br /><span id="more-81"></span>
<p>
It is impossible for me to dictate the structure that you will use for your networked resources, as it depends upon the number of servers, partitions and the allocation of space.&nbsp; Disk quota management also needs to be considered, as Disk Quota needs to be enabled on a volume, which could mean that when a user saves to a handing in point, the user will effectively be charged twice for saving the work &#8211; particularly if you the folder permissions are wrong.
</p>
<p>
There are no hard and fast rules for defining your folder structure, but you might find my example useful in your design.
</p>
<p>
For my server system I have already created 2 partitions, E: for my User Home directories and G: for my shared applications space, remote installation space and Software deployment.&nbsp; Using this arrangement would allow me to use Disk Quotas at any time during the server life time.&nbsp; It should also make setting up duplicate/additional servers slightly easier, as the disk space allocation would be similar.
</p>
<p>
This configuration will also slot neatly with my Group Policy for redirecting user desktops and profile spaces &#8211; covered in another article.
</p>
<p>
If you have been following my Series for building a School Network Server, create new folders on your partitions, as follows;
</p>
<h1>C: Partition</h1>
<p>
No network based files are stored or shared from this drive.
</p>
<h1>E: Partition</h1>
<p>
This partition is used to store the user&#39;s home folders.&nbsp;
</p>
<ul class="unIndentedList">
<li>E:Users</li>
<li>E:UsersStaff</li>
<li>E:UsersStudents</li>
<li>E:UsersTechnicians</li>
</ul>
<h1>G: Partition</h1>
<p>
This partition is used for storing the Public and Managed areas as well as Remote Installation deployment files, Single Instance Storage and software packages that can be deployed using MSI technology.&nbsp; The Remote Installation and Single Instance storage folders are created and shared automatically when RIS is installed.
</p>
<ul class="unIndentedList">
<li>G:Applications</li>
<li>G:i386</li>
<li>G:Resources </li>
<li>G:ResourcesPublic</li>
<li>G:ResourcesStaff</li>
<li>G:ResourcesShortcut Bank</li>
<li>G:ResourcesStart MenusStaffDesktop</li>
<li>G:ResourcesStart MenusStaffStart Menu</li>
<li>G:ResourcesStart MenusStudentsDesktop</li>
<li>G:ResourcesStart MenusStudentsStart Menu</li>
<li>G:ResourcesStart MenusTechniciansDesktop</li>
<li>G:ResourcesStart MenusTechniciansStart Menu</li>
</ul>
<h1>Sharing and Folder Security</h1>
<p>
It is essential that the following folder security is placed on the newly created folders.&nbsp; This will prevent students from accidentally accessing other students&#39; areas or staff areas.
</p>
<p>
In order for the network to function correctly, the folders that where created in the previous section must now also be shared.
</p>
<ol>
<li>Open My Computer.</li>
<li>Browse to the drive that contains the folders to share.</li>
<li>Right Click on the folder and choose Sharing and Security.</li>
<li>Choose the Share this folder radio button.</li>
<li>Enter the name to share the folder as.</li>
<li>Click the Permissions button.</li>
<li>Add/Adjust the permissions of the share according to the table below.</li>
<li>Click the Caching button. (Not for any of the User folders)</li>
<ol>
<ul>
<li>Change the caching options to &quot;Files and programs from this share will not be available offline&quot;</li>
</ul>
</ol>
<li>Click Apply.</li>
<li>Click Close.</li>
</ol>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr style="background-color: #000000">
<td width="148" valign="top">
<p>
				<span style="color: #ffffff"><strong>Folder</strong></span>
				</p>
</td>
<td width="125" valign="top">
<p>
				<span style="color: #ffffff"><strong>Share Name</strong></span>
				</p>
</td>
<td width="175" valign="top">
<p>
				<span style="color: #ffffff"><strong>User Group</strong></span>
				</p>
</td>
<td width="168" valign="top">
<p>
				<span style="color: #ffffff"><strong>Permission</strong></span>
				</p>
</td>
</tr>
<tr>
<td width="148" valign="top">
<p>
				G:Resources&nbsp;
				</p>
</td>
<td width="125" valign="top">
<p>
				resources$
				</p>
</td>
<td width="175" valign="top">
<p>
				Domain Admins<br />
				System<br />
				Everyone
				</p>
</td>
<td width="168" valign="top">
<p>
				Full Control<br />
				Full Control<br />
				Read Only
				</p>
</td>
</tr>
<tr>
<td width="148" valign="top">
<p>
				G:ResourcesPublic
				</p>
</td>
<td width="125" valign="top">
<p>
				public
				</p>
</td>
<td width="175" valign="top">
<p>
				Everyone
				</p>
</td>
<td width="168" valign="top">
<p>
				Full Control
				</p>
</td>
</tr>
<tr>
<td width="148" valign="top">
<p>
				G:ResourcesStaffRoom
				</p>
</td>
<td width="125" valign="top">
<p>
				staffroom
				</p>
</td>
<td width="175" valign="top">
<p>
				Domain Admins<br />
				Staff
				</p>
</td>
<td width="168" valign="top">
<p>
				Full Control<br />
				Full Control
				</p>
</td>
</tr>
<tr>
<td width="148" valign="top">
<p>
				G:Applications
				</p>
</td>
<td width="125" valign="top">
<p>
				apps$
				</p>
</td>
<td width="175" valign="top">
<p>
				Domain Admins<br />
				Everyone
				</p>
</td>
<td width="168" valign="top">
<p>
				Full Control<br />
				Read Only
				</p>
</td>
</tr>
<tr>
<td width="148" valign="top">
<p>
				E:Users
				</p>
</td>
<td width="125" valign="top">
<p>
				users$
				</p>
</td>
<td width="175" valign="top">
<p>
				Domain Admins<br />
				Staff
				</p>
</td>
<td width="168" valign="top">
<p>
				Full Control<br />
				Full Control
				</p>
</td>
</tr>
<tr>
<td width="148" valign="top">
<p>
				E:UsersStaff
				</p>
</td>
<td width="125" valign="top">
<p>
				staff$
				</p>
</td>
<td width="175" valign="top">
<p>
				Domain Admins<br />
				Staff
				</p>
</td>
<td width="168" valign="top">
<p>
				Full Control<br />
				Full Control
				</p>
</td>
</tr>
<tr>
<td width="148" valign="top">
<p>
				E:UsersStudents
				</p>
</td>
<td width="125" valign="top">
<p>
				students$
				</p>
</td>
<td width="175" valign="top">
<p>
				Domain Admins<br />
				Students
				</p>
</td>
<td width="168" valign="top">
<p>
				Full Control<br />
				Full Control
				</p>
</td>
</tr>
<tr>
<td width="148" valign="top">
<p>
				E:UsersTechnicians
				</p>
</td>
<td width="125" valign="top">
<p>
				technicians$
				</p>
</td>
<td width="175" valign="top">
<p>
				Domain Admins<br />
				Technicians
				</p>
</td>
<td width="168" valign="top">
<p>
				Full Control
				</p>
</td>
</tr>
</tbody>
</table>
<p>
	When sharing a folder, you may be wondering the significance of the $ behind the names of the shares.&nbsp; Using the $ symbol will tell the networking side of Windows to hide these shared folders from view.&nbsp; This means that you will need to specifically access those folders by name, it is not possible to browse for hidden folders.
	</p>
<h1>Accessing and testing the shared folders</h1>
<p>
	All shared folders can be accessed by using its UNC reference path.&nbsp; This is a bit like a URL path that is used for internet addresses.&nbsp; UNC paths start with 2 backslash characters; a single backslash is used as a separator to separate folder names.
	</p>
<p>
	To access the Public folder type, <strong>server01public</strong> into the address bar of Windows Explorer.&nbsp; When you press the Enter/Return key, Windows Explorer should then display the contents of the public folder.&nbsp; To access one of the hidden shared folders. Use exactly the same syntax, ensuring that you enter the $ symbol at the end of the line before pressing the Enter/Return key.
	</p>
<p>
	<em>NOTE: we have not changed the default NTFS file based permissions of our newly created folders.&nbsp; Changing NTFS permissions will be covered in another article.</em>
	</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schooltechnician.co.uk/desiging-and-implementing-a-folder-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Partitions for Shared Areas and User Home folders</title>
		<link>http://www.schooltechnician.co.uk/creating-partitions-for-shared-areas-and-user-home-folders/</link>
		<comments>http://www.schooltechnician.co.uk/creating-partitions-for-shared-areas-and-user-home-folders/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 10:56:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[2003DEP]]></category>
		<category><![CDATA[Creating Partitions for Shared Areas and User Home folders]]></category>
		<category><![CDATA[Disk Management]]></category>

		<guid isPermaLink="false">http://localhost/wp_schoolte/?p=80</guid>
		<description><![CDATA[If you want to make use of Disk Quotas and Remote Installation Deployment tools, you will need to have separate partitions/drives to store the areas on.&#160; It is generally good practice to have at least 2 or more partitions on your Windows Server 2003 machine. Using partitions allows for the logical grouping of files and <a href='http://www.schooltechnician.co.uk/creating-partitions-for-shared-areas-and-user-home-folders/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>
If you want to make use of Disk Quotas and Remote Installation Deployment tools, you will need to have separate partitions/drives to store the areas on.&nbsp; It is generally good practice to have at least 2 or more partitions on your Windows Server 2003 machine.
</p>
<p><span id="more-80"></span>
<p>
Using partitions allows for the logical grouping of files and resources, this should also make disaster recovery simpler to implement.&nbsp; By keeping Operating System files separate from the data side of things, you could take a backup of your Operating System partition on DVD for quick recovery by using something like Ghost to make the DVD.&nbsp; Restoring System state can then be done from the last tape or online backup.&nbsp; Taking the approach could reduce the downtime of the server.
</p>
<p>
If you have followed the guide for installing a new 2003 server, then you will already have left sufficient space on your hard drives to allow for the creation of new partitions.&nbsp; Once partitions have been assigned, they can&rsquo;t be changed easily without the use of specialise software, or wiping them out and starting again.
</p>
<p>
In this article I will be creating 2 new partitions, E: for my User Home directories and G: for my shared applications space, remote installation space and Software deployment.
</p>
<p>
To access the Disk Management utility in Windows Server 2003; follow the menu route <strong>Start</strong> &gt; <strong>Administrative Tools</strong> &gt; <strong>Computer Management</strong>.&nbsp; This will load up the Computer Management console.&nbsp;
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/newpartition001.png" align="kb/server/newpartition002.png" title="kb/server/newpartition003.png" alt="kb/server/newpartition003.png"/>
</p>
<p>
Under the storage branch, choose Disk management.&nbsp; A visual representation of the available disk drives along with allocated and free space is displayed.
</p>
<p>
In the example above, 20 GB has been allocated to the C: drive.&nbsp; This is the Operating System drive which is used to store Windows Server 2003 and other Server/service applications.
</p>
<h1>Create a New Partition</h1>
<p>
Using the Disk Management utility, right click in the Unallocated disk space, then choose New Partition.&nbsp; A wizard will be started, click Next at the Welcome page.
</p>
<p>
&nbsp;<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/newpartition002.png" align="kb/server/newpartition003.png" title="kb/server/newpartition004.png" alt="kb/server/newpartition004.png"/>
</p>
<p>
Choose the type of partition that you would like to use.&nbsp; In most cases a Primary partition will be sufficient; however it is not possible to have any more than 4 partitions on a normally formatted hard drive.
</p>
<p>
&nbsp;<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/newpartition003.png" align="kb/server/newpartition004.png" title="kb/server/newpartition005.png" alt="kb/server/newpartition005.png"/>
</p>
<p>
On the next page, choose how much space you want to allocate to the new partition.&nbsp; If you have no other uses for the remaining space on the disk, then allow the Wizard to use all of the available space.&nbsp; In this example I am going to allocate 20GB (1024 x 20 = 20480Mb).
</p>
<p>
&nbsp;<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/newpartition004.png" align="kb/server/newpartition005.png" title="kb/server/newpartition006.png" alt="kb/server/newpartition006.png"/>
</p>
<p>
Choose a drive letter to assign to the new partition.&nbsp; I have already planned on using the letter E: for this new drive, but you could choose something that makes the most sense to you.&nbsp; For example U: for the Network Users Space.
</p>
<p>
&nbsp;<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/newpartition005.png" align="kb/server/newpartition006.png" title="kb/server/newpartition007.png" alt="kb/server/newpartition007.png"/>
</p>
<p>
Choose the formatting options for the new partition, and then click next.
</p>
<p>
&nbsp;<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/newpartition006.png" align="kb/server/newpartition007.png" title="" alt=""/>
</p>
<p>
At the end of the Wizard, confirm your choices by clicking the Finish button.&nbsp; The Wizard will now create and format the new partition.&nbsp; Depending on the speed of the disk drive during the formatting, the new disk will be available to use when complete.
</p>
<p>
Create any additional partitions, by repeating the same process as you have just read.&nbsp; For my system I have used the remaining space to create Partition G:
</p>
<p>
&nbsp;<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/newpartition007.png" align="" title="" alt=""/>
</p>
<p>
Once the formatting has been completed, the drives will appear in Disk Management and will be available to use.
</p>
<p>
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schooltechnician.co.uk/creating-partitions-for-shared-areas-and-user-home-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding DHCP to your Windows Server 2003</title>
		<link>http://www.schooltechnician.co.uk/adding-dhcp-to-your-windows-server-2003/</link>
		<comments>http://www.schooltechnician.co.uk/adding-dhcp-to-your-windows-server-2003/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 18:30:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[2003DEP]]></category>
		<category><![CDATA[Adding DHCP to your Windows Server 2003]]></category>

		<guid isPermaLink="false">http://localhost/wp_schoolte/?p=79</guid>
		<description><![CDATA[DHCP is a service that is responsible for assigning IP addresses to computers on your network.&#160; Using DHCP takes the hassle out of managing your network IP addresses.&#160; DHCP is an essential part of using the PXE boot feature of your computers network card. Resources Required: A Windows 2003 Server (see Installing a Windows Server <a href='http://www.schooltechnician.co.uk/adding-dhcp-to-your-windows-server-2003/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>
DHCP is a service that is responsible for assigning IP addresses to computers on your network.&nbsp; Using DHCP takes the hassle out of managing your network IP addresses.&nbsp; DHCP is an essential part of using the PXE boot feature of your computers network card.
</p>
<p><span id="more-79"></span><br />
<h1>Resources Required:</h1>
<ul>
<li>A Windows 2003 Server (see <a href="knowledge_base/windows_server/installing_a_new_windows_server_2003_domain.html?phpMyAdmin=jQE2ZSL-0c6e0gzJE2dnXAQk5Pe">Installing a Windows Server 2003 Domain</a>)</li>
<li>Windows Server 2003 Installation CD</li>
</ul>
<p>
DHCP = Dynamic Host Configuration Protocol, and can be used for much more than simply assigning and managing your network IP addresses.&nbsp; It can be used for providing network information to your workstations, such as Domain Name Servers, Domain Name, Time Servers, Logon Servers and much more.
</p>
<p>
Ranges of IP addresses are defined as a Scope.&nbsp; DHCP servers can have Global options that apply to every IP address managed by the DHCP server, or can be applied to the individual Scope.&nbsp; Configuration that is applied to the individual scope overrides the information provided by the Server.
</p>
<h1>Installing DHCP on your Windows Server 2003</h1>
<p>
Log onto the Server as an Administrator User.&nbsp; Then start the Add and Remove Programs Control panel applet.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image001.png" align="kb/server/dhcp_image002.png" title="kb/server/dhcp_image003n.png" alt="kb/server/dhcp_image003n.png"/>
</p>
<p>
Choose the option on the left hand side, called Add/Remove Windows Components.&nbsp; After a short delay, a new dialog box will be displayed.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image002.png" align="kb/server/dhcp_image003n.png" title="kb/server/dhcp_image004.png" alt="kb/server/dhcp_image004.png"/>
</p>
<p>
Browse down and find the Networking Services option.&nbsp; Select it, then click the Details button.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image003n.png" align="kb/server/dhcp_image004.png" title="kb/server/dhcp_image005.png" alt="kb/server/dhcp_image005.png"/>
</p>
<p>
Place a Tick in against Dynamic Host Configuration Protocol (DHCP), and then click OK.&nbsp; Click Next to begin the installation.&nbsp; At the end of the installation, press Finish to continue.
</p>
<p>
NOTE: Windows may require the Server Installation CD-ROM to complete the installation of the DHCP Service.<br />
Close the Add and Remove Control Panel.
</p>
<h1>Configuring DHCP</h1>
<p>
You are now going to use the DHCP administration Applet to configure and enable DHCP for your network Server.&nbsp; Click Start &gt; Administrative Tools, then Choose DHCP.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image004.png" align="kb/server/dhcp_image005.png" title="kb/server/dhcp_image006.png" alt="kb/server/dhcp_image006.png"/>
</p>
<p>
You are now going to add a new DHCP Scope, by Right Clicking on the named server, then choosing New Scope.&nbsp; A wizard will begin.&nbsp; Click Next at the welcome page.
</p>
<p>
Type a name and description for the new Scope.&nbsp; This name could be for a VLAN or just simply the name of the school.&nbsp; Then click Next.
</p>
<p>
At the next page, enter the IP address information.&nbsp; The Addresses that you enter should not include the server IP address or the Gateway/Router IP Address.&nbsp; Doing so will cause unexpected problems at a later date.&nbsp; The Start and End Addresses should be on the same subnet as your Domain Controller/File Server.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image005.png" align="kb/server/dhcp_image006.png" title="kb/server/dhcp_image007.png" alt="kb/server/dhcp_image007.png"/>
</p>
<p>
Once you have entered your required IP information, click Next to continue.
</p>
<p>
At this point you can now add any exclusions.&nbsp; For example you have an RM SmartCache or Espresso box on your network that is difficult to reconfigure.&nbsp; Using the exclusions you can ensure that the IP addresses of those machines are never handed out to other machines.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image006.png" align="kb/server/dhcp_image007.png" title="kb/server/dhcp_image008.png" alt="kb/server/dhcp_image008.png"/>
</p>
<p>
Each IP address that is handed out by the DHCP server will have a lease.&nbsp; Choose an appropriate time for the lease to be valid.&nbsp; When a lease expires, the IP address will be available for other computers.&nbsp; Although the original computer will normally request the same IP address that it had before.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image007.png" align="kb/server/dhcp_image008.png" title="kb/server/dhcp_image009.png" alt="kb/server/dhcp_image009.png"/>
</p>
<p>
If you know the remaining configuration details for the scope, choose Yes and enter these details on the preceding pages.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image008.png" align="kb/server/dhcp_image009.png" title="kb/server/dhcp_image010.png" alt="kb/server/dhcp_image010.png"/>
</p>
<p>
Enter a Router/Gateway address, and then click Next.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image009.png" align="kb/server/dhcp_image010.png" title="kb/server/dhcp_image011.png" alt="kb/server/dhcp_image011.png"/>
</p>
<p>
Enter details about the internet domain name (the schools Active Directory name) and the local DNS Servers.&nbsp; The local DNS Server will usually be the Active Directory Domain Controller.&nbsp; Click Next.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image010.png" align="kb/server/dhcp_image011.png" title="kb/server/dhcp_image012.png" alt="kb/server/dhcp_image012.png"/>
</p>
<p>
Enter a WINS Server if you have set this up.&nbsp; WINS is an older Windows version of DNS.&nbsp; This is no longer required for operating a Windows Network.&nbsp; You can leave this empty.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image011.png" align="kb/server/dhcp_image012.png" title="" alt=""/>
</p>
<p>
Finally choose to Activate the Scope at the end of the Wizard.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/dhcp_image012.png" align="" title="" alt=""/>
</p>
<p>
Once the scope has been created you will, need to authorise the DHCP Server so that it can start to assign network IP addresses to your workstations.&nbsp; This process can take a few minutes to complete.
</p>
<p>
<em><strong>NOTE: There most only be one DHCP server on your network.&nbsp; Multiple DHCP servers will result in conflicts occurring that could prevent machines connecting to the right server to logon.</strong></em>
</p>
<p>
Your DHCP server is now active and will be assigning IP addresses to new workstations.
</p>
<p>
You can see which IP addresses have been allocated by using the DHCP applet and browsing to the Address Leases branch of the relevant scope.&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schooltechnician.co.uk/adding-dhcp-to-your-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing a new Windows Server 2003 Domain</title>
		<link>http://www.schooltechnician.co.uk/installing-a-new-windows-server-2003-domain/</link>
		<comments>http://www.schooltechnician.co.uk/installing-a-new-windows-server-2003-domain/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 17:44:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[2003DEP]]></category>
		<category><![CDATA[Installing a new Windows Server 2003 Domain]]></category>

		<guid isPermaLink="false">http://localhost/wp_schoolte/?p=78</guid>
		<description><![CDATA[Getting a company to setup and install your network will always be easier than planning and deploying your own network solution, but if you have the time and are willing to learn then you can save your school some money.&#160; This guide will attempt to help you to setup a Windows Server 2003 Domain for <a href='http://www.schooltechnician.co.uk/installing-a-new-windows-server-2003-domain/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>
Getting a company to setup and install your network will always be easier than planning and deploying your own network solution, but if you have the time and are willing to learn then you can save your school some money.&nbsp; This guide will attempt to help you to setup a Windows Server 2003 Domain for your school network.
</p>
<p><span id="more-78"></span>
<p>
Before we start on the installation, there are some things that we need to do first.&nbsp; It is the all important planning stage which will help considerably with the installation of the new server.
</p>
<p>
<strong>Hardware Required:</strong>
</p>
<ul>
<li>Server Class hardware such as Dell Power-Edge servers or HP Servers (although you could use a standard desktop computer with a big hard drive &ndash; not recommended)</li>
<li>Network Switch and Cat5 Network Cables</li>
<li>Internet Connection</li>
</ul>
<p>
<strong>Software Required:</strong>
</p>
<ul>
<li>Windows Server 2003 R2 Standard Edition</li>
<li>Drivers for Server Hardware (Network, Video, SCSI, Raid and Chipset)</li>
<li>Client Access License for workstations</li>
</ul>
<p>
<strong>Other Information:</strong>
</p>
<ul>
<li>Layout of how files will be stored on the Server hard disk</li>
<li>Network IP Address information (Gateway, Subnet, IP for new server)</li>
<li>New Domain Name (i.e. schooltech.local)</li>
<li>Short NetBIOS Domain Name (i.e. SCHOOLTECH)</li>
<li>Password for your Administrator Account</li>
</ul>
<p>
Whilst the above list is not comprehensive, it gives us a fairly good platform to enable us to build our new server.&nbsp; One of the mistakes that many schools often make is to use the Internet Domain name that is used for the schools website and email.&nbsp; Whilst it is not a generally a problem to use the schools Internet Domain name, it is often easier to have a shortened name for your internal network.&nbsp; For example if your school internet domain name was southpark-community.authority.sch.uk, then you could use southpark.local for your internal network name.&nbsp; You can always add the full domain name to the Active Directory for use with Exchange Mail servers at a later date.
</p>
<p>
The short NetBIOS name although very much a legacy from the old Windows NT domain days, is still required.&nbsp; There is a restriction of the number of letters that can be used.&nbsp; Where possible try to match the NetBIOS name with the internal domain name.&nbsp; So in the example I have used earlier, you could choose SOUTHPARK as the NetBIOS name.
</p>
<p>
Another common mistake that people make when installing a new Server is to use the entire disk as one big drive.&nbsp; If you have only one partition on your server, then you will find it a lot harder to implement Disk Quotas.&nbsp; Also securing files will also be harder.&nbsp; You will also not be able to take advantage of Workstation Deployment technologies for building workstations.&nbsp;&nbsp; I would recommend that a minimum of 3 partitions are used on the Server.
</p>
<p>
If you don&rsquo;t have any other type of Network in the school, it would make a whole lot of sense to work out what you are going to do with your IP addresses.&nbsp; More small schools will usually have an IP subnet that allows for 253 possible computers on the network.&nbsp; You could divide the network up into chunks to help make the management of IP addresses simplier to manage at a later date.&nbsp; For example;
</p>
<ul>
<li>192.168.0.1 to 192.168.0.10 &ndash; Servers</li>
<li>192.168.0.11 to 192.168.0.29 &ndash; Network Printers</li>
<li>192.168.0.30 to 192.168.0.49 &ndash; Machines that need Manual IP Addresses</li>
<li>192.168.0.50 to 192.168.0.200 &ndash; Normal Network Workstations (DHCP &ndash; covered later)</li>
<li>192.168.0.201 to 192.168.0.253 &ndash; Reserved for future use</li>
<li>192.168.0.254 &ndash; Internet Gateway/Router</li>
</ul>
<h1>Practice Run </h1>
<p>
Before you start building your new network using real hardware, I would recommend that you first practice building your new network in a test environment.&nbsp; You can use the Microsoft Virtual PC 2007 to emulate a Server.&nbsp; You can install the Server environment as many times as you like, so that you build up your confidence.
</p>
<p>
You can download the Microsoft Virtual PC for Free from the <a href="http://www.microsoft.com/downloads">www.microsoft.com/downloads</a> centre.
</p>
<h1>Off We Go</h1>
<p>
For the purposes of this Guide, I will be using Virtual PC software and ISO CD images for setting up my Windows Server 2003 Network environment.
</p>
<p>
I have used my <a href="files/windows_server/server_2003_information_collection.pdf.html?phpMyAdmin=jQE2ZSL-0c6e0gzJE2dnXAQk5Pe" target="_blank">Network Planning sheet</a> to record all of the information that I am going to use for setting up my new Server.&nbsp; This form is located in the File section of this site.
</p>
<p>
Set your Server to boot from the CD-ROM drive, this will start the Windows Server 2003 installation routine.&nbsp; In most cases Windows Server 2003 is able to detect quite a bit of the hardware that might be in your computer.&nbsp; However if your Server has specialist RAID or other hardware, you might need to use the Press F6 to add additional hardware when prompted on the blue setup screens.&nbsp; You will need to have drivers available on Floppy disk if this is the case.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image001.png" align="kb/server/image003.png" title="kb/server/image005.png" alt="kb/server/image005.png"/>
</p>
<p>
When the above screen is displayed, press ENTER to continue the setup of Windows Server 2003.&nbsp; The next screen will display the license agreement; you can press F8 if you agree to the license.
</p>
<p>
If the computer has not been used before, the setup will prompt which hard disk to install Windows Server 2003 on.&nbsp; If there are no hard disks found, then you will require a driver for your hardware.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image003.png" align="kb/server/image005.png" title="kb/server/image007.png" alt="kb/server/image007.png"/>
</p>
<p>
At this stage, do not allow the setup to use up all of the disk space.&nbsp; Instead use the C option to create a new partition that is somewhere between 20 and 30Gb in size.&nbsp; This will be plenty of space for the installation of the server.&nbsp; If you have a large RAID array, then 20-30% of the available space might be more suitable to use.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image005.png" align="kb/server/image007.png" title="kb/server/image009.png" alt="kb/server/image009.png"/>
</p>
<p>
For this demonstration system I am going to use 20GB for my first partition (C:).&nbsp; Press Enter to set up Windows on the new partition.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image007.png" align="kb/server/image009.png" title="kb/server/image011.png" alt="kb/server/image011.png"/>
</p>
<p>
As the partition is new, it will require formatting.&nbsp; It is generally a good idea to format the partition using NTFS.&nbsp; Avoid using the Quick partition, as this will only create headers on the disk and not check the surface condition of the disk &ndash; which could result in data loss.
</p>
<p>
For speed, I have used the Quick format.&nbsp; When you press Enter, Set up will format the drive and then begin the next phase of the installation.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image009.png" align="kb/server/image011.png" title="kb/server/image013.png" alt="kb/server/image013.png"/>
</p>
<p>
Some setup files are copied to the Server hard drive, once the copying is complete the server will reboot automatically.&nbsp; Leave the CD-ROM in the drive, Windows will need that later on.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image011.png" align="kb/server/image013.png" title="kb/server/image015.png" alt="kb/server/image015.png"/>
</p>
<p>
Windows will begin the next phase of the installation; this will have a graphical front end, similar to Windows XP setup.
</p>
<p>
When ready, the Windows Server 2003 setup will prompt for information to continue the setup.&nbsp; You will need to setup your Regional Location and Keyboard layouts.&nbsp; The default will be a US layout,&nbsp; I don&rsquo;t know why it should be any different from a UK layout, after all the S and Z keys are in the same place on a qwerty keyboard, and not swapped around because of American spellings.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image013.png" align="kb/server/image015.png" title="kb/server/image017.png" alt="kb/server/image017.png"/>
</p>
<p>
There are 4 locations where you need to set United Kingdom, or to your own country.&nbsp; I would also make sure that you remove the United States where ever you see it.&nbsp; Sometimes you will need to click apply before you can remove the entry.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image015.png" align="kb/server/image017.png" title="kb/server/image019.png" alt="kb/server/image019.png"/>
</p>
<p>
Enter your Windows Server 2003 product key.&nbsp; Without a product key you will be unable to install Server 2003.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image017.png" align="kb/server/image019.png" title="kb/server/image021.png" alt="kb/server/image021.png"/>
</p>
<p>
Select the licensing model that you wish to use.&nbsp; Most schools will use the Per Device/Per User model, as each computer that connects to the server will have many users.&nbsp; Read the various documents on the Microsoft Website about licensing before you commit to your choice of licensing.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image019.png" align="kb/server/image021.png" title="kb/server/image023.png" alt="kb/server/image023.png"/>
</p>
<p>
Give your new server a name.&nbsp; I have chosen SERVER-01, this allows an easy numbering scheme that also allows for additional servers at a later date.&nbsp; Type in a password that is going to be used for your Administrator account.&nbsp; You need to choose a password that has at least one Capital letter, lowercase letters, a number of a special character.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image021.png" align="kb/server/image023.png" title="kb/server/image025.png" alt="kb/server/image025.png"/>
</p>
<p>
Set the Time zone to your location.&nbsp; Windows will then go on to setup the Networking.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image023.png" align="kb/server/image025.png" title="kb/server/image027.png" alt="kb/server/image027.png"/>
</p>
<p>
If you already know the network settings, then use the Custom Settings.&nbsp; If you want to just get on and install Windows, then choose Typical.&nbsp; You can set things like the IP address at a later time.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image025.png" align="kb/server/image027.png" title="kb/server/image029.png" alt="kb/server/image029.png"/>
</p>
<p>
I have chosen to Custom setup the network.&nbsp; This allows me to specify an IP address, or to load additional protocols for the network.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image027.png" align="kb/server/image029.png" title="kb/server/image031.png" alt="kb/server/image031.png"/>
</p>
<p>
I have setup the TCP/IP stack with basic information.&nbsp; Notice that I have chosen to use a DNS server that is already on my network for the time being.&nbsp; Change this to be the DNS server of your Internet Service Provider.
</p>
<p>
Later on we shall be setting up DNS on the server itself and updating the TCP/IP settings to reflect that.&nbsp; Using the ISP DNS server will allow Windows Update to update the server before we start configuring it.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image029.png" align="kb/server/image031.png" title="kb/server/image033.png" alt="kb/server/image033.png"/>
</p>
<p>
You can leave the Workgroup as the default setting.&nbsp; We shall be creating the domain environment later on.
</p>
<p>
At the end of the Installation, Setup will restart the computer.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image031.png" align="kb/server/image033.png" title="kb/server/image035.png" alt="kb/server/image035.png"/>
</p>
<p>
Log onto the server using your Administrator username with the password you set earlier.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image033.png" align="kb/server/image035.png" title="kb/server/image037.png" alt="kb/server/image037.png"/>
</p>
<p>
If you have used the R2 version of Windows Server 2003, then insert CD 2 into the drive and click OK.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image035.png" align="kb/server/image037.png" title="kb/server/image039.png" alt="kb/server/image039.png"/>
</p>
<p>
Assuming that Windows Server 2003 has recognised your network card, it is advisable to Update the server as soon as possible, this will provide the server with all of the latest hotfixes and security patches.
</p>
<p>
If your ISP does not provide a direct route to the internet, then you can configure the Internet Explorer Proxy settings by using the Control Panel Applet for Internet Explorer.&nbsp; Configure the Internet Proxy in the same way as you would for a Windows XP machine.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image037.png" align="kb/server/image039.png" title="kb/server/image041.png" alt="kb/server/image041.png"/>
</p>
<p>
Internet Explorer on Server 2003 is automatically protected by Enhanced Security configuration.&nbsp; I shall cover switching off the Enhanced Security later on.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image039.png" align="kb/server/image041.png" title="kb/server/image043.png" alt="kb/server/image043.png"/>
</p>
<p>
Install the Windows Update control to allow Windows Update to update the computer successfully.&nbsp; Install all of the available Windows updates.&nbsp; Then configure the Automatic Windows update according to your preferences.&nbsp; I would normally set the automatic updates to Download Only and install the updates at a time of my choosing.
</p>
<p>
After the Windows Updates have been installed.&nbsp; Allow the server to reboot, to complete the installation of the updates.
</p>
<p>
Before configuring the server any further, you will need to resolve driver issues.&nbsp; Right click on My Computer in the Start Menu and choose the Manage option.
</p>
<p>
This will display the Computer Management Console.&nbsp; Expand Device manager to see a list of hardware that has not been recognised by Windows Server 2003.&nbsp; Install the relevant hardware by using the Driver disk that came with your Server Hardware.&nbsp; If you are testing on a Virtual PC, use the Virtual PC additions software to install the missing hardware.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image041.png" align="kb/server/image043.png" title="kb/server/image045.png" alt="kb/server/image045.png"/>
</p>
<h1>Configuring the Active Directory Domain</h1>
<p>
Before we start setting up the new Active Directory Domain, we need to make a correction to the Network Card TCP/IP settings.
</p>
<p>
Click on the Start Menu and Choose Control Panel, Expand the Network Connections and right click on your network card.&nbsp; Choose Properties from the pop-up list.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image043.png" align="kb/server/image045.png" title="kb/server/image047.png" alt="kb/server/image047.png"/>
</p>
<p>
Set the Preferred DNS Server to the same IP address as the Server has.&nbsp; Close the Network Card Properties.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image045.png" align="kb/server/image047.png" title="kb/server/image049.png" alt="kb/server/image049.png"/>
</p>
<p>
Close the Manage Your Server screen.&nbsp; We are going to setup the new domain and the relevant roles manually.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image047.png" align="kb/server/image049.png" title="kb/server/image051.png" alt="kb/server/image051.png"/>
</p>
<p>
Type DCPROMO into the Run command dialog box, which you can find by using Start &gt; Run.
</p>
<p>
The Active Directory Installation Wizard will now begin.&nbsp; Click Next at the first and Second pages of the Wizard.&nbsp; Ensure that the option for &ldquo;Domain Controller for a new Domain&rdquo; is selected, then click Next.&nbsp; The choose Domain in a New Forest, then click Next.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image049.png" align="kb/server/image051.png" title="kb/server/image053.png" alt="kb/server/image053.png"/>
</p>
<p>
Type in the full DNS for your new Domain.&nbsp; Remember that it is recommend not to use your schools internet domain name.&nbsp; Choose something that is shorter.&nbsp; I have chosen Schooltech.local.&nbsp; Click Next to move onto the next page.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image051.png" align="kb/server/image053.png" title="kb/server/image055.png" alt="kb/server/image055.png"/>
</p>
<p>
The DCpromo tool will automatically search the network for a NetBIOS name, if one does not already exist, then it will automatically select a NetBIOS name based upon your full DNS name for your network.&nbsp; Click Next to move onto the next Page.
</p>
<p>
Select folders for the Database and Log folders.&nbsp; Leave these set as the default, as there is not going to be any performance gained by putting them on another disk.&nbsp; Click Next to move on.
</p>
<p>
Select a SYSVOL folder, again leave this as the default, then click Next to move on.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image053.png" align="kb/server/image055.png" title="kb/server/image057.png" alt="kb/server/image057.png"/>
</p>
<p>
DCPromo will detect that it has not been able to register the new DNS name against any DNS servers.&nbsp; Choose the option to Install and Configure the DNS server on the new server.&nbsp; This will save you a lot of hassle having to configure things manually.&nbsp; Click Next to move on.
</p>
<p>
On the permissions page, leave the default and click Next.
</p>
<p>
At the Active Directory Restore Password, enter a password that might be used, in the event that a low level restoration of the server is required.&nbsp; It is recommended that the password is recorded and put into the school safe in the event of an emergency.&nbsp; NOTE:&nbsp; it is possible to reset the Restore mode password once Active Directory has been installed.&nbsp;&nbsp; There is more information on the Microsoft website about doing this.<br />
Click Next at the Summary button, to begin the creation of Active Directory.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image055.png" align="kb/server/image057.png" title="kb/server/image059.png" alt="kb/server/image059.png"/>
</p>
<p>
The server will take upto 10 minutes to build and configure a new Active Directory database and configure the server to run as a Domain Controller.&nbsp; During this time, Windows may require the Windows Server 2003 CD-ROM to complete the installation of relevant services.
</p>
<p>
When the installation is complete, click the Finish button and choose to restart the server.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image057.png" align="kb/server/image059.png" title="kb/server/image061.png" alt="kb/server/image061.png"/>
</p>
<p>
When the Server has rebooted, you will notice that a new Log on to option is listed on the log on to Windows dialog box.
</p>
<h1>Final Setup and Configuration</h1>
<p>
Now that the server has been setup, there are a few configuration changes that we need to make to the server.&nbsp; By default the Manage Your Server screen will appear each time you logon to the server.&nbsp; You can switch this off, by ticking a box at the bottom of the page.
</p>
<p>
From the Start Menu, choose Administrative Tools, then DNS
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image059.png" align="kb/server/image061.png" title="kb/server/image063.png" alt="kb/server/image063.png"/>
</p>
<p>
DNS is the most important part of your new Windows Server 2003, without it you will not be able to use tools like Group Policy correctly.&nbsp; You will also experience problems with workstations connecting and logging into the Domain.
</p>
<p>
In order for other workstations to be able to resolve names on the Internet, we need to tell the Local Server DNS about other DNS servers that are located on the Internet.&nbsp; By default Server 2003 will already know about the main Internet Root DNS servers.&nbsp; These servers maintain records about every internet domain name.&nbsp; However access to these servers may be slow, as the whole world might rely on these servers.&nbsp; Configuring to use your ISP DNS servers may offer enhanced name resolution, or may be the only method to resolve external internet addresses.
</p>
<p>
Right click on the Server listed underneath the DNS branch, choose properties, then click the forwarders tab.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image061.png" align="kb/server/image063.png" title="" alt=""/>
</p>
<p>
Enter the DNS server IP address of your ISP and click OK to save.
</p>
<p>
You can test that DNS is correctly resolving internet domains by using NSLOOKUP at the Command Prompt.
</p>
<p>
<img src="http://www.schooltechnician.co.uk/wp-content/uploads/imported/kb/server/image063.png" align="" title="" alt=""/>
</p>
<p>
You have now successfully configured your new Windows Server 2003 machine with an Active Directory domain.&nbsp; You can now start to add additional services to the Server such as DHCP to allocate IP Addresses to workstations.&nbsp; You can create folders and share them with other computers on the network.&nbsp; You can also create new user accounts and groups.&nbsp;&nbsp;
</p>
<p>
For more articles about configuring your new Windows Server 2003 Server and Adding additional functionality see <a href="knowledge_base/windows_server/index.html?phpMyAdmin=jQE2ZSL-0c6e0gzJE2dnXAQk5Pe">http://www.schooltechnician.co.uk/knowledge_base/windows_server/index.html</a>
</p>
<p>
&nbsp;
</p>
<p>
&nbsp;
</p>
<p>
&nbsp;
</p>
<p>
&nbsp;
</p>
<p>
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schooltechnician.co.uk/installing-a-new-windows-server-2003-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 for the price of 1</title>
		<link>http://www.schooltechnician.co.uk/2-for-the-price-of-1/</link>
		<comments>http://www.schooltechnician.co.uk/2-for-the-price-of-1/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 12:38:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Workstation Deployment]]></category>
		<category><![CDATA[2 for the price of 1]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[ImageX]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[reduce]]></category>
		<category><![CDATA[reduce image size]]></category>
		<category><![CDATA[SIS]]></category>
		<category><![CDATA[size]]></category>

		<guid isPermaLink="false">http://localhost/wp_schoolte/?p=103</guid>
		<description><![CDATA[The Microsoft Windows Image format (WIM) is a file based format used in Windows Vista and can also be used to deploy legacy Windows XP workstations.&#160; Because the format is file based, there are several advantages associated with this.&#160; The image can be applied to a FAT or NTFS partition.&#160; The format also offers Single <a href='http://www.schooltechnician.co.uk/2-for-the-price-of-1/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>
The Microsoft Windows Image format (WIM) is a file based format used in Windows Vista and can also be used to deploy legacy Windows XP workstations.&nbsp; Because the format is file based, there are several advantages associated with this.&nbsp; The image can be applied to a FAT or NTFS partition.&nbsp; The format also offers Single Instance, meaning that a file is only stored once in the entire WIM image.&nbsp;
</p>
<p><span id="more-103"></span>
<p>
The WIM format offers has a lot more going for it than any of its rivals.&nbsp; Ghost for example is basically disk imaging, which copies all of the individual bits from the hard drive.&nbsp; To use Ghost you will require a license for each of the computers that you are imaging.&nbsp; WIM doesn&#39;t require a license for each computer, several different computer images can be contained in the same file, saving space.&nbsp; Image deployment is generally quicker as files are handed off to the host operating system that will then use drive caching techniques to boost the performance of the drive.
</p>
<p>
The key component of the WIM format file is an application called IMAGEX.&nbsp; This command line application is very powerful, and not only captures images, but can deploy and mount the images as well.&nbsp; ImageX is part of the WAIK (Windows Automated Installation Kit) and can be downloaded free of charge from the Microsoft Website.&nbsp; I would recommend downloading and using the Business Desktop Deployment tool from Microsoft, as that will download all of the required files for you.
</p>
<p>
Because the WIM format supports Single Instance Storage without any complicated command lines or options to type, you can start using it right out of the box.&nbsp; The most complicated part is creating the initial capture and deployment disks.
</p>
<p>
As a quick example, I made 2 images on the same bit of hardware, one for Curriculum use and one for Administration use.&nbsp; The respective images sizes were 1.5Gb and 3GB.&nbsp; I would normally send of a Ghost image to the OEM who would deploy that onto the machines that were sold.&nbsp; My colleagues would then get a disk for each of the builds, just in case they needed to reload the machine at any point.&nbsp; By combining the images, I ended up with a saving of over 1GB which doesn&#39;t seem like a lot, but actually saves a lot of back office time, as there is now only one DVD to build and send out.
</p>
<h1>How to Do It</h1>
<p>
To make use of the Single Instance storage feature of WIM, you need to append the new computer image onto an existing image that you had already taken.
</p>
<h1>First Image&nbsp;</h1>
<p>
In my Admin/Curriculum example.&nbsp; I built the Admin machine first, installed all the relevant software and set it up as required.&nbsp; I then sysprep&#39;d the machine and booted from a WinPE disk that had ImageX on.
</p>
<p>
The First Image was created the image using the command
</p>
<pre>
imagex.exe /capture C: E:v490.wim &quot;Admin_WSS&quot; /check /compress maximum
</pre>
<p>
This essentially captured the C: drive and all of the related files to a new WIM image on my external USB hard disk (E:).&nbsp; I choose to use Maximum compression.&nbsp; This took a bit longer to take the image, but I would consider this beneficial for images that are going to be deployed via CD/DVD
</p>
<h1>Second Image</h1>
<p>
I then built the Curriculum machine &#8211; wiping out the Admin hard disk in the process.&nbsp; I installed all of the relevant software and created some basic users.&nbsp; I then sysprep&#39;d the machine and again booted from the WinPE disk that I used earlier.
</p>
<p>
I then used this command to capture the second copy of the image.
</p>
<pre>
imagex.exe /append C: E:v490.wim &quot;Curriculum&quot; /check
</pre>
<p>
The imageX application will automatically use the same compression that was used when the WIM was originally created.&nbsp; It is not possible to use a different compression when appending an image to an existing image. The image process didn&#39;t take all that long to complete.&nbsp; Mainly because the amount of data on the hard disk was much less than the Admin image.
</p>
<h1>The Results</h1>
<p>
Once the second image was complete, the WIM file had grown from 3,043,035Mb to 3,301,404Mb, so an additional 250Mb was added to the image.&nbsp; This space saving could mean that instead of 2 DVD&#39;s for each reference computer, only one DVD is now required.
</p>
<h1>Applying the Image</h1>
<p>
Getting the image back onto the computer is reasonabliy simple.&nbsp; Use the Apply command in ImageX to apply the image that you want.&nbsp; I would recommend formatting the target computer before applying the image, otherwise ImageX will rename existing folders which might cause some confusion.
</p>
<p>
Command to apply the first image
</p>
<pre>
imagex.exe /apply E:v490.wim 1 c: /verify
</pre>
<p>
or if you have named the image, you can also use the image name
</p>
<pre>
imagex.exe /apply E:v490.wim &quot;Admin_WSS&quot; C: /verify
</pre>
<p>
To apply the second image, use the command;
</p>
<pre>
imagex.exe /apply E:v490.wim 2 C: /verify&nbsp;
</pre>
<p>
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schooltechnician.co.uk/2-for-the-price-of-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2003 to 2007 Migration</title>
		<link>http://www.schooltechnician.co.uk/exchange-2003-to-2007-migration/</link>
		<comments>http://www.schooltechnician.co.uk/exchange-2003-to-2007-migration/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 11:47:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Exchange 2003 to 2007 Migration]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://localhost/wp_schoolte/?p=102</guid>
		<description><![CDATA[There are many new features in Exchange 2007 that Schools may benefit from.&#160; There are plenty or articles and bits of information about Exchange 2007 already on the Internet.&#160; But there is not really a basic Migration guide, so I have tried to fill in the gaps so that at least School Network Administrators can <a href='http://www.schooltechnician.co.uk/exchange-2003-to-2007-migration/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>
There are many new features in Exchange 2007 that Schools may benefit from.&nbsp; There are plenty or articles and bits of information about Exchange 2007 already on the Internet.&nbsp; But there is not really a basic Migration guide, so I have tried to fill in the gaps so that at least School Network Administrators can have some heads up before leaping to Exchange 2007.&nbsp;
</p>
<p><span id="more-102"></span><br />
<h1>Exchange 2003 to Exchange 2007 Migration Test Environment</h1>
<p>
Purpose of the Test Environment was to practice setting up<br />
an Exchange 2007 mail server on a member server of a Windows 2003 domain.&nbsp; Moving a mail box from the 2003 to 2007<br />
Exchange server and checking that mail flow was still possible.
</p>
<p>
Test Environment:
</p>
<ul class="unIndentedList">
<li>
	Intel Core 2 2.40Ghz &#8211; 2GB Ram &#8211; 32Bit</li>
</ul>
<ul class="unIndentedList">
<li>
	Microsoft Virtual PC 2007</li>
</ul>
<ul class="unIndentedList">
<li>
	Windows Server 2003 SP2 (mail2003) VPC with<br />
	256Mb Ram</li>
</ul>
<ul class="unIndentedList">
<li>
	Windows Server 2003 SP2 (mail2007) VPC with<br />
	512Mb Ram</li>
</ul>
<ul class="unIndentedList">
<li>
	Internet mail connectivity via port forwarder on<br />
	Internet Router</li>
</ul>
<p>
The first Server (mail2003) was setup with Windows Server<br />
2003 Standard that had SP2 already integrated into the CD.&nbsp; Once commissioned the server had all Windows<br />
Updates installed along with the required Virtual PC Additions.
</p>
<p>
In preparation for Exchange 2003, Internet Information<br />
Services with SMTP and NNTP were installed.&nbsp;<br />
A new Active Directory was also created.
</p>
<p>
Exchange 2003 was then installed onto mail2003, following a<br />
reboot SP2 was then installed.
</p>
<p>
Exchange 2003 was then tested to ensure correct<br />
functionality, by sending messages to internal domain users and to the<br />
internet.
</p>
<h1>Test1 &#8211; Upgrading to Exchange 2007 &#8211; Direct Upgrade</h1>
<p>
The conceived easiest way to upgrade would be to install<br />
Exchange 2007 onto the existing Exchange Server.&nbsp; If successful, then the entire platform could<br />
be upgraded easily.
</p>
<p>
The Setup Application identified that several<br />
pre-installation requisites were missing.&nbsp;<br />
The Microsoft .net framework version 2 and Microsoft Power shell were then<br />
downloaded and installed.
</p>
<p>
The Setup Application allowed proceeding to the readiness<br />
checks.&nbsp; All checks failed.
</p>
<ol>
<li>Exchange is not in Native Mode</li>
<li>Exchange is already installed</li>
<li>Computer requires software patch<br />
	http://go.microsoft.com/fwlink/?linkid=74469 </li>
<li>Active Directory is in Mixed Mode</li>
</ol>
<p>
	This test proves that there is no direct upgrade route to<br />
	Exchange 2007.
	</p>
<h1>Test 2 &#8211; Additional Exchange Server</h1>
<p>
	The second Virtual PC was setup with the exact same<br />
	configuration as mail2003.&nbsp; With the exception<br />
	of having the .net 2 framework and power shell installed.
	</p>
<p>
	The Server was joined as a member server to the existing<br />
	domain with the Exchange 2003 environment installed.
	</p>
<ul class="unIndentedList">
<li>
		The Active Directory Domain was upgraded to<br />
		Native 2003 mode</li>
</ul>
<ul class="unIndentedList">
<li>
		Exchange 2003 was upgraded to Native Mode.</li>
</ul>
<p>
	Exchange 2007 setup was run.&nbsp;<br />
	Typical installation was chosen as the installation method.&nbsp; At the readiness checks, installation failed<br />
	because SMTP and NNTP were installed as part of the IIS configuration.&nbsp; The installation also failed to connect to<br />
	the domain controller and required that the server is logged in as a Domain<br />
	Administrator user.
	</p>
<p>
	With these problems corrected.&nbsp; The Exchange setup passed the readiness<br />
	checks with warnings.
	</p>
<ul class="unIndentedList">
<li>
		Active Directory schema will be updated</li>
</ul>
<ul class="unIndentedList">
<li>
		32bit version of Exchange is not supported</li>
</ul>
<p>
	The time taken to install Exchange took just under 22<br />
	minutes.
	</p>
<h1>Moving a Mail Box</h1>
<p>
	Usually mail boxes are moved using the Exchange Tasks<br />
	context menu of Active Directory Users and Computers.&nbsp; The Domain Controller was used to attempt to<br />
	move the mail box from the Exchange 2003 to Exchange 2007 server.
	</p>
<p>
	The wizard failed to move the Mail box, suggesting that the<br />
	tool is upgraded to a compatible version.&nbsp;<br />
	Not having the Exchange 2007 tools on the Domain controller would make<br />
	it difficult to manage the Exchange Mail boxes.
	</p>
<p>
	It is possible to move mail boxes using the Exchange 2007<br />
	MMC.&nbsp; There are also numerous power shell<br />
	scripts that will move mail boxes based on group memberships.
	</p>
<p>
	Mail boxes can be moved both too and from an Exchange 2003<br />
	storage server.
	</p>
<h1>Accessing the Mail Box</h1>
<p>
	Accessing the Exchange Mail box using Outlook Web Access has<br />
	changed significantly.&nbsp; The new method of<br />
	accessing the web based access is via a secured &quot;HTTPS&quot; web address.&nbsp; The address has also changed.&nbsp; From http://mail.domain.com/exchange/&nbsp; to HTTPS://mail.domain.com/owa
	</p>
<p>
	A dummy certificate is installed, Internet Explorer 7<br />
	complains about the certificate, but does allow access to the site.&nbsp; This would suggest that schools will need to<br />
	purchase a Domain certificate if they wish to allow external access to the<br />
	exchange server.
	</p>
<p>
	Moving mailboxes might suggest that Outlook may need to be<br />
	updated to use the correct Mail Server.
	</p>
<h1>Sending Mail</h1>
<p>
	Sending internal mail from the Exchange 2007 to Exchange<br />
	2003 and vice versa worked as expected.&nbsp;<br />
	However the Exchange 2007 server was unable to send email to the<br />
	internet.&nbsp; Inbound internet mail was<br />
	correctly routed to the incoming mail box.
	</p>
<p>
	To resolve the problem of sending mail from an Exchange 2007<br />
	mail box, a new Outbound SMTP connector must be created.
	</p>
<p>
	Menu Route, Organisation Configuration &gt; Hub Transport<br />
	&gt; Send Connectors &gt; New.&nbsp; Type Internet<br />
	and SMTP with domain name MX resolution was used for testing.
	</p>
<p>
	Smarthost addresses can be added to the same connector.
	</p>
<p>
	Once the SMTP connector was created, messages could be sent<br />
	to and from the Exchange 2007 machine (Note: inbound email was still being<br />
	received by the exchange 2003 server)
	</p>
<h1>Uninstalling Exchange 2007</h1>
<p>
	Uninstalling Exchange 2007 from the test environment proved<br />
	more difficult that is should have been.&nbsp;<br />
	I could not uninstall Exchange because I had done something with the<br />
	Public Folders and didn&#39;t have enough knowledge of exchange to undo the bits<br />
	that I had changed.&nbsp; I ended up<br />
	reinstalling Windows wiping out Exchange 2007 in the process.
	</p>
<p>
	However, what I tried was as follows.&nbsp; First move any Mail boxes back to the<br />
	Exchange 2003 server, otherwise these could get deleted.&nbsp; If you have moved or created Public<br />
	Mailboxes, these need to be removed first, using the Public Folder Management<br />
	Tool.&nbsp; The shutdown all of the Exchange<br />
	Services, then remove any add-on Features such as Microsoft Forefront Security<br />
	Centre.&nbsp; Use the Add/Remove Programs<br />
	control panel and choose to Remove Exchange.&nbsp;<br />
	Un-tick all of the installed options then click Next.&nbsp; Exchange should uninstall correctly.&nbsp; The Setup application will alert you about<br />
	any problems that may prevent the un-installation.
	</p>
<h1>Message Filtering</h1>
<p>
	Message filtering is performed by the Edge Server which can<br />
	only be installed on a dedicated machine.&nbsp;<br />
	It is not possible to install the Exchange Mail box role alongside the<br />
	Edge Server on the same machine.&nbsp; One<br />
	possible work around would be to use Server Virtualisation so that an<br />
	additional physical machine is not required.
	</p>
<p>
	I am not sure how Edge message filtering would work for<br />
	internal mail, which would be the whole point of needing mail filtering on a<br />
	school network.
	</p>
<h1>Other Info</h1>
<p>
	The Exchange 2007 management tools make extensive use of the new MMC 3.0 management console.&nbsp; The MMC appears slow to load and populate, however there is a vast range of Tasks that are made easier by using the MMC.&nbsp; It is also possible to script many tasks by using the Microsoft PowerShell.&nbsp; Using Powershell will make it easier to migrate all of your Exchange 2003 mail boxes to a new Exchange 2007 server.&nbsp;
	</p>
<p>
	&nbsp;
	</p>
]]></content:encoded>
			<wfw:commentRss>http://www.schooltechnician.co.uk/exchange-2003-to-2007-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planning a School Network</title>
		<link>http://www.schooltechnician.co.uk/planning-a-school-network/</link>
		<comments>http://www.schooltechnician.co.uk/planning-a-school-network/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 23:09:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[2003DEP]]></category>
		<category><![CDATA[considerations]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[implementing]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Planning]]></category>
		<category><![CDATA[Planning a School Network]]></category>
		<category><![CDATA[school network]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://localhost/wp_schoolte/?p=77</guid>
		<description><![CDATA[Since ICT has become a major part of the school curriculum, the use of computers and IT resources has grown exponentially.&#160; Almost gone are the days&#160;of running a few standalone PCs, or running a Peer to Peer Internet enabled network.&#160; It is time to embrace the centralised server environment.&#160; It isn&#39;t as complex as it <a href='http://www.schooltechnician.co.uk/planning-a-school-network/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>
Since ICT has become a major part of the school curriculum, the use of computers and IT resources has grown exponentially.&nbsp; Almost gone are the days&nbsp;of running a few standalone PCs, or running a Peer to Peer Internet enabled network.&nbsp; It is time to embrace the centralised server environment.&nbsp; It isn&#39;t as complex as it seems.&nbsp; This guide will help you to plan for your new network and give you some things to look out for when discussing a network with a third party company.
</p>
<p><span id="more-77"></span>
<p>
When I first started to manage a School network, everything was already in place, there were servers, network cables and computers.&nbsp; The computer rooms pretty much ran themselves mainly due to good design on the network software and management tools.
</p>
<p>
Over the following years I learnt quite a bit about what I wanted from a networked system.&nbsp; I was then given the opportunity to design and implement a new networked system that would initially run along side the existing network, then eventually replace the old network.
</p>
<p>
Of course having a limited budget ensured that I made the best use of the resources that I had at my disposal.&nbsp; There was all sorts of things that I needed to take into account.&nbsp; New hardware, new network infrastructure, new software licenses and of course integrating the older software so that it would run correctly with minimal downtime to the school.
</p>
<p>
To try and make things a little simpler, I am going to break this guide down into chunks, so that you can think about some of the steps that are involved.&nbsp; The key aspect is that you end up with a reliable network system that means the demands of the curriculum.
</p>
<p>
Defining the needs of the School.
</p>
<p>
Your use of ICT in school will ultimately steer any decisions that you take, so it is important to take stock of everything that you currently have and use.&nbsp; You will need to engage your staff to find out how they might like to use a new ICT system.&nbsp; Talk to your colleagues so that you can understand where weaknesses might exist.&nbsp; Not everyone is keen to use ICT in the classroom, and not everyone can use ICT for everyday tasks.&nbsp; I still use a pen and paper, instead of typing directly into a word processor.
</p>
<p>
1.&nbsp; Undertake a Survey/Audit of your existing ICT equipment and where it is used throughout the school.
</p>
<p>
2.&nbsp; Address the staff asking for suggestions of how ICT might make a difference to the quality of teaching in the school (remember that no Idea is too big at this stage)
</p>
<p>
3.&nbsp; Visit other schools in your area.&nbsp; This will give you an understanding of the systems and suppliers that they use.
</p>
<p>
4.&nbsp; Get in contact with other ICT co-ordinators.&nbsp; This might be your neighbouring Primary School, or perhaps Secondary School or College.
</p>
<p>
5.&nbsp; Contact your LEA for advice and support.&nbsp; After all they will have specialists that can help.
</p>
<p>
Now that you have gathered some basic information about what the school already has, and perhaps what other schools are already using, you can now start build your plan.
</p>
<p>
What do you need.
</p>
<p>
Every Networked System will need something.&nbsp; Listed below are the essential areas that you need to spend some time getting familiar with.
</p>
<p>
1.&nbsp; Space &#8211; You will need space for a file server and monitor, not to mention secure storage space for a laptop trolley (if you get one) or ICT Suite.&nbsp; You may even need space for Networked printers or photocopiers around the school.
</p>
<p>
2.&nbsp; Electrical power points &#8211; May seem silly putting Electrical sockets in your list, but each computer requires at least two 13 amp wall sockets.&nbsp; Most schools have baned the use of multi-gang extension leads.&nbsp; It is also important that any power circuits that you have are able to cope with the load of X number of machines all starting up at the same time.
</p>
<p>
3.&nbsp; Network Infrastructure &#8211; This is the bit that joins everything together.&nbsp; Most school networks will have evolved, usually by schools daisy-chaining network hubs and switches, gradually extending the network over time.&nbsp; In practice this is a bad idea, as problems can be introduced which are not always easy to find.&nbsp; Where possible get new suites re-cabled to a single location where better quality network equipment can be located.&nbsp; A Comm&#39;s cabinet will also require electric.
</p>
<p>
4.&nbsp; Wireless &#8211; Do you need a Wireless connection for your laptops.&nbsp; Wireless networks are more than capable of suppling a home Internet connection, but school networks are a lot more demanding.&nbsp; Some manufactures suggest that for every 10 laptops there is 1 wireless access point.&nbsp; You will also need to do a survey (see the Networking Section of this site).
</p>
<p>
5. Building layout and construction &#8211; When planning a major project, try to take into account the layout of your building.&nbsp; How thick are the walls?&nbsp; Would the room be large enough to comfortably teach in?&nbsp; Is the room used for other purposes? What are the lighting conditions of the room?&nbsp; Is there lots of Sunshine?&nbsp; Might you need to get Air-Conditioning fitted.&nbsp; In the case of Server Cupboards, is the room well ventilated and has enough electrical sockets.
</p>
<p>
If there is anything that you are unsure about&nbsp;- seek advice, your local electrician may be able to offer suitable advice about most things.&nbsp; Usually your LEA will have a call-off contract for suppling data cabling and electrical works &#8211; again always good to seek support and advice.
</p>
<p>
Now that you have planned where everything is going to go and how it might be serviced by electric and data points, you can now think what you need.
</p>
<p>
<strong>Desktops</strong>
</p>
<p>
Desktop computers are a great investment.&nbsp; They are relatively cheap to buy and will come with everything that you need.&nbsp; Desktop computers come in a range of sizes and can go under the desk or behind an LCD monitor.&nbsp; There are also integrated models that have the Computer and Screen built into one unit.&nbsp; If you are just after a standard workstation that doesn&#39;t need to be a power horse then something like an RM One or Viglen Omnino make perfect classroom computers.
</p>
<p>
Desktop computers generally have faster processors, larger hard disks and more memory making them ideal for Video Editing as well as the usual Word processing and Internet surfing.
</p>
<p>
<strong>Laptops</strong>
</p>
<p>
Laptops/Notebooks are great for space saving, particularly if you don&#39;t have room in your school to make a purpose built ICT suite.&nbsp; They can do everything that a Desktop computer can, however there are some things you should consider.&nbsp; Laptop computers have a finite battery life, this means that you might be able to get up to 3 hours of usage before the batteries would need a recharge.&nbsp; Recharging the batteries would take a long time.&nbsp; You might be luck to get a morning and afternoon computer session.
</p>
<p>
Over time, the laptop batteries will begin to fail, holding less and less charge than they did before.&nbsp; Ideally you should budget to replace the batteries at least once a year &#8211; or make sure your supplier has a battery replacement policy.
</p>
<p>
Laptops are generally are designed with medium range processors and smaller hard disks so that they can make power savings.&nbsp; However they can still be used for intensive video editing as well as Word processing and Internet Surfing.
</p>
<p>
<strong>Software&nbsp;</strong>
</p>
<p>
Schools generally have a lot of software that they will want to use on the computers.&nbsp; It is essential that schools are aware of the license conditions that exist on the software that they use.&nbsp; Most computers will come with a Windows License; this might be Windows XP or Windows Vista.&nbsp; If you intend to connect the computers up to a Windows Server you will also require a Client Access License for each computer.&nbsp; If you want to use Microsoft Office on all of your computers you will also need the correct licenses for each version of Microsoft Office that you intend to use.
</p>
<p>
Many schools make the mistake of referring to their Microsoft software as having a Site License.&nbsp; Let&#39;s make it clear that there is no such thing as a Microsoft Site License.&nbsp; There are of course subscription based annual licenses from Microsoft that can cover all of the computers in the school, but you will need to budget for this type of license. <br />
Much of the older CD-ROM titles may not be compatible with Windows XP or Windows Vista.&nbsp; Be prepared to bin these old titles.&nbsp; It may not be worth the time or effort in trying to get this software to work.
</p>
<p>
Most educational Software is designed for Standalone use and may not work well in a networked environment.&nbsp; You need to sacrifice some of the benefits of a managed network for some of the features in the software.
</p>
<p>
Windows XP or Windows Vista?&nbsp; Many new computers these days will now arrive with a Windows Vista license.&nbsp; The chances are that the version of Windows Vista will be a Home version, such as Home Basic Edition or Home Premium Edition.&nbsp; These versions of Windows Vista are NOT able to be managed by centralised file server.&nbsp; To get the full benefits of a centrally managed network system you will need to purchase an additional upgrade license for Windows Vista Business Edition.
</p>
<p>
For the time being Windows XP Professional might be the most sensible choice for most Schools, until Windows XP is no longer available.
</p>
<p>
Where possible when buying new software for your network, try to make sure that the software has been designed for network deployment.&nbsp; This type of software can be installed across the network from a centralised location, often unattended and pushed from the servers Active Directory.
</p>
<p>
<strong>Training</strong>
</p>
<p>
With any networked system you will need to make sure that there is training support available.&nbsp; Otherwise you will be left with a network that you haven&#39;t a clue how to manage effectively.&nbsp; It is your responsibility to find and organise training for yourself.&nbsp; Even if you just got a pile of books and practice for the skills that you need to acquire.&nbsp;
</p>
<p>
<strong>After Thoughts</strong>
</p>
<p>
It is going to be impossible to plan for everything, but after reading this article, hopefully you will have some understanding as to the things that you need to consider.&nbsp; There are plenty of sources of information that will make planning and deploying a networked system much easy.&nbsp;
</p>
<p>
If your local LEA can support you then make the best use of there support.&nbsp; It may appear to cost more on paper when you buy in additional support for the running of your network, but think about all the time that you will save from having to learn advanced skills to manage a networked environment. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.schooltechnician.co.uk/planning-a-school-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimise your Virtual Machines</title>
		<link>http://www.schooltechnician.co.uk/optimise-your-virtual-machines/</link>
		<comments>http://www.schooltechnician.co.uk/optimise-your-virtual-machines/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 13:03:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Microsoft Virtual Server]]></category>
		<category><![CDATA[optimise virtual machine]]></category>
		<category><![CDATA[shrink]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://localhost/wp_schoolte/?p=30</guid>
		<description><![CDATA[No doubt you have tried using Virtual Machine technology to allow extra services within your school.&#160; For example you wanted to try Moodle, or perhaps setup a test web server to try something out. I use virtual machine images all of the time, for my application&#160;development work, or even connecting into my works network via <a href='http://www.schooltechnician.co.uk/optimise-your-virtual-machines/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>
No doubt you have tried using Virtual Machine technology to allow extra services within your school.&nbsp; For example you wanted to try Moodle, or perhaps setup a test web server to try something out.
</p>
<p><span id="more-30"></span>
<p>
<span style="color: #000000">I use virtual machine images all of the time, for my application&nbsp;development work, or even connecting into my works network via a VPN.&nbsp; Without the use of Virtual Machines, my computer would be full of junk that would just clog up the computer.&nbsp; They are really helpful when you don&#39;t have resources for setting up multiple machines for specific tasks.</span>
</p>
<p>
<span style="color: #000000">All of these Virtual machines take up disk space one way or another.&nbsp; VMWare (<a href="http://www.vmware.com/">www.vmware.com</a>) has the ability to split virtual hard disks into 2GB chunks, this helps with keeping file fragmentation down.&nbsp; Where as Virtual Machine (<a href="http://www.microsoft.com/virtualpc">www.microsoft.com/virtualpc</a>) uses a single huge file to store is data on.&nbsp; Regular use of Virtual Machine will eventually mean that your disks become fragmented, slowing down the performance of your PC and Virtual Machines.</span>
</p>
<p>
<span style="color: #000000">Defragmenting the Virtual Hard disk images will take ages to complete, as they are so large.&nbsp; You will also need a stack of disk space to store the images on.&nbsp; I mainly store my images on separate hard disks from the host operating system.&nbsp; I have some VM&#39;s running on a USB2 disks and the main images that I use all of the time run from an External E-SATA drive &#8211; ensuring top performance without impacting on the host OS.</span>
</p>
<p>
<span style="color: #000000">Microsoft Virtual Machine has a Disk Compactor tool built in, this is supposed to release all of the unused sections of space in the Virtual HD file.&nbsp; To be fair it does a reasonable job, and the image size is reduced.&nbsp; But this is a process that you have to undertake yourself.&nbsp; It is a time consuming process to compact the images and defragment them.&nbsp; The same is true with VMWare.</span>
</p>
<p>
<span style="color: #000000">The answer to managing the size of your Virtual Machine Images is to use an application from <a href="http://www.visioncore.com/">www.visioncore.com</a>. vOptimizer will process any of the VM Images that you have and does its best to remove all of the redundant data from the image.&nbsp; This includes removing temporary files and OS features such as the games in Windows XP.&nbsp; There are 21 optimisation features that are user selectable.</span>
</p>
<p>
<span style="color: #000000">The good news is that VisionCore have a freeware version of the application <a href="http://www.vizioncore.com/voptimizer/voptimizer_freeware.html">http://www.vizioncore.com/voptimizer/voptimizer_freeware.html</a>&nbsp;perfect for managing your VM images.&nbsp; There are comercial licences should you have requirements to optimise images stored on remote drives.</span>
</p>
<p>
<span style="color: #000000">Testing vOptimizer, gave really good results, one 12GB Windows Server 2003 images was reduced down to just under 9GB.&nbsp; The same was true of a Windows XP image.&nbsp; This 3 GB space saving should really make a difference when backing up the images and also with the everyday use of the Virtual Machine.</span>
</p>
<p>
<span style="color: #000000">The ban news with vOptimizer is that it will only work on Windows based Hosts with Windows Operating Systems of Windows 2000 and above installed.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schooltechnician.co.uk/optimise-your-virtual-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending Data to Capita</title>
		<link>http://www.schooltechnician.co.uk/sending-data-to-capita/</link>
		<comments>http://www.schooltechnician.co.uk/sending-data-to-capita/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 12:26:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SIMS]]></category>
		<category><![CDATA[7z]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[Compression with Encryption]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[RAR]]></category>
		<category><![CDATA[Secure]]></category>
		<category><![CDATA[Sending Data]]></category>
		<category><![CDATA[SIMS .net]]></category>
		<category><![CDATA[SIMS Data]]></category>
		<category><![CDATA[Zip]]></category>

		<guid isPermaLink="false">http://localhost/wp_schoolte/?p=39</guid>
		<description><![CDATA[There comes a time where your SIMS database has something wrong with it, that will ultimately require a custom patch to fix the problem.&#160; Traditionally once Capita request your data, you would have sent it on a CD/DVD or uploaded the files to their FTP server.&#160; However there has never been any requirement to Encrypt <a href='http://www.schooltechnician.co.uk/sending-data-to-capita/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>
 There comes a time where your SIMS database has something wrong with it, that will ultimately require a custom patch to fix the problem.&nbsp; Traditionally once Capita request your data, you would have sent it on a CD/DVD or uploaded the files to their FTP server.&nbsp; However there has never been any requirement to Encrypt the data before sending it.
</p>
<p><span id="more-39"></span>
<p>
 Working in an environment where data of this nature is very sensitive, there is a pressing need to ensure that data is sent in a secure way.&nbsp; After all the last thing that we would want to see is our school names splashed across the national news papers headlines.
</p>
<p>
 There is plenty that you can do to ensure that your data is secure, if you send the data on CD/DVD or if you send via file upload.&nbsp; The answer of course is simple &#8211; Zip it up and use Encryption with a secure passkey.
</p>
<p>
 Capita only support compressed data that is in either self extracting EXE, ZIP or RAR format.&nbsp; To compress to this format you will need a commercial tool such as WinZip (<a href="http://www.winzip.com/">www.winzip.com</a>) or WinRAR (<a href="http://www.rarlabs.com/">www.rarlabs.com</a>).&nbsp; Both of these commercial companies offer a free trial version of the software.&nbsp; It is important to remember that this is only a trial version, you will be required to purchase a licence if you continue to use the software.
</p>
<p>
 Both WinZip and WinRAR offer great support for file compression with Encryption.&nbsp; They are easy to use and also integrate into the Windows Shell, meaning that you can Right click on a file and send to an archive.&nbsp; It is worth remembering that both of these utilities will default to just compressing the files &#8211; this will not be enough to secure your data.&nbsp; Always choose the option to add to an Archive, this will allow you to select additional options such as encryption.
</p>
<p>
 The other key aspect of keeping your data secure is to use a strong encryption key.&nbsp; You could use a Random number generator inside of an Excel Spreadsheet, or you could use a web-based service such as <a href="http://www.goodpassword.com/">http://www.goodpassword.com/</a> to generate a password.&nbsp; Always use Copy and Paste when recording and entering this password, otherwise the recipiant will not be able to unscramble your file.
</p>
<p>
 Now that you have an encryption key, the next phase is to ensure that the recipent has the key.&nbsp; If you have a support call with Capita or your support helpdesk, then add the Encryption key to the logged call, the support staff should know what to do with it, if they have requested data.&nbsp; If you can&#39;t send the data or Encryption key electronically, then ensure that you send the data and Encryption key separately.&nbsp; Always leave a 2 day gap in posting to ensure that there is no chance that the 2 will be delivered at the same time.
</p>
<p>
 The data is useless to the support staff without the encryption key, like wise the encryption key is meaningless without the data.
</p>
<p>
 As licensing WinZip or WinRAR may be an issue for some schools, the next best thing would be to use free archiving software such as 7-Zip (<a href="http://www.7-zip.org/">www.7-zip.org</a>) or IZArc (<a href="http://www.izarc.org/">www.IZArc.org</a>) both of these free tools offer encryption or password protection.&nbsp; The real bonus is that schools don&#39;t have to pay for a bit of software that they might only use once or twice.
</p>
<p>At a recent Capita Technical Seminar, the chief technical guru explained that Capita will accept any compressed archive as long as they can extract it &#8211; or rather it contains a method to self-extract.  Therefore Capita will accept a self extracting archive created by the popular 7-zip archiving application.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schooltechnician.co.uk/sending-data-to-capita/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
