<?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; Zenworks</title>
	<atom:link href="http://jrudd.org/wordpress/tag/zenworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrudd.org/wordpress</link>
	<description>Tools, Tips and Hints for managing a network.</description>
	<lastBuildDate>Mon, 26 Jul 2010 03:13:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google Earth Zenworks Deployment</title>
		<link>http://jrudd.org/wordpress/2009/02/20/google-earth-zenworks-deployment/</link>
		<comments>http://jrudd.org/wordpress/2009/02/20/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/wordpress/2009/02/20/google-earth-zenworks-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Intranet Problems with Internet Explorer 7 and Novell</title>
		<link>http://jrudd.org/wordpress/2008/01/01/local-intranet-problems-with-internet-explorer-7-and-novell/</link>
		<comments>http://jrudd.org/wordpress/2008/01/01/local-intranet-problems-with-internet-explorer-7-and-novell/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 00:36:43 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Novell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[ConsoleOne]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[Zenworks]]></category>

		<guid isPermaLink="false">http://jrudd.org/wordpress/2008/01/01/local-intranet-problems-with-internet-explorer-7-and-novell/</guid>
		<description><![CDATA[When you install Internet Explorer 7 (IE7) on Windows XP or Windows Server 2003 it may display a security warning when you access applications and files stored on Novell drive mappings if it does not consider them part of your local intranet. It may also prevent MS Access from opening databases from the network as <a href='http://jrudd.org/wordpress/2008/01/01/local-intranet-problems-with-internet-explorer-7-and-novell/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://jrudd.org/wordpress/wp-content/uploads/2007/12/zonemap1.png" target="_blank" title="Open File - Security Warning" rel="lightbox[32]"><img src="http://jrudd.org/wordpress/wp-content/uploads/2007/12/zonemap1.thumbnail.png" title="Open File - Security Warning" alt="Open File - Security Warning" class="imageright" height="93" width="128" /></a> When you install Internet Explorer 7 (IE7) on Windows XP or Windows Server 2003 it may display a security warning when you access applications and files stored on Novell drive mappings if it does not consider them part of your local intranet.<br />
It may also prevent MS Access from opening databases from the network as they are considered a security threat.</p>
<p>To see if your mapped drive is considered as either <em>Internet </em>or <em>Local Intranet</em>: first make sure Status Bar is on (View -&gt; Status Bar), then browse to a sub folder of drive and look in lower right hand corner. <img src="http://jrudd.org/wordpress/wp-content/uploads/2007/12/zonemap6.png" alt="Zone Internet" /> or <img src="http://jrudd.org/wordpress/wp-content/uploads/2007/12/zonemap5.png" alt="Zone Intranet" /></p>
<h2>Testing Security Settings or Configure for Individual PC</h2>
<ol>
<li>Open the &#8220;Internet Options&#8221; control panel</li>
<li>Click Security Tab, Local Intranet, Sites</li>
<li>Untick <em>Automatically detect intranet network</em> then tick <em>Include all local (intranet) sites not listed in other zones</em> and <em>Include all network paths (UNC)</em>. <a href="http://jrudd.org/wordpress/wp-content/uploads/2007/12/zonemap3.png" title="Local Intranet Detection settings" target="_blank" rel="lightbox[32]"><img src="http://jrudd.org/wordpress/wp-content/uploads/2007/12/zonemap3.thumbnail.png" alt="Local Intranet Detection settings" align="right" height="71" width="128" /></a>I find these are the minimum required. However I find these still occasionally don&#8217;t work so I add the server names and server IP range to intranet list.</li>
<li>Click Advanced and add the names and IPs of your servers. This should be in form <em>MyServer</em>, and IP ranges as <em>10.1.1.2-10</em>.<a href="http://jrudd.org/wordpress/wp-content/uploads/2007/12/zonemap4.png" title="Local Intranet Add Sites to Zone" target="_blank" rel="lightbox[32]"><img src="http://jrudd.org/wordpress/wp-content/uploads/2007/12/zonemap4.thumbnail.png" alt="Local Intranet Add Sites to Zone" align="right" height="113" width="128" /></a></li>
<li>Browse to network location and check if Explorer shows Local Intranet in lower right of screen.<br />
Check if files and applications now open without requiring verification.</li>
</ol>
<h2>Deploying Settings using Group Policies</h2>
<p>If performing the above has fixed the problem you probably need to deploy these settings to all users, which can be done using Group Policies.</p>
<ol>
<li>Open the Group Policy for machines affected (this may just be local GPEdit.msc on a terminal server or the Zenworks Workstation Policy in ConsoleOne).</li>
<li>Make sure the IE7 version of inetres.adm is loaded (~2.3MB). If not it can be download from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=11ab3e81-6462-4fda-8ee5-fcb8264c44b1&amp;displaylang=en" target="_blank" title="Administrative Templates for Internet Explorer 7 for Windows">MS IE7 ADM.</a></li>
<li>Go to <em>Computer Configuration</em> -&gt; <em>Windows Components</em> -&gt; <em>Internet Explorer</em> -&gt; <em>Internet Control Panel</em> -&gt; <em>Security Page</em> and set the following:
<ul>
<li>Site to Zone Assignment List:<a href="http://jrudd.org/wordpress/wp-content/uploads/2007/12/zonemap7.png" title="Group Policy Zone Assignments" rel="lightbox[32]"><img src="http://jrudd.org/wordpress/wp-content/uploads/2007/12/zonemap7.thumbnail.png" title="Group Policy Zone Assignments" alt="Group Policy Zone Assignments" align="right" height="114" width="128" /></a><br />
Add your server names with a value of 1 to list.<br />
You can add your server IP range with name &#8220;10.x.y.1-30&#8243; and value of 1.<br />
You may want to add the Windows Update entries with a value of 2.</p>
<pre>http://*.windowsupdate.microsoft.com

http://windowsupdate.microsoft.com

*.windowsupdate.com
update.microsoft.com</pre>
</li>
<li>Note: Adding items to the Zone Assignment List prevents desktop users adding trusted sites themselves.</li>
<li>Disable <em>Turn on Automatic detection of intranet</em> as this only works with Active Directory.</li>
<li>Enable <em>Include all local (intranet) sites not listed in other zones</em> and <em>Include all network paths (UNC)</em></li>
</ul>
</li>
<li>Exit Group Policy editor</li>
</ol>
<p>Other resources:</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=11ab3e81-6462-4fda-8ee5-fcb8264c44b1&amp;displaylang=en" target="_blank" title="Administrative Templates for Internet Explorer 7 for Windows">MS Admin Templates for Internet Explorer 7</a></li>
<li><a href="http://www.vexentricity.com/?p=61" target="_blank" title="IE7 and Intranets | Vexentricity ">IE7 and Intranets | Vexentricity</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/wordpress/2008/01/01/local-intranet-problems-with-internet-explorer-7-and-novell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing MSI filename in a Zenworks Application Object</title>
		<link>http://jrudd.org/wordpress/2007/12/04/changing-msi-filename-in-a-zenworks-application-object/</link>
		<comments>http://jrudd.org/wordpress/2007/12/04/changing-msi-filename-in-a-zenworks-application-object/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 04:36:51 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Novell]]></category>
		<category><![CDATA[ConsoleOne]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[Zenworks]]></category>

		<guid isPermaLink="false">http://jrudd.org/wordpress/2007/12/04/changing-msi-filename-in-a-zenworks-application-object/</guid>
		<description><![CDATA[In ConsoleOne it is relatively easy to change the path to an MSI but much more difficult to change the file name of the MSI itself. A trick is to install a second copy of ConsoleOne without any plugins. (I just have link to Clean ConsoleOne.) Using this version you can then Open the App <a href='http://jrudd.org/wordpress/2007/12/04/changing-msi-filename-in-a-zenworks-application-object/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>In ConsoleOne it is relatively easy to change the path to an MSI but much more difficult to change the file name of the MSI itself.</p>
<p>A trick is to install a second copy of ConsoleOne without any plugins. (I just have link to <em>Clean ConsoleOne</em>.) Using this version you can then Open the App Object and go to the <em>Other </em>tab, and expand <em>zenappPackageName</em>, double click the filename to change.</p>
<p>I use this quite regularly when updating <a href="http://www.frontmotion.com/FMFirefoxCE/">FrontMotion&#8217;s Firefox</a> MSI&#8217;s. I just keep two object and alternate between them. One production and one testing.</p>
<p>To change the location of an MSI you need to change 2 locations in ConsoleOne (with Zen plugins):</p>
<ul>
<li>Identification Tab (initial page loaded): Administration Package Path</li>
<li>Common Tab: Sources: Modify or Add a new source</li>
</ul>
<p>Make sure all paths use UNC paths. I recommend using <a href="http://jrudd.org/wordpress/2007/11/17/ninotech-path-copy-40/">Path Copy</a> for this.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/wordpress/2007/12/04/changing-msi-filename-in-a-zenworks-application-object/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Security Templates</title>
		<link>http://jrudd.org/wordpress/2007/12/03/security-templates/</link>
		<comments>http://jrudd.org/wordpress/2007/12/03/security-templates/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 22:46:08 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Novell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ConsoleOne]]></category>
		<category><![CDATA[file permissions]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Zenworks]]></category>

		<guid isPermaLink="false">http://jrudd.org/wordpress/2007/12/03/security-templates/</guid>
		<description><![CDATA[When using Group Policies with Zenworks and Windows XP you may find users are able to create folders and files in root of C:. This is due to the change in default security settings for drives on Windows XP from 2000. You need to use the Security Template editor to create a template restricting rights <a href='http://jrudd.org/wordpress/2007/12/03/security-templates/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p> When using Group Policies with Zenworks and Windows XP you may find users are able to create folders and files in root of C:.<br />
This is due to the change in default security settings for drives on Windows XP from 2000.</p>
<p>You need to use the Security Template editor to create a template restricting rights to the C drive and deploy it with your group policies. The same procedure can be used to create a Security Template for use with Active Directory.</p>
<h4>Instructions:</h4>
<p><span id="more-25"></span></p>
<ol>
<li>Open <em>MMC</em> from run</li>
<li>Add Remove Snap-in</li>
<li>Add <em>Security Templates</em> and <em>Close</em></li>
<li>By default this only shows C:\Windows\security\templates. I prefer to store mine on the network so add a new network folder.</li>
<li>Right click (RC) <em>Security Templates</em> and add a <em>New Template Search Path</em> to network folder</li>
<li>You can then either copy an existing template using RC on template and <em>Save As</em> to network folder or start from scratch.</li>
<li>Expand chosen template then <em>File System</em> folder</li>
<li>RC either on <em>File System</em> object or in right hand pane and <em>Add File</em></li>
<li>Click C: and OK and it should expand to %SystemDrive%</li>
<li>You can now adjust the permissions for the default groups.</li>
<li>When finished make sure to RC on the template and click Save. You can also set a description before saving.</li>
</ol>
<p>I recommend going into <em>Advanced </em>and removing the two entires for Users allowing them to Create Folders and Create Files. This will prevent students and users creating files on C: drive.</p>
<p>You can create similar entires for other folders such as program files, etc. You can also allow students access to folder if required by certain programs or groups. Remember under Novell, because computers are not part of domain you can not use items you have added such as groups or individual users.</p>
<h3>Adding to Group Policy in ConsoleOne</h3>
<ol>
<li>Open up the WS Policy Package, <em>Windows XP</em> tab and the <em>Windows Group Policy</em> item.<br />
If you are using Zen 7 continue, if using Zen 6.5 click Edit and jump to point 3 in AD below.</li>
<li>Click <em>Import Policies</em></li>
<li>Click <em>Import Security Settings File</em> and browse to the security template you created and import.</li>
<li>Make sure <em>Security Settings </em>is ticked under <em>Applied Settings Types</em></li>
<li>Click <em>OK </em>to save</li>
</ol>
<h3>Adding to Group Policy in Active Directory</h3>
<ol>
<li>Open <em>Group Policy Management </em>console</li>
<li>Browse to chosen GPO or create a new one, and go to Edit mode.</li>
<li>Expand <em>Computer Config</em> -&gt; <em>Windows Settings</em> -&gt; <em>Security Settings</em></li>
<li>RC on <em>Security Settings</em> and choose <em>Import Policy</em></li>
<li>Browse to the security template you created and <em>Open.</em> You may also wish to clear any existing settings in GPO.</li>
<li>Exit <em>Edit </em>mode</li>
</ol>
<p><strong>Multiple Security Templates can be created for different machines. </strong><br />
We allow staff to create files on C: (mainly to keep personal photos and music off network) so we have separate Security Template for Staff and Student PCs.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/wordpress/2007/12/03/security-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ninotech Path Copy 4.0</title>
		<link>http://jrudd.org/wordpress/2007/11/17/ninotech-path-copy-40/</link>
		<comments>http://jrudd.org/wordpress/2007/11/17/ninotech-path-copy-40/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 00:42:32 +0000</pubDate>
		<dc:creator>James Rudd</dc:creator>
				<category><![CDATA[Novell]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[UNC]]></category>
		<category><![CDATA[Zenworks]]></category>

		<guid isPermaLink="false">http://www.jrudd.org/wordpress/?p=4</guid>
		<description><![CDATA[Path Copy allows you to copy a file or folders path from a simple right click menu. You can get the Full, Short or UNC path. It is a great tool and one of the must haves for a network admin. http://home.worldonline.dk/ninotech/index.htm I use it constantly when writing scripts and need the full path, or <a href='http://jrudd.org/wordpress/2007/11/17/ninotech-path-copy-40/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Path Copy allows you to copy a file or folders path from a simple right click menu. You can get the Full, Short or UNC path.</p>
<p>It is a great tool and one of the must haves for a network admin.</p>
<p><a href="http://home.worldonline.dk/ninotech/index.htm" title="Ninotech" target="_blank">http://home.worldonline.dk/ninotech/index.htm</a></p>
<p>I use it constantly when writing scripts and need the full path, or with Zenwork applications needing the UNC path. Just a simple right click gets the complete UNC path.</p>
<p><a href="/utilities/pathc400.zip" title="Path Copy 4.0 " target="_blank">Path Copy 4.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jrudd.org/wordpress/2007/11/17/ninotech-path-copy-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
