<?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>Jumlin Blog</title>
	<atom:link href="http://blog.jumlin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jumlin.com</link>
	<description>The coding hell of Dennis V and the daily IT of Niklas Jumlin</description>
	<lastBuildDate>Fri, 11 May 2012 08:04:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>RoboCopy PowerShell Script</title>
		<link>http://blog.jumlin.com/2012/05/robocopy-powershell-script/</link>
		<comments>http://blog.jumlin.com/2012/05/robocopy-powershell-script/#comments</comments>
		<pubDate>Fri, 11 May 2012 07:58:28 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[EventLog]]></category>
		<category><![CDATA[robocopy]]></category>

		<guid isPermaLink="false">http://blog.jumlin.com/?p=235</guid>
		<description><![CDATA[I wrote a script that utilizes RoboCopy to mirror directories. It can easily be changed to do file level backups by changing some configurable parameters within the script. Read RoboCopys documentation to understand the use of switches. Whats interesting about this script is that it writes events/logs to EventLog if executed with administrative privileges, otherwise [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2012/05/robocopy-powershell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unrar finished torrents (uTorrent) and delete archives (rar)</title>
		<link>http://blog.jumlin.com/2011/02/unrar-finished-torrents-utorrent-and-delete-archives-rar/</link>
		<comments>http://blog.jumlin.com/2011/02/unrar-finished-torrents-utorrent-and-delete-archives-rar/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 15:06:12 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Winbatch]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[unrar]]></category>
		<category><![CDATA[utorrent]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=183</guid>
		<description><![CDATA[I couldn&#8217;t find any unpacker that would extract and delete archives for a torrent after a certain period of time or after a certain seed ratio had been reached. I&#8217;ve noticed quite alot of people complain about this on, for example, uTorrent&#8217;s official forums. So I wrote this script that will wait for a set [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2011/02/unrar-finished-torrents-utorrent-and-delete-archives-rar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Exchange 2003 to 2010 Migration</title>
		<link>http://blog.jumlin.com/2010/12/exchange-2003-to-2010-migration/</link>
		<comments>http://blog.jumlin.com/2010/12/exchange-2003-to-2010-migration/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 09:27:57 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[exchange 2003]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[swing migration]]></category>
		<category><![CDATA[transition]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=170</guid>
		<description><![CDATA[Well I had started to write a guide for this already, but just when I was to create this entry I came across a guide that&#8217;s already really good. So I&#8217;m just going to link to Pete Long&#8217;s blog where I found it: http://www.petenetlive.com/KB/Article/0000234.htm]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/12/exchange-2003-to-2010-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move files in folders and subfolders older than one year</title>
		<link>http://blog.jumlin.com/2010/10/move-files-in-folders-and-subfolders-older-than-one-year/</link>
		<comments>http://blog.jumlin.com/2010/10/move-files-in-folders-and-subfolders-older-than-one-year/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 13:05:42 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Winbatch]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[older]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=161</guid>
		<description><![CDATA[A colleague asked me if I could write a script that would move files within a folder or its subfolders that were older than one year into a new location but still keep the directory structure. I figured it would be quite a challenge so I decided to do it for him; kind as I [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/10/move-files-in-folders-and-subfolders-older-than-one-year/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Setting up cluster synchronization with csync2</title>
		<link>http://blog.jumlin.com/2010/07/setting-up-cluster-synchronization-with-csync2/</link>
		<comments>http://blog.jumlin.com/2010/07/setting-up-cluster-synchronization-with-csync2/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:55:29 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[csync2]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=137</guid>
		<description><![CDATA[Having to synchronize some data among a Debian linux cluster, i settled on using csync2 for the job. Here&#8217;s a short guide to set it up. We are assuming two machines here, 01.cluster and 02.cluster. The 01.cluster is gonna be our &#8220;master&#8221; in this setup. First on both machines install csync2 by executing: apt-get install [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/07/setting-up-cluster-synchronization-with-csync2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>THE ultimate loginscript</title>
		<link>http://blog.jumlin.com/2010/07/the-ultimate-loginscript/</link>
		<comments>http://blog.jumlin.com/2010/07/the-ultimate-loginscript/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 12:48:32 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Winbatch]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[loginscript]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=127</guid>
		<description><![CDATA[I was given the task to rewrite the login script for a company, they had 4 sites and about 20 login scripts for various purposes. So I wrote a general one which took care of all the general stuff. You may look at my earlier post about an inventory script, because this script will use [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/07/the-ultimate-loginscript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange 2010. Unable to access console or shell.</title>
		<link>http://blog.jumlin.com/2010/07/exchange-2010-unable-to-access-console-or-shell/</link>
		<comments>http://blog.jumlin.com/2010/07/exchange-2010-unable-to-access-console-or-shell/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 14:48:57 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[EMS]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[WinRM]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=115</guid>
		<description><![CDATA[You may get this message when you open up Exchange Management Console (EMC) for Exchange 2010. "Connecting to remote server failed with the following error message : The WinRM client received an HTTP server error status (500), but the remote service did not Include any other information about the cause of the failure. It was [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/07/exchange-2010-unable-to-access-console-or-shell/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Backup VMs in a Hyper-V Cluster (Core-version)</title>
		<link>http://blog.jumlin.com/2010/04/backup-vms-in-a-hyper-v-cluster-core-version/</link>
		<comments>http://blog.jumlin.com/2010/04/backup-vms-in-a-hyper-v-cluster-core-version/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 13:38:09 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[hyper-v]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=96</guid>
		<description><![CDATA[As far as I know, after some googling I couldn&#8217;t find any program that could take backups of Virtual Machines running on Hyper-V Core when the .VHD files were located on a Cluster Shared Storage. If you read my previous post you can probably understand you aren&#8217;t able to install any advanced programs in the [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/04/backup-vms-in-a-hyper-v-cluster-core-version/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Microsoft Hyper-V Server 2008 R2 with Failover Cluster</title>
		<link>http://blog.jumlin.com/2010/03/microsoft-hyper-v-server-2008-r2-with-failover-cluster/</link>
		<comments>http://blog.jumlin.com/2010/03/microsoft-hyper-v-server-2008-r2-with-failover-cluster/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 17:51:31 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[failover]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=45</guid>
		<description><![CDATA[Microsoft Windows Hyper-V Server 2008 R2 is a free version much like Windows Server 2008 R2 Core, except it comes with the Hyper-V role preconfigured. The only thing you will have to take in consideration before installing such a server is that Hyper-V Server 2008 R2 only comes with a PowerShell/CMD-prompt. So to configure such [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/03/microsoft-hyper-v-server-2008-r2-with-failover-cluster/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Inventory script for use with login scripts</title>
		<link>http://blog.jumlin.com/2010/03/inventory-script-for-use-with-login-scripts/</link>
		<comments>http://blog.jumlin.com/2010/03/inventory-script-for-use-with-login-scripts/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 08:49:53 +0000</pubDate>
		<dc:creator>Niklas Jumlin</dc:creator>
				<category><![CDATA[Winbatch]]></category>
		<category><![CDATA[inventory]]></category>
		<category><![CDATA[login script]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.gofolo.com/?p=51</guid>
		<description><![CDATA[I was recently asked to inventory approx 200 client computers of what programs they had installed, the specifications (cpu/ram/hdd) etc. So I was being lazy as most IT-techs are and wrote a script that I later on implemented into their usual login script. It creates a simple .txt-file on a pre-mapped network drive and appends [...]]]></description>
		<wfw:commentRss>http://blog.jumlin.com/2010/03/inventory-script-for-use-with-login-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

