<?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/"
	>

<channel>
	<title>ECS Computer Solutions, Christchurch</title>
	<atom:link href="http://www.cammckenzie.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.cammckenzie.com/blog</link>
	<description>Mutterings, inconsistant tips, rants and randomness of IT</description>
	<pubDate>Wed, 01 Sep 2010 00:23:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AIX password expiration notification / script with emailer!</title>
		<link>http://www.cammckenzie.com/blog/?p=161</link>
		<comments>http://www.cammckenzie.com/blog/?p=161#comments</comments>
		<pubDate>Wed, 01 Sep 2010 00:21:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[UNIX]]></category>

		<category><![CDATA[Active Directory]]></category>

		<category><![CDATA[AIX]]></category>

		<category><![CDATA[korn shell]]></category>

		<category><![CDATA[ksh]]></category>

		<category><![CDATA[perl]]></category>

		<category><![CDATA[scripts]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cammckenzie.com/blog/?p=161</guid>
		<description><![CDATA[I created this script out of frustration at work due to people using different systems to access the AIX box and not getting told that their password was due to expire. I then modified it later to then lookup the email address within Windows Active Directory and email the user, finally sending an email to [...]]]></description>
			<content:encoded><![CDATA[<p>I created this script out of frustration at work due to people using different systems to access the AIX box and not getting told that their password was due to expire. I then modified it later to then lookup the email address within Windows Active Directory and email the user<span id="more-161"></span>, finally sending an email to myself with a list of users due to expire and any email addresses it couldn&#8217;t find. It expects that AIX username and Windows username are both the same.</p>
<p>It is written for Korn Shell (AIX Standard) and uses Perl for the time translation and some &#8220;bc&#8221; maths. Its not the most elegant of scripts but it works. It has two parts - <a href="http://www.cammckenzie.com/blog/wp-content/uploads/2010/09/checkpasswordexpire.ksh">One is the main script to run as a cron job etc (root privilidges required) click here</a>, the <a href="http://www.cammckenzie.com/blog/wp-content/uploads/2010/09/retrieveemailaddressfromad.perl">second part is a Perl script which requires Perl modules &#8220;Convert-ASN1-0.22&#8243; and &#8220;perl-ldap-0.39&#8243; click here for download.</a> You will need to change some lines within both scripts but I have noted where changes need to made. Then setup checkpasswordexpire.ksh as cronjob and you should be away laughing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cammckenzie.com/blog/?feed=rss2&amp;p=161</wfw:commentRss>
		</item>
		<item>
		<title>How to change Boot Delay on VMWare Servers</title>
		<link>http://www.cammckenzie.com/blog/?p=158</link>
		<comments>http://www.cammckenzie.com/blog/?p=158#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:52:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[operating-systems]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[ESX]]></category>

		<category><![CDATA[Virtual Servers]]></category>

		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://www.cammckenzie.com/blog/?p=158</guid>
		<description><![CDATA[Often when working on remote VMWare servers and you want to boot an ISO from the datastore it doesn&#8217;t give you enough time to press ESCAPE and select the CD-ROM. There is an easy fix&#8230; Add / Edit the VMX file for the server you are trying CD boot and add the line: bios.bootDelay = [...]]]></description>
			<content:encoded><![CDATA[<p>Often when working on remote VMWare servers and you want to boot an ISO from the datastore it doesn&#8217;t give you enough time to press ESCAPE and select the CD-ROM. There is an easy fix&#8230; Add / Edit the VMX file for the server you are trying CD boot and add the line: <code>bios.bootDelay = "boot delay in milliseconds"</code> - Save the file back in the datastore and your done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cammckenzie.com/blog/?feed=rss2&amp;p=158</wfw:commentRss>
		</item>
		<item>
		<title>How to set Pinned Start Menu Items for Default Profile in Windows 7</title>
		<link>http://www.cammckenzie.com/blog/?p=146</link>
		<comments>http://www.cammckenzie.com/blog/?p=146#comments</comments>
		<pubDate>Tue, 13 Jul 2010 02:18:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[WDS]]></category>

		<category><![CDATA[operating-systems]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[Howto]]></category>

		<category><![CDATA[Sysprep]]></category>

		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.cammckenzie.com/blog/?p=146</guid>
		<description><![CDATA[Currently I am entrusted with developing a Windows 7 Professional Image for deployment and have until recently been stuck with getting the default user profile to &#8216;keep&#8217; pinned start menu items.
While I was copying them to C:\Users\USERNAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu they still wouldn&#8217;t show up. There is actually a complementary Registry key which makes the [...]]]></description>
			<content:encoded><![CDATA[<p>Currently I am entrusted with developing a Windows 7 Professional Image for deployment and have until recently been stuck with getting the default user profile to &#8216;keep&#8217; pinned start menu items.</p>
<p>While I was copying them to C:\Users\USERNAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu they still wouldn&#8217;t show up. There is actually a complementary Registry key which makes the magic happen. So without further ado: How to set Pinned Start Menu Items for Default Profile in Windows 7 <span id="more-146"></span></p>
<p>* Using your regular admin/user account setup the Pinned Start Menu Items how you would like them to look.</p>
<p>* Copy: <code>C:\Users\USERNAME\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu </code>TO:<code> C:\Users\Default\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu</code></p>
<p>* EXPORT the Registry Key: <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage2</code> to a REG File. <a href="http://technet.microsoft.com/en-us/library/cc732157.aspx">Load the Hive</a> <code>C:\Users\Default\NTUSER.DAT</code> and import those entries into the appropriate place within NTUSER.DAT. (So if you load your hive under the key HKEY_USERS\Test you will have to adjust the REG file to say: <code>HKEY_USERS\TEST\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage2</code> instead of:<code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage2</code> for the merge to work correctly.</p>
<p>* You can then actually make further changes to the default users registry, once your done unload the hive and bob&#8217;s your uncle (Your done)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cammckenzie.com/blog/?feed=rss2&amp;p=146</wfw:commentRss>
		</item>
		<item>
		<title>Windows could not apply unattended settings during pass (null). Windows 7</title>
		<link>http://www.cammckenzie.com/blog/?p=142</link>
		<comments>http://www.cammckenzie.com/blog/?p=142#comments</comments>
		<pubDate>Wed, 07 Jul 2010 00:02:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[WDS]]></category>

		<category><![CDATA[services]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[Sysprep]]></category>

		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.cammckenzie.com/blog/?p=142</guid>
		<description><![CDATA[Upon Sysprep-ing our first test image of Windows 7 using an unattend.xml our WDS enviroment would produce the error &#8216;Windows could not apply unattended settings during pass (null).&#8217; At first I thought my unattend.xml file was wrong BUT the actual problem was that WDS was using a Windows Vista Image for the Image Deployment. The [...]]]></description>
			<content:encoded><![CDATA[<p>Upon Sysprep-ing our first test image of Windows 7 using an unattend.xml our WDS enviroment would produce the error &#8216;Windows could not apply unattended settings during pass (null).&#8217; At first I thought my unattend.xml file was wrong BUT the actual problem was that WDS was using a Windows Vista Image for the Image Deployment. The required fix was copy boot.wim from the Windows 7 DVD\Sources directory and add that to the &#8216;Boot Images&#8217; within WDS. After that you PXE boot as per normal and select your newly appointed image!</p>
<p>This post was inspired by this blog <a href="http://consulting.risualblogs.com/blog/2010/04/29/windows-could-not-apply-unattended-settings-during-pass-null/">post</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cammckenzie.com/blog/?feed=rss2&amp;p=142</wfw:commentRss>
		</item>
		<item>
		<title>Troubleshoot account lockouts on Active Directory</title>
		<link>http://www.cammckenzie.com/blog/?p=139</link>
		<comments>http://www.cammckenzie.com/blog/?p=139#comments</comments>
		<pubDate>Tue, 06 Jul 2010 22:30:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cammckenzie.com/blog/?p=139</guid>
		<description><![CDATA[Recently had an issue were a users account would be locked out every couple of days in the end we resolved it by downloading Account Lockout and Management Tools from Microsoft and running EventCombMT. Then select Searches - BuiltIn Searches - Account Lockouts and the Date Range by clicking Options - Set Date Range and [...]]]></description>
			<content:encoded><![CDATA[<p>Recently had an issue were a users account would be locked out every couple of days in the end we resolved it by downloading <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7af2e69c-91f3-4e63-8629-b999adde0b9e&#038;DisplayLang=en">Account Lockout and Management Tools</a> from Microsoft and running<span id="more-139"></span> EventCombMT. Then select Searches - BuiltIn Searches - Account Lockouts and the Date Range by clicking Options - Set Date Range and Right Click the Search box (on the left) and select get DCs in the Domain then hit search. That should hopefully help you get starting finding out were the lockout is occuring.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cammckenzie.com/blog/?feed=rss2&amp;p=139</wfw:commentRss>
		</item>
		<item>
		<title>How to Hide Facebook Friends List</title>
		<link>http://www.cammckenzie.com/blog/?p=138</link>
		<comments>http://www.cammckenzie.com/blog/?p=138#comments</comments>
		<pubDate>Sat, 20 Mar 2010 02:32:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cammckenzie.com/blog/?p=138</guid>
		<description><![CDATA[First, click the pencil icon in the Friends box on your profile. Then, uncheck the &#8220;Show Friend List to everyone&#8221; box. Non-friends who come to your profile will then not be able to see this information. Please remember that your Friends List is always visible to you and your friends.
Your friends will still be able [...]]]></description>
			<content:encoded><![CDATA[<p>First, click the pencil icon in the Friends box on your profile. Then, uncheck the &#8220;Show Friend List to everyone&#8221; box. Non-friends who come to your profile will then not be able to see this information. Please remember that your Friends List is always visible to you and your friends.</p>
<p>Your friends will still be able to see your friends list but people who aren&#8217;t your friends can&#8217;t! Yay!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cammckenzie.com/blog/?feed=rss2&amp;p=138</wfw:commentRss>
		</item>
		<item>
		<title>WDS Error: There are no images available - SOLUTION</title>
		<link>http://www.cammckenzie.com/blog/?p=130</link>
		<comments>http://www.cammckenzie.com/blog/?p=130#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:12:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[WDS]]></category>

		<category><![CDATA[operating-systems]]></category>

		<category><![CDATA[rant]]></category>

		<category><![CDATA[services]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.cammckenzie.com/blog/?p=130</guid>
		<description><![CDATA[After a colleague of mine installed WDS at a client site they found that certain laptops and desktop PCs would not be able to pick up the images that have been captured.
The problem lies in the HAL Type of the PC that was captured and then WDS finds the HAL type for the PC asking [...]]]></description>
			<content:encoded><![CDATA[<p>After a colleague of mine installed WDS at a client site they found that certain laptops and desktop PCs would not be able to pick up the images that have been captured.</p>
<p>The problem lies in the HAL Type of the PC that was captured and then WDS finds the HAL type for the PC asking for an image and if one doesn&#8217;t match then you will most probably get the error: &#8220;There are no images available&#8221;</p>
<p>My scenario was that we had a generic image built and working for Single CPU and MultiCPU PCs but only the Multiple / Newer PCs could see the image in WDS - that is because the HAL type was &#8220;Advanced Configuration and power interface (ACPI) PC&#8221; but these older PCs were being recognised as Uniprocessor HAL Types.</p>
<p>The solution: Get the image onto the Older PC type (via Ghost or Clonezilla etc) login to the system. Download <a href="http://support.microsoft.com/kb/311272">DevCon</a> and extract into C:\Windows or any other %PATH% variable you like.<br />
Then run:<br />
<code>devcon sethwid @ROOT\ACPI_HAL\0000 := +acpiapic_up !acpiapic_mp<br />
devcon update c:\windows\inf\hal.inf acpiapic_up</code></p>
<p>Reboot and Login two times then Sysprep and capture again!</p>
<p>Hopefully your good to go!</p>
<p>Reference: http://www.ngohq.com/processors/11891-how-to-update-the-hal-without-reinstalling-windows.html</p>
<p>Keywords: WDS, Force HALs, Force HAL, Windows Deployment Services, WDS, ACPI Multiprocessor PC, acpiapic_up, acpiapic_mp, No Images after Capture, Change HAL Type</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cammckenzie.com/blog/?feed=rss2&amp;p=130</wfw:commentRss>
		</item>
		<item>
		<title>Can&#8217;t open this item. The text formatting command is not avaliable - Outlook</title>
		<link>http://www.cammckenzie.com/blog/?p=127</link>
		<comments>http://www.cammckenzie.com/blog/?p=127#comments</comments>
		<pubDate>Fri, 05 Feb 2010 02:13:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VPN]]></category>

		<category><![CDATA[operating-systems]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.cammckenzie.com/blog/?p=127</guid>
		<description><![CDATA[Can&#8217;t open this item. The text formatting command is not available - Outlook. This error was received when trying to open an Outlook item. Also it seems that Internet Explorer 7 (IE7) couldn&#8217;t render a page and it would just be blank. After trying to remove profiles and repair office etc I traced the fault [...]]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t open this item. The text formatting command is not available - Outlook. This error was received when trying to open an Outlook item. Also it seems that Internet Explorer 7 (IE7) couldn&#8217;t render a page and it would just be blank. After trying to remove profiles and repair office etc I traced the fault to a recent Windows update KB978207 for IE to be exact. After removing the update and rebooted everything worked again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cammckenzie.com/blog/?feed=rss2&amp;p=127</wfw:commentRss>
		</item>
		<item>
		<title>Install Visio and other programs remotely</title>
		<link>http://www.cammckenzie.com/blog/?p=120</link>
		<comments>http://www.cammckenzie.com/blog/?p=120#comments</comments>
		<pubDate>Tue, 02 Feb 2010 01:26:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cammckenzie.com/blog/?p=120</guid>
		<description><![CDATA[By using Sysinternals PSEXEC I installed Visio remotely unattended.
Copy the visio files to the PC in question
Edit the setup.ini file for visio located in files\setup\setup.ini add:

[Options]
; The option section is used for specifying individual Installer Properties.
USERNAME=Your Name
COMPANYNAME=Your Company

Then fire up a command prompt and execute command:

PSEXEC \\PCNAME -S -E -I MSIEXEC /PASSIVE /QB  /I [...]]]></description>
			<content:encoded><![CDATA[<p>By using Sysinternals PSEXEC I installed Visio remotely unattended.</p>
<p>Copy the visio files to the PC in question<br />
Edit the setup.ini file for visio located in files\setup\setup.ini add:<br />
<code><br />
[Options]<br />
; The option section is used for specifying individual Installer Properties.<br />
USERNAME=Your Name<br />
COMPANYNAME=Your Company<br />
</code><br />
Then fire up a command prompt and execute command:<br />
<code><br />
PSEXEC \\PCNAME -S -E -I MSIEXEC /PASSIVE /QB  /I C:\TEMP\visio2003\VISSTD.MSI PIDKEY=12345abcde98765zyxwv34567<br />
</code><br />
PCNAME Being the name of the remote PC<br />
C:\TEMP\visio2003\VISSTD.MSI being the path to the VISSTD.MSI package<br />
12345abcde98765zyxwv34567 being your Visio license key</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cammckenzie.com/blog/?feed=rss2&amp;p=120</wfw:commentRss>
		</item>
		<item>
		<title>Vistar7 Transformation Pack for KDE 4.x</title>
		<link>http://www.cammckenzie.com/blog/?p=112</link>
		<comments>http://www.cammckenzie.com/blog/?p=112#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:06:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[KDE]]></category>

		<category><![CDATA[operating-systems]]></category>

		<category><![CDATA[rant]]></category>

		<category><![CDATA[services]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://it-support-hell-p.blue-pearls.net/?p=112</guid>
		<description><![CDATA[I came across a Windows 7 Skins for KDE - It looked really&#8230;.exact but the install script was crap it installed a new user and was only Kubuntu based and was pretty brutal at overwriting stuff so I then modified the script to remove the Ubuntu parts, put in a backup function. It now creates [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a <a href="http://www.kde-look.org/content/show.php/Vistar7+-+Windows+7+Transformation+Pack?content=104232">Windows 7 Skins for KDE</a> - It looked really&#8230;.exact but the install script was crap it installed a new user and was only Kubuntu based and was pretty brutal at overwriting stuff so I<span id="more-112"></span> then modified the script to remove the Ubuntu parts, put in a backup function. It now creates a tar file of the stuff it overwrites so you can &#8216;restore&#8217; it later. I worked for me when I reverted back&#8230;.. Now made available to you! <a href="http://www.cammckenzie.com/blog/wp-content/uploads/2010/01/Vistar7-TransformationPack-KDE4.x.zip">Download here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cammckenzie.com/blog/?feed=rss2&amp;p=112</wfw:commentRss>
		</item>
	</channel>
</rss>
