<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>User Error</title>
	<link>http://daniel.streefkerkonline.com</link>
	<description>Ramblings of a tinkering SysAdmin</description>
	<lastBuildDate>Fri, 13 Nov 2009 00:12:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Managing Local Admins using GPP</title>
		<description><![CDATA[This is a brain dump of something Alan Burchill and Lilia Gutnik presented at TechEd Australia 2009. It covers managing local administrators on your workstations using the power of Group Policy Preferences.

Create a new GPO if necessary, link it to the OU where it needs to be applied
Edit the new GPO, and go to Computer [...]]]></description>
		<link>http://daniel.streefkerkonline.com/managing-local-admins-using-gpp/</link>
			</item>
	<item>
		<title>Displaying Google Calendar events in Umbraco</title>
		<description><![CDATA[[12th October 2009 - I've just updated this post with a new version of the macro. It now groups events properly. Sorry to the guys/girls with multilingual sites, I haven't put any effort into using Dictionary Items as I don't currently require that functionality]
I&#8217;ve yet to see a good event calendar in any of the [...]]]></description>
		<link>http://daniel.streefkerkonline.com/displaying-google-calendar-events-in-umbraco/</link>
			</item>
	<item>
		<title>Enabling Remote Desktop (RDP) on Windows Vista Home Premium</title>
		<description><![CDATA[Thanks to the guys at The Green Button forums, Vista Home Premium users can now also enjoy an oft-missed feature; RDP. This currently works with SP1, but SP2 isn’t far off so expect Microsoft to close this loophole again.
Below are some instructions found on the forum, and the rest of the process that I followed:

Download [...]]]></description>
		<link>http://daniel.streefkerkonline.com/enabling-remote-desktop-rdp-on-windows-vista-home-premium/</link>
			</item>
	<item>
		<title>How to install a Windows-CA-Signed Certificate on VMWare Server 2.0x</title>
		<description><![CDATA[
Make a backup of /etc/vmware/ssl/rui.crt and rui.key
Generate a new server key: openssl genrsa -out rui.key 2048
Generate a CSR: openssl req -new -key rui.key -out server.csr
Go to the Certificate Services web interface on one of your DCs, and select &#8220;Request a Certificate&#8221;

Select &#8220;advanced certificate request&#8221;
Select &#8220;Submit a certificate request by using a base-64-encoded CMC or PKCS [...]]]></description>
		<link>http://daniel.streefkerkonline.com/how-to-install-a-windows-ca-signed-certificate-on-vmware-server-20x/</link>
			</item>
	<item>
		<title>Mini Brain Dump: IP Subnet Change Considerations</title>
		<description><![CDATA[I&#8217;ve been sitting on this post for a long time, and intended to write a more detailed description. 
Here are some things you may need to consider (outside of the obvious like DHCP scopes, DNS server settings, Firewall settings &#38; rules, etc) when changing the IP range your Windows network operates on:

TCP/IP Printer ports on [...]]]></description>
		<link>http://daniel.streefkerkonline.com/mini-brain-dump-ip-subnet-change-considerations/</link>
			</item>
	<item>
		<title>mRemote: A Remote Connections Manager</title>
		<description><![CDATA[This tool should be a part of any self-respecting SysAdmin&#8217;s toolkit. mRemote is &#8220;a full-featured, open source, multi-tab remote connections manager&#8221;.
What does this mean?, you say. It means you&#8217;ve got one neat console where you can manage all your remote connections in one place. mRemote currently supports these protocols:

RDP (Remote Desktop)
VNC (Virtual Network Computing)
ICA (Independent [...]]]></description>
		<link>http://daniel.streefkerkonline.com/mremote-a-remote-connections-manager/</link>
			</item>
	<item>
		<title>Update: Deploying MYOB Premier via MSI</title>
		<description><![CDATA[I recently figured out a better way to get MYOB Premier to deploy via MSI that the previous method that I posted. This method basically stops the MSI from checking if it&#8217;s been run by a bootstrapper (Setup.exe). I&#8217;ve tested this with Premier 11 and 12 and it deploys fine on XP and Vista.
 
It [...]]]></description>
		<link>http://daniel.streefkerkonline.com/update-deploying-myob-premier-via-msi/</link>
			</item>
	<item>
		<title>CakePHP Code Snippet: Return only fields with values to the DB upon saving.</title>
		<description><![CDATA[This code goes in {ModelName}::beforeSave:

foreach ($this->data[$this->name] as $key => $value) {
    if (!set::classicExtract($this->data,$this->name . '.' . $key)) {
        $this->data = set::remove($this->data,$this->name . '.' . $key);
    }
}

I use it where the DB may be expecting values for certain fields that are optional in [...]]]></description>
		<link>http://daniel.streefkerkonline.com/cakephp-code-snippet-return-only-fields-with-values-to-the-db-upon-saving/</link>
			</item>
</channel>
</rss>
