<?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>James&#039; Tools and Tricks &#187; School</title>
	<atom:link href="http://jrudd.org/tag/school/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrudd.org</link>
	<description>Tools, Tips and Hints for managing a network.</description>
	<lastBuildDate>Sun, 08 Jan 2012 03:50:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google Earth Zenworks Deployment</title>
		<link>http://jrudd.org/2009/02/google-earth-zenworks-deployment/</link>
		<comments>http://jrudd.org/2009/02/google-earth-zenworks-deployment/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 04:26:02 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[AdminUser]]></category>
		<category><![CDATA[ChangeInstallDirForNonAdmin]]></category>
		<category><![CDATA[Condition]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[deployment program]]></category>
		<category><![CDATA[google earth]]></category>
		<category><![CDATA[InstallExecuteSequence]]></category>
		<category><![CDATA[InstallUISequence]]></category>
		<category><![CDATA[local settings]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[orca]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Zenworks]]></category>

		<guid isPermaLink="false">http://jrudd.org/wordpress/?p=98</guid>
		<description><![CDATA[How to deploy Google Earth to C:\Program Files\Google\Google Earth instead of Local Settings\Application Data\Google\Google Earth by removing AdminUser checks from the MSI.]]></description>
			<content:encoded><![CDATA[<p><a href="http://earth.google.com/">Google Earth</a> is a great program for schools, as it allows teachers and students to explore the worlds geography and use layers to examine  history, socio-economic information and many other areas.</p>
<p>It used to be fairly easier to deploy on your network, but after version 4.2 it became significantly more difficult if you use a deployment program like Zenworks. A new MSI test was introduced to determine where to install Google Earth. If the current user is not an Admin User it would redirect to <em>[LocalAppDataFolder]Google\Google Earth</em> (usually C:\Documents and Settings\username\Local Settings\Application Data\Google\Google Earth) which made it inaccessible to other users.</p>
<p>As Zenworks uses the System account, which is not an admin user, this would happen when the installer was launched by a student.</p>
<p>To fix this problem there are a few different techniques. You can use either <a href="http://www.technipages.com/download-orca-msi-editor.html">ORCA </a>or Admin Studio Tuner (from Zenworks) to create a transform file that ignores these checks. Alternatively you can use ORCA to edit the msi file directly, I had to use this technique for V5 due to some exisiting problems in the Google Earth MSI.</p>
<p>First download the full version of Google Earth, (<a href="http://dl.google.com/earth/client/GE5/release_5_0/GoogleEarth-Win-Plus-5.0.11337.1968.exe">V5.0.11337</a>). You should be able to find later versions through Google.</p>
<p>To find what you need to edit you can do a search in ORCA for <em>AdminUser </em>you should find around 3 entries.</p>
<p>The major entries are:</p>
<ul>
<li><em>InstallExecuteSequence: ChangeInstallDirForNonAdmin: NOT AdminUser</em> (Delete this row)</li>
<li><em>InstallExecuteSequence: setALLUSERS: AdminUser</em> (remove the word AdminUser so it applies to all installs)</li>
<li><em>InstallUISequence: ChangeInstallDirForNonAdmin: NOT AdminUser</em> (Delete this row)</li>
</ul>
<p>You may also wish to remove <em>AdminUser </em>as a <em>Condition </em>from <em>Component: Plus_Registry_wavdest.ax</em></p>
<p>Once these are removed or modified it should install in C:\Program Files\Google\Google Earth regardless of which user is logged in.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/2009/02/google-earth-zenworks-deployment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Access-based Enumeration</title>
		<link>http://jrudd.org/2008/05/access-based-enumeration/</link>
		<comments>http://jrudd.org/2008/05/access-based-enumeration/#comments</comments>
		<pubDate>Tue, 06 May 2008 07:55:25 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Access-based]]></category>
		<category><![CDATA[Enumeration]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[management tools]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[school situation]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[windows server 2003 r2]]></category>
		<category><![CDATA[WindowsNetworking]]></category>

		<guid isPermaLink="false">http://jrudd.org/wordpress/?p=40</guid>
		<description><![CDATA[A great new feature in Windows Server 2003 is Access-based Enumeration (ABE). What ABE does is hide any file or folder that a user does not have access to. So for example the folder where you store all your users home drives, would usually appear jam packed with folders, most of which would return an <a href='http://jrudd.org/2008/05/access-based-enumeration/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>A great new feature in Windows Server 2003 is <a href="http://www.microsoft.com/windowsserver2003/techinfo/overview/abe.mspx">Access-based Enumeration</a> (ABE).</p>
<p>What ABE does is hide any file or folder that a user does not have access to. So for example the folder where you store all your users home drives, would usually appear jam packed with folders, most of which would return an <em>Access Denied</em> error. However, with ABE installed users would only see the folders they have access to, usually their own.</p>
<p>This is great especially if you are coming from a Novell background where this is the standard behaviour. It is also very useful in a school situation to keep the students from seeing things they shouldn&#8217;t.</p>
<p>To use ABE you need to download the management tools from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=04A563D9-78D9-4342-A485-B030AC442084&amp;displaylang=en">Microsoft ABE Management Tools</a>, then after installation either enable it on all shares or bring up properties and manually add it to shares.</p>
<p>A better description and walk through is available <a href="http://www.windowsnetworking.com/articles_tutorials/Implementing-Access-Based-Enumeration-Windows-Server-2003.html">WindowsNetworking: Implementing Access-Based Enumeration in Windows Server 2003 R2</a></p>
<p>Links in this post:</p>
<ul>
<li><a href="http://www.microsoft.com/windowsserver2003/techinfo/overview/abe.mspx">Windows Server 2003 Access-based Enumeration Overview</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=04A563D9-78D9-4342-A485-B030AC442084&amp;displaylang=en">Download Server 2003 Access-based Enumeration</a></li>
<li><a href="http://www.windowsnetworking.com/articles_tutorials/Implementing-Access-Based-Enumeration-Windows-Server-2003.html">Implementing Access-Based Enumeration in Windows Server 2003 R2</a></li>
</ul>
<p><a href="http://www.microsoft.com/windowsserver2003/techinfo/overview/abe.mspx" target="_blank"></a></p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=04A563D9-78D9-4342-A485-B030AC442084&amp;displaylang=en" target="_blank"></a></p>
<p><a href="http://www.windowsnetworking.com/articles_tutorials/Implementing-Access-Based-Enumeration-Windows-Server-2003.html" target="_blank"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/2008/05/access-based-enumeration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CC Day T4 2007: Installing and Using Moodle</title>
		<link>http://jrudd.org/2007/12/cc-day-t4-2007-installing-and-using-moodle/</link>
		<comments>http://jrudd.org/2007/12/cc-day-t4-2007-installing-and-using-moodle/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 05:58:16 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[DET]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Ganderton]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[Presentation]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://jrudd.org/wordpress/2007/12/12/cc-day-t4-2007-installing-and-using-moodle/</guid>
		<description><![CDATA[This was very similar to a previous presentation given as part of the Tech KNOW Tour. However the Using Moodle presentation has some slight additions from Paul for a more technical audience and the spoken part of my presentation concentrated on a more technical side. Some additional notes: To use the DET mail server you <a href='http://jrudd.org/2007/12/cc-day-t4-2007-installing-and-using-moodle/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>This was very similar to a previous presentation given as part of the <a href="http://jrudd.org//2007/11/17/tech-know-tour-07-moodle/" target="_blank">Tech KNOW Tour</a>. However the Using Moodle presentation has some slight additions from Paul for a more technical audience and the spoken part of my presentation concentrated on a more technical side.</p>
<h3>Some additional notes:</h3>
<p>To use the DET mail server you can either add <em>mail.det.nsw.edu.au</em> to the mail section of your php.ini file or add it to the<br />
Admin -&gt; Server -&gt; Email: SMTP Hosts section.<br />
If you wish to restrict to sending to DET emails you can add following to the <em>Allowed email domains</em> : &#8220;<em>education.nsw.gov.au det.nsw.edu.au</em>&#8220;.<br />
<ins datetime="2007-12-16T20:24:28">Make sure to test the mail server settings before adding any restrictions to domains.</ins></p>
<p>If using Novell or Mac OS you will need to use a different LDAP browser as <a href="http://jrudd.org//2007/11/20/ad-explorer/">AD Explorer</a> only works with Active Directory.<br />
For Novell I usually use the free Windows program <a href="http://www.ldapbrowser.com/download.htm" target="_blank">Softerra LDAP Browser</a> (<a href="http://www.ldapbrowser.com/download.htm" target="_blank">MSI</a>).<br />
There are a few Java based LDAP browsers that should work with Mac. A good Java based LDAP browser is <a href="http://www.jxplorer.org/" target="_blank">JXplorer</a> this should work on Mac, Windows and Linux. For some more info on Mac and LDAP look at this article on <a href="http://www.macdevcenter.com/pub/a/mac/2004/05/25/ldap.html" target="_blank">LDAP in Mac OS X Server</a> from the Mac Dev Center, it is not fully applicable as it also has home drive mapping but it does contain some useful info.</p>
<p>Paul Ganderton has made his <a href="http://www.sydneyboyshigh.com/intranet/moodle/course/view.php?id=822" target="_blank">Geography HSC</a> site avaliable for guests. You can also view some of the other course on our Moodle site. Look for this logo <img src="http://www.sydneyboyshigh.com/intranet/moodle/pix/i/user.gif" alt="Guest Access" width="16" height="16" />which means guest access is allowed.</p>
<p><strong>Bulk Operations:</strong> Some people asked about bulk deletion of users and courses.<br />
This section has been moved to <a href="http://jrudd.org//2007/12/14/moodle-bulk-deletion-operations/" target="_blank">Moodle: Bulk Deletion Operations.</a></p>
<h3>Presentations:</h3>
<ul>
<li>Note: There is a file embedded within this post, please visit this post to download the file.</li>
<li>Note: There is a file embedded within this post, please visit this post to download the file.</li>
<li>Note: There is a file embedded within this post, please visit this post to download the file.</li>
<li>Note: There is a file embedded within this post, please visit this post to download the file.</li>
<li>Note: There is a file embedded within this post, please visit this post to download the file.</li>
</ul>
<h3>Plugins used by Moodle</h3>
<p>Some of the items shown during talk are produced by plugins to Moodle. Below is a list of some of our favourites:</p>
<ul>
<li><a href="http://moodle.org/mod/data/view.php?d=13&amp;rid=319" target="_blank">Book</a>: Allows structuring resource pages with chapters and pages.</li>
<li><a href="http://jrudd.org//2007/11/30/moodle-and-gallery-212/">Gallery</a>: Shows slide shows and generates thumbnails of images. You can upload a zip file containing an entire folder structure of pictures, and auto-generate albums and sub-albums from it.</li>
<li><a href="http://moodle.org/mod/data/view.php?d=13&amp;rid=926">Course Menu</a>: Creates a Tree Structure as a block on side of page to assist navigation.</li>
<li>Note: There is a file embedded within this post, please visit this post to download the file. On the main SBHS Moodle page there is also a Library block that sends search queries to our Sentral library page. This will need to be customised by schools to point to their Sentral system or the new DET <em>My Library</em> system (only accessible inside DET WAN). Just modify the block_library.php file to point to your Library search page. To install place the library directory in your Moodle blocks folder.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/2007/12/cc-day-t4-2007-installing-and-using-moodle/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>About Me</title>
		<link>http://jrudd.org/about/</link>
		<comments>http://jrudd.org/about/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 22:37:23 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[About]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[James]]></category>
		<category><![CDATA[James Rudd]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[microsoft certified systems]]></category>
		<category><![CDATA[microsoft certified systems administrator]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Qualifications]]></category>
		<category><![CDATA[Rudd]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Sydney]]></category>
		<category><![CDATA[sydney boys high school]]></category>
		<category><![CDATA[university of new south wales]]></category>
		<category><![CDATA[UNSW]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Aim of Site I’m aiming to use the site to let other admins know about some great utilities and websites to help in managing networks, primarily for schools, but hopefully relevant everywhere. As well as share some tips and ideas for managing computers. Background James Rudd, living in Sydney, Australia. I started working on the <a href='http://jrudd.org/about/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<h3>Aim of Site</h3>
<p>I’m aiming to use the site to let other admins know about some great utilities and websites to help in managing networks, primarily for schools, but hopefully relevant everywhere. As well as share some tips and ideas for managing computers.</p>
<h2>Background</h2>
<p>James Rudd, living in Sydney, Australia. I started working on the school network at high school and continued right through Uni. I am currently working full time as a Network Administrator at Sydney Boys High School.</p>
<h3>Employment</h3>
<ul>
<li>Network Administrator, <em><a href="http://www.sydneyboyshigh.com/">Sydney Boys High School</a></em>, NSW, Australia since 2001.</li>
<li>Administrator of a <a title="Rocks Cluster" href="http://www.rocksclusters.org" target="_blank">ROCKS HPC</a> cluster for the <em><a href="http://www.pv.unsw.edu.au/">Centre of Excellence for Silicon Photovoltaics and Photonics (UNSW)</a></em>, used to run the <a href="http://www.gaussian.com/">Gaussian 09</a> simulation package, as well as VASP and Quantum Espresso since October 2005</li>
</ul>
<h3>Qualifications</h3>
<ul>
<li>BEng Photovoltaics and Solar Energy (Hons.), <em>University of New South Wales, 2007</em></li>
<li>BSci Computer Science degrees, <em>University of New South Wales, 2007</em></li>
<li>Microsoft Certifications:<br />
<iframe src="https://www.mcpvirtualbusinesscard.com/VBCServer/JamesRuddSBHS/interactivecard" frameborder="0" scrolling="no" width="400px" height="177px"></iframe></p>
<ul>
<li>70-159 TS: Windows Server 2008 R2, Server Virtualization &#8211; Jan, 2012</li>
<li>70-169 TS: Windows Small Business Server 2011, Configuration &#8211; Jan, 2011</li>
<li>70-681 TS: Windows 7 and Office 2010, Deploying &#8211; July, 2010</li>
<li>70-680 TS: Windows 7, Configuring &#8211; May, 2010</li>
<li>70-669 TS: Windows Server 2008 R2, Desktop Virtualization &#8211; Mar, 2010</li>
<li>70-693 Pro: Windows Server 2008 R2, Virtualization Administrator &#8211; Jan, 2010</li>
<li>70-685 Pro: Windows 7, Enterprise Desktop Support Technician &#8211; Oct, 2009</li>
<li>70-686 Pro: Windows 7, Enterprise Desktop Administrator &#8211; Oct, 2009</li>
<li>70-646 Pro: Windows Server 2008, Server Administrator &#8211; Jun, 2009</li>
<li>70-648 TS: Upgrading your MCSA on Windows Server 2003 to Windows Server 2008 &#8211; Jun, 2009</li>
<li>70-620 TS: Configuring Microsoft Windows Vista Client &#8211; Jan, 2009</li>
<li>70-270 Installing, Configuring, and Administering Microsoft Windows XP &#8211; Jun, 2008</li>
<li>70-291 Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure &#8211; May, 2008</li>
<li>70-290 Managing and Maintaining a Microsoft Windows Server 2003 Environment &#8211; Jul, 2007</li>
</ul>
</li>
<li>D-Link Wireless Certified, 2007</li>
</ul>
<p><img class="alignright" title="D-Link Wireless Certified" src="http://jrudd.org/img/about/DLink_wireless_cert.png" alt="D-Link Certification" width="115" height="89" align="middle" /></p>
<h3>Experience and Skills</h3>
<ul>
<li>Moodle administration, bulk user and course management</li>
<li>Microsoft XP, Vista, 7 and Server 2003, 2008 and 2008 R2</li>
<li>Centos 5.5</li>
<li>Rocks Cluster 5.4</li>
<li>Scripting: Windows CMD, VBScript, Bash and Perl</li>
<li>PHP and MySQL</li>
<li>Novell Netware 6-6.5, OES 1, SLES 10, Zenworks 2-10, and Groupwise 6.5-7</li>
</ul>
Note: There is a print link embedded within this post, please visit this post to print it.
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

