<?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>Danny Maas</title>
	<atom:link href="http://www.dannymaas.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.dannymaas.com</link>
	<description>Herding Cats for a Living</description>
	<lastBuildDate>Fri, 13 Aug 2010 07:21:47 +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>Mooie spreuk</title>
		<link>http://www.dannymaas.com/?p=118</link>
		<comments>http://www.dannymaas.com/?p=118#comments</comments>
		<pubDate>Fri, 13 Aug 2010 07:21:47 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dannymaas.com/?p=118</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dannymaas.com/wp-content/uploads/2010/08/altijd.png"><img src="http://www.dannymaas.com/wp-content/uploads/2010/08/altijd-300x300.png" alt="" title="altijd" width="300" height="300" class="alignnone size-medium wp-image-119" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannymaas.com/?feed=rss2&amp;p=118</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vakantieweer</title>
		<link>http://www.dannymaas.com/?p=114</link>
		<comments>http://www.dannymaas.com/?p=114#comments</comments>
		<pubDate>Wed, 16 Jun 2010 08:01:19 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dannymaas.com/?p=114</guid>
		<description><![CDATA[Het weer in Lougratte]]></description>
			<content:encoded><![CDATA[<p><!-- weeronline widget -->
<div style="text-align:center;width:355px;height:300px;"> <center>  		<iframe scrolling="no" frameborder="0" style="border: 0pt none ; margin: 0pt; padding: 0pt; overflow: hidden; width: 355px; height: 290px;" src="http://www.weeronline.nl/Go/ExternalWidgets/Weather?settings=Aex7QQA%3D">          </iframe>  		<a href="http://www.weeronline.nl/Europa/Frankrijk/Lougratte/4291564" style="color:#0160B2;font-family:Arial,Helvetica,sans-serif;font-size:0.8em;letter-spacing:0.002em;line-height:1;font-weight:bold;margin-left:-25px;display:inline-block;">Het weer in Lougratte</a>  		</center>  		</div>
<p>  		<!-- weeronline widget --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannymaas.com/?feed=rss2&amp;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with Powershell</title>
		<link>http://www.dannymaas.com/?p=112</link>
		<comments>http://www.dannymaas.com/?p=112#comments</comments>
		<pubDate>Mon, 07 Jun 2010 10:21:53 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://www.dannymaas.com/?p=112</guid>
		<description><![CDATA[This is the script: $a=get-date foreach ($name in $dir) { $user = Get-QADUser -SamAccountName $name.name if (!$user) { write-Host $name.name $path = &#8220;x:\&#8221;+$name.name $path2 = &#8220;x:\_old homedirs\&#8221;+$name.name move-item $path $path2 rename-item -Newname ($name.name+&#8221; Archived at &#8220;+$a) } } The move works fine, but the rename gives me an error. I&#8217;ve also tried this: rename-item -path [...]]]></description>
			<content:encoded><![CDATA[<p>This is the script:</p>
<p><em>$a=get-date<br />
foreach ($name in $dir)<br />
	{<br />
	$user = Get-QADUser -SamAccountName $name.name<br />
	if (!$user) {<br />
	write-Host $name.name<br />
	$path = &#8220;x:\&#8221;+$name.name<br />
	$path2 = &#8220;x:\_old homedirs\&#8221;+$name.name<br />
    move-item $path $path2<br />
    rename-item -Newname ($name.name+&#8221; Archived at &#8220;+$a)<br />
	}<br />
}</p>
<p></em><br />
The move works fine, but the rename gives me an error.<br />
I&#8217;ve also tried this:</p>
<p><em>rename-item -path (&#8220;x:\_old homedirs\&#8221;+$name.name) -Newname ($name.name+&#8221; Archived at &#8220;+$a)</em></p>
<p>But I get the same error. The error is:</p>
<p><strong>Rename-Item : Cannot rename because the target specified represents a path or device name.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannymaas.com/?feed=rss2&amp;p=112</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poll</title>
		<link>http://www.dannymaas.com/?p=110</link>
		<comments>http://www.dannymaas.com/?p=110#comments</comments>
		<pubDate>Thu, 29 Apr 2010 07:44:40 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dannymaas.com/?p=110</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><script src="http://twtpoll.com/js/badge.js" type="text/javascript"></script><br />
<script src="http://twtpoll.com/badge/?twt=d16m4b&#038;s=250&#038;b=1&#038;bt=1" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannymaas.com/?feed=rss2&amp;p=110</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bloggen vanaf je android</title>
		<link>http://www.dannymaas.com/?p=104</link>
		<comments>http://www.dannymaas.com/?p=104#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:14:53 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.dannymaas.com/?p=104</guid>
		<description><![CDATA[Vandaag de melding gekregen dat wordpress nu ook voor de android beschikbaar is. Dat moet natuurlijk uitgetest worden. Probeer het zelf HIER. Overigens ook voor iPhone en Blackberry beschikbaar.]]></description>
			<content:encoded><![CDATA[<p>Vandaag de melding gekregen dat wordpress nu ook voor de android beschikbaar is.<br />
Dat moet natuurlijk uitgetest worden.<br />
Probeer het zelf <a href="http://android.wordpress.org">HIER</a>.<br />
Overigens ook voor iPhone en Blackberry beschikbaar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannymaas.com/?feed=rss2&amp;p=104</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boeken op de lijst&#8230;.</title>
		<link>http://www.dannymaas.com/?p=100</link>
		<comments>http://www.dannymaas.com/?p=100#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:33:11 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dannymaas.com/?p=100</guid>
		<description><![CDATA[Het Verloren Symbool &#8211; Dan Brown Een werkweek van 4 uur- Timothy Ferriss Requiem- Robyn Young Kruistocht &#8211; Robyn Young Het helse rad &#8211; Preston &#038; Child IJsgrens &#8211; Preston &#038; Child]]></description>
			<content:encoded><![CDATA[<p>Het Verloren Symbool &#8211; Dan Brown<br />
Een werkweek van 4 uur- Timothy Ferriss<br />
Requiem- Robyn Young<br />
Kruistocht &#8211; Robyn Young<br />
Het helse rad &#8211; Preston &#038; Child<br />
IJsgrens &#8211; Preston &#038; Child</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannymaas.com/?feed=rss2&amp;p=100</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Remote Desktop Connection on Vista Home Premium</title>
		<link>http://www.dannymaas.com/?p=95</link>
		<comments>http://www.dannymaas.com/?p=95#comments</comments>
		<pubDate>Tue, 20 Oct 2009 13:58:22 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Vista RDP]]></category>

		<guid isPermaLink="false">http://www.dannymaas.com/?p=95</guid>
		<description><![CDATA[There are many nice, but also quite many really irritating aspects to Windows Vista. Some are due to Microsoft intentionally crippling their own products. One of the most tiresome has been the disabling of Remote Desktop Connection. If you have to run down the stairs every time to check whether a particular process has ended [...]]]></description>
			<content:encoded><![CDATA[<p>There are many nice, but also quite many really irritating aspects to Windows Vista. Some are due to Microsoft intentionally crippling their own products. One of the most tiresome has been the disabling of Remote Desktop Connection. If you have to run down the stairs every time to check whether a particular process has ended or not, it gets old really quick, and double so when you realise that Vista Home Premium actually includes fully-featured Remote Desktop service, it is just broken by design. Here are the instructions to turn it back on — thanks a lot, guys!</p>
<p>    Steps to Add Remote Desktop to Vista Home Premium:</p>
<p>    1. Download <a href="http://www.dannymaas.com/media/termsrv.zip">termsrv.zip</a> here<br />
    2. Extract Termsrv.zip to a temp directory<br />
    3. Start “Command Prompt” in Administrator mode (Run As Administrator)<br />
    4. Run the corresponding batch file for your Vista edition<br />
    5. Allow TCP Port 3389 on Windows Firewall or any other firewall product.<br />
    6. Done</p>
<p><em><strong>Edit:</strong> I have now made a patch zip file for Vista SP1 32bit available here: <a href="http://www.dannymaas.com/media/termsrv_sp1.zip">termsrv_sp1.zip</a> (hope it works for you, it did ok for my Home Premium SP1. However, note that I am not the original author of this hack, and can not offer any detailed technical help if something goes wrong; use only on your own responsibility, etc. Note that this does NOT work for the 64bit Vista.) </em></p>
<p><strong>Update 2:</strong> Now there&#8217;s also a version for SP2 &#8211; 32bit and 64bit. You can download it <a href="http://www.dannymaas.com/media/rdp-x64-x86-sp2.zip">here</a>.</p>
<p>Copied from: <a href="http://www.unet.fi/fransblog/2007/08/30/enable-remote-desktop-connection-on-vista-home-premium/">Frans Goes Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannymaas.com/?feed=rss2&amp;p=95</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.dannymaas.com/?p=94</link>
		<comments>http://www.dannymaas.com/?p=94#comments</comments>
		<pubDate>Mon, 07 Sep 2009 20:27:03 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dannymaas.com/?p=94</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="pp_items">
<div class="pp_item" align="center"><img src="http://static.pixelpipe.com/dc87dfc8-6c5d-4d8e-aa61-5b780c3a657b_b.jpg" style="max-width: 100%;" /></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dannymaas.com/?feed=rss2&amp;p=94</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.dannymaas.com/?p=93</link>
		<comments>http://www.dannymaas.com/?p=93#comments</comments>
		<pubDate>Fri, 04 Sep 2009 09:26:25 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dannymaas.com/?p=93</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="pp_items">
<div class="pp_item" align="center"><img src="http://static.pixelpipe.com/318f4705-c63c-4fc4-b9f6-03018062a793_b.jpg" style="max-width: 100%;" /></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dannymaas.com/?feed=rss2&amp;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just what I Do&#8230;</title>
		<link>http://www.dannymaas.com/?p=89</link>
		<comments>http://www.dannymaas.com/?p=89#comments</comments>
		<pubDate>Fri, 04 Sep 2009 09:15:41 +0000</pubDate>
		<dc:creator>danny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dannymaas.com/?p=89</guid>
		<description><![CDATA[Download Just what I do. Download Pour Me. Download Ain&#8217;t Waistin&#8217;.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dannymaas.com/media/Trick Pony - Just What I Do.mp3" title="Anarchy Media Player - Right click to download file"><em>Download</em></a> Just what I do.<br />
<a href="http://www.dannymaas.com/media/Trick Pony - Pour Me.mp3" title="Anarchy Media Player - Right click to download file"><em>Download</em></a> Pour Me.<br />
<a href="http://www.dannymaas.com/media/Trick Pony - Ain't Wastin' Good Whiskey On You.mp3" title="Anarchy Media Player - Right click to download file"><em>Download</em></a> Ain&#8217;t Waistin&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dannymaas.com/?feed=rss2&amp;p=89</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.304 seconds -->
