<?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>Austin Maliszewski&#039;s Blog</title>
	<atom:link href="http://austinmaliszewski.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://austinmaliszewski.com</link>
	<description>Ramblings on IT, etc...</description>
	<lastBuildDate>Sun, 25 Apr 2010 02:02:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving Hosts</title>
		<link>http://austinmaliszewski.com/2010/04/moving-hosts/</link>
		<comments>http://austinmaliszewski.com/2010/04/moving-hosts/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 21:22:37 +0000</pubDate>
		<dc:creator>Austin Maliszewski</dc:creator>
		
		<guid isPermaLink="false">http://austinmaliszewski.com/?p=130</guid>
		<description><![CDATA[I&#8217;m going to be moving this site over to a VPS. There shouldn&#8217;t be any downtime as long as everything goes smoothly. I&#8217;m probably going to be holding onto my Dreamhost account for a while, but if everything goes smoothly, I&#8217;ll probably migrate everything over to this VPS.
UPDATE: I&#8217;ve successfully mirrored the site over to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to be moving this site over to a VPS. There shouldn&#8217;t be any downtime as long as everything goes smoothly. I&#8217;m probably going to be holding onto my Dreamhost account for a while, but if everything goes smoothly, I&#8217;ll probably migrate everything over to this VPS.</p>
<p>UPDATE: I&#8217;ve successfully mirrored the site over to the VPS, so as soon as the name server changes propagate, the migration will be complete. </p>
]]></content:encoded>
			<wfw:commentRss>http://austinmaliszewski.com/2010/04/moving-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SSL Certificates from StartSSL</title>
		<link>http://austinmaliszewski.com/2010/03/free-ssl-certificates-from-startssl/</link>
		<comments>http://austinmaliszewski.com/2010/03/free-ssl-certificates-from-startssl/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 23:20:23 +0000</pubDate>
		<dc:creator>Austin Maliszewski</dc:creator>
		
		<guid isPermaLink="false">http://austinmaliszewski.com/?p=111</guid>
		<description><![CDATA[StartSSL is a certification authority that offers basic validation, low-assurance SSL certificates free of charge. As of September 22nd, 2009, their root SSL certificate was included in the Microsoft Root CA bundle pushed to Windows computers using Windows Update. This means you can get free SSL certificates that work in IE, Firefox, Safari, etc. completely [...]]]></description>
			<content:encoded><![CDATA[<p>StartSSL is a certification authority that offers basic validation, low-assurance SSL certificates free of charge. As of September 22nd, 2009, their root SSL certificate was included in the Microsoft Root CA bundle pushed to Windows computers using Windows Update. This means you can get free SSL certificates that work in IE, Firefox, Safari, etc. completely free. Keep it in mind for your next deployment of Exchange, Remote Desktop Gateway, etc. </p>
<p>If you require a higher assurance certificate, for $49 you can have your identity validated for two years through which you can issue any number of certificates. For an additional $49, you can get your organization&#8217;s identity validated. EV Certs are also available.</p>
<p>I think it&#8217;s about time someone&#8217;s done something like this. I mean really, how much effort could it be to issue minimal assurance SSL certs? </p>
]]></content:encoded>
			<wfw:commentRss>http://austinmaliszewski.com/2010/03/free-ssl-certificates-from-startssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows</title>
		<link>http://austinmaliszewski.com/2010/02/windows/</link>
		<comments>http://austinmaliszewski.com/2010/02/windows/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 15:00:56 +0000</pubDate>
		<dc:creator>Austin Maliszewski</dc:creator>
		
		<guid isPermaLink="false">http://austinmaliszewski.com/?p=114</guid>
		<description><![CDATA[While sorting through some of my old computer stuff, I found something very interesting: a set of 5.25&#8243; floppy disks and a manual for Windows.
That&#8217;s right, for Windows. Windows 1.0 to be exact.
Apparently someone in my family bought a Zenith Z-100 or Z-200 computer in 1986 which came bundled with Windows 1. This machine was [...]]]></description>
			<content:encoded><![CDATA[<p>While sorting through some of my old computer stuff, I found something very interesting: a set of 5.25&#8243; floppy disks and a manual for Windows.</p>
<p>That&#8217;s right, for Windows. Windows 1.0 to be exact.</p>
<p>Apparently someone in my family bought a Zenith Z-100 or Z-200 computer in 1986 which came bundled with Windows 1. This machine was almost IBM Compatible but not 100%. However, the disks that it came with work fine on an IBM Compatible machine. </p>
<p>According to the manual, I need an 8086 or 8088 with 320K memory, two floppy drives, and a CRT. It also says that I can consult the Software Consultation computer bulletin board by modem at (616) 982-3503 if I need help. </p>
<p>For the heck of it, I dug out my 5.25&#8243; floppy drive and copied the disks into disk images and set it up in VirtualBox. And it&#8217;s fast. In fact, it loads so quickly that I don&#8217;t even get to see the Windows splash screen. I&#8217;m going to have to look for some slightly more authentic hardware to run it on. I think I&#8217;ve got an original Pentium 65MHz box somewhere around here. I know I used to have one. It was my first PC.</p>
<p>Some things never change. Notepad hasn&#8217;t changed (much) in 25 years:</p>
<p><a href="http://austinmaliszewski.com/wp-content/uploads/2010/02/Notepad1.png"><img class="alignnone size-full wp-image-120" title="Notepad" src="http://austinmaliszewski.com/wp-content/uploads/2010/02/Notepad1.png" alt="" width="641" height="350" /></a></p>
<p>OMG, I can multitask!</p>
<p><a href="http://austinmaliszewski.com/wp-content/uploads/2010/02/Multitasking.png"><img src="http://austinmaliszewski.com/wp-content/uploads/2010/02/Multitasking.png" alt="" title="Multitasking" width="642" height="350" class="alignnone size-full wp-image-117" /></a></p>
<p>Paint&#8217;s changed a lot:</p>
<p><a href="http://austinmaliszewski.com/wp-content/uploads/2010/02/Paint.png"><img src="http://austinmaliszewski.com/wp-content/uploads/2010/02/Paint.png" alt="" title="Paint" width="641" height="349" class="alignnone size-full wp-image-119" /></a></p>
<p>I guess there wasn&#8217;t all that much to control back then:</p>
<p><a href="http://austinmaliszewski.com/wp-content/uploads/2010/02/Control-Panel.png"><img src="http://austinmaliszewski.com/wp-content/uploads/2010/02/Control-Panel.png" alt="" title="Control Panel" width="641" height="350" class="alignnone size-full wp-image-115" /></a></p>
<p>Don&#8217;t forget to end your Windows Session:</p>
<p><a href="http://austinmaliszewski.com/wp-content/uploads/2010/02/End-Your-Windows-Session.png"><img src="http://austinmaliszewski.com/wp-content/uploads/2010/02/End-Your-Windows-Session.png" alt="" title="End Your Windows Session" width="641" height="351" class="alignnone size-full wp-image-116" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://austinmaliszewski.com/2010/02/windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Booting Ghost</title>
		<link>http://austinmaliszewski.com/2009/06/network-booting-ghost/</link>
		<comments>http://austinmaliszewski.com/2009/06/network-booting-ghost/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 02:22:43 +0000</pubDate>
		<dc:creator>Austin Maliszewski</dc:creator>
		
		<guid isPermaLink="false">http://austinmaliszewski.com/?p=91</guid>
		<description><![CDATA[At Payton, we use Ghost to help us administer all the client PCs in the building. Each family of PCs gets its own image (with some minor variations since certain departments require specialized software that can&#8217;t be easily managed using GPOs) which is deployed every few months from a central server with multicast. 
In the [...]]]></description>
			<content:encoded><![CDATA[<p>At Payton, we use Ghost to help us administer all the client PCs in the building. Each family of PCs gets its own image (with some minor variations since certain departments require specialized software that can&#8217;t be easily managed using GPOs) which is deployed every few months from a central server with multicast. </p>
<p>In the past, we&#8217;ve always booted the PCs with Ghost Boot CDs which allowed them to connect to the GhostCast Session. We didn&#8217;t have good luck with Ghost Console working properly, so we always did it this way. (Though I really want to start using WDS). However, recently, we acquired 100 notebook PCs that don&#8217;t have optical drives. Obviously, this was a problem. We were either going to have to use a USB CD drive or a USB floppy and neither would have been pretty for imaging 100 PCs.</p>
<p>There are several ways of network booting for Ghost. I&#8217;m going to go over two ways. One is with all free or shareware software and the other, is the way we ended up doing it and that&#8217;s with 3Com Boot Services since Symantec Ghost 8 Corporate includes it. Let me say that that software is a piece of work. It has a UI dating from the Windows 3.11 days. However, it actually works, when you get around its quirkiness. (I picked the 3Com route because you can configure the PXE server to run in DHCP Proxy mode which was critical since we don&#8217;t have any control over the DHCP server.)</p>
<p>Instead of me going over everything with the free/shareware software way, let me just provide a link. His instructions are great and got me a working setup. (Just don&#8217;t use any of the included software, it&#8217;s a few years out of date). <a href="http://www.lhsc.vic.edu.au/Downloads/pxeghost/PXEGhost.zip">Link</a> from Damian Jackson at Lilydale Heights College. Point of Interest: The only drive letter that the Ghost Boot Wizard is willing to work with for creating the floppy image is A:/. You might need to disable your system&#8217;s actual floppy drive if you&#8217;re not using real disks (or don&#8217;t have physical access to the server). That took me hours to figure out.</p>
<p>It&#8217;s also probably not worth me going over the 3Com Boot Services way since it comes with a perfectly good manual on the CD. However, there are a few things which are covered in the manual, but not inherently obvious if you don&#8217;t read the manual. The rest is straight forward and you probably won&#8217;t have to read the manual. This is the brief version of everything.</p>
<p>First off, you need to create a Network Boot Image using the Ghost Boot Wizard. You can probably figure this out. Make sure to use the PXE Network Driver. I made two images. One has no command line parameters (which I called Ghost Manual) and the other has the parameters &#8220;-ja=[sessionname] -sure&#8221; where [sessionname] is equal to the name we use for our GhostCasting sessions. This I called Ghost Automatic since it automatically connects to the session.</p>
<p>Now you need to prep 3Com Boot Services. On your Start Menu under 3Com Boot Services is the 3Com Boot Image Editor. Open that up and select &#8220;Create a PXE menu boot file&#8221;. Create your menu file. Here&#8217;s what mine looks like.</p>
<div id="attachment_92" class="wp-caption alignnone" style="width: 405px"><img src="http://austinmaliszewski.com/wp-content/uploads/2009/06/menufile.jpg" alt="PXE Boot Menu in 3Com Boot Image Editor" title="PXE Menu" width="395" height="358" class="size-full wp-image-92" /><p class="wp-caption-text">PXE Boot Menu in 3Com Boot Image Editor</p></div>
<p>When you&#8217;re done go ahead and save it. You can name it if you like or just leave it as &#8220;mba.pxe&#8221;. The next step is to edit the BOOTPTAB file. Which you can do by opening the appropriately named BOOTPTAB Editor. This whole BOOTPTAB thing is a little clunky. The default BOOTPTAB file has a couple of entries. Go ahead and nuke those. Now, go to Edit and Add Host. This is where it gets a little weird. This is how you fill it out:</p>
<div id="attachment_93" class="wp-caption alignnone" style="width: 367px"><img src="http://austinmaliszewski.com/wp-content/uploads/2009/06/Edit-Host.jpg" alt="Adding a new host into BOOTPTAB" title="Add New Host" width="357" height="274" class="size-full wp-image-93" /><p class="wp-caption-text">Adding a new host into BOOTPTAB</p></div>
<p>Yes, those are really question marks. You can also specify a MAC address, but putting in all question marks serves as a wildcard to allow all clients. Hit &#8220;Ok.&#8221; Now your BOOTPTAB file should look like this:</p>
<div id="attachment_94" class="wp-caption alignleft" style="width: 704px"><img src="http://austinmaliszewski.com/wp-content/uploads/2009/06/Bootptab.jpg" alt="Sample Configuration" title="BOOTPTAB File" width="694" height="158" class="size-full wp-image-94" /><p class="wp-caption-text">Sample Configuration</p></div>
<p>Go ahead and save that. Now, you can launch the PXE Server and the TFTP Server. (Both must be running. You can make them services if you&#8217;d like.) When you first launch the PXE Server it will check to see if the PC you&#8217;re running it on is a DHCP server. If it&#8217;s not, it will ask you if you&#8217;d like it to be a DHCP Proxy. Tell it that you would. You&#8217;re all done on the server side.</p>
<p>Now, go to one of your client PCs and tell it to boot from LAN. If you did everything correctly, you&#8217;ll get a menu that looks something like this (depending on your configuration).</p>
<div id="attachment_95" class="wp-caption alignleft" style="width: 732px"><img src="http://austinmaliszewski.com/wp-content/uploads/2009/06/Working.jpg" alt="PXE Boot Menu" title="PXE Boot Menu" width="722" height="401" class="size-full wp-image-95" /><p class="wp-caption-text">PXE Boot Menu</p></div>
<p>Happy Ghosting!</p>
]]></content:encoded>
			<wfw:commentRss>http://austinmaliszewski.com/2009/06/network-booting-ghost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer</title>
		<link>http://austinmaliszewski.com/2009/06/summer/</link>
		<comments>http://austinmaliszewski.com/2009/06/summer/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 20:06:01 +0000</pubDate>
		<dc:creator>Austin Maliszewski</dc:creator>
		
		<guid isPermaLink="false">http://austinmaliszewski.com/?p=77</guid>
		<description><![CDATA[So, it&#8217;s summer, and in theory, since school&#8217;s out, I&#8217;m supposed to have more time. Actually, I seem to have less. I&#8217;ve been so busy lately (with some really neat things and some boring things) that I haven&#8217;t had time to blog about them.
So, in the next few days, I&#8217;m going to force myself to [...]]]></description>
			<content:encoded><![CDATA[<p>So, it&#8217;s summer, and in theory, since school&#8217;s out, I&#8217;m supposed to have more time. Actually, I seem to have less. I&#8217;ve been so busy lately (with some really neat things and some boring things) that I haven&#8217;t had time to blog about them.</p>
<p>So, in the next few days, I&#8217;m going to force myself to blog about a couple of things.</p>
<p>1. Terminal Services: Yes, I will actually post that guide to setting up TS and making it work.<br />
2. Network Booting Ghost<br />
3. Doing a network boot when you don&#8217;t control the DHCP server.<br />
3. SSL Certs are a PITA and kind of stupid<br />
4. Windows 7 and 2008R2<br />
5. Books<br />
6. TI Nspire CAS stuff</p>
]]></content:encoded>
			<wfw:commentRss>http://austinmaliszewski.com/2009/06/summer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7</title>
		<link>http://austinmaliszewski.com/2009/06/windows-7/</link>
		<comments>http://austinmaliszewski.com/2009/06/windows-7/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 16:11:05 +0000</pubDate>
		<dc:creator>Austin Maliszewski</dc:creator>
		
		<guid isPermaLink="false">http://austinmaliszewski.com/?p=64</guid>
		<description><![CDATA[I&#8217;ve been using the Windows 7 RC the past few days and I&#8217;m generally impressed with how well it runs. For one thing, it runs quite comfortably on only 512MB of RAM. It even runs nicely in a VM, with no real performance issues. It&#8217;s highly usable, even when virtualized, which is more than Vista [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the Windows 7 RC the past few days and I&#8217;m generally impressed with how well it runs. For one thing, it runs quite comfortably on only 512MB of RAM. It even runs nicely in a VM, with no real performance issues. It&#8217;s highly usable, even when virtualized, which is more than Vista can say. It&#8217;s also really pretty. The UI is really nice, in a way, it&#8217;s much more like OS X. The taskbar has been totally redesigned, it&#8217;s now like the dock in OS X. </p>
<p>Within the next week or so, I&#8217;m going to switch my primary PC to Windows 7 and we&#8217;ll see how it goes. I&#8217;ll write more later.</p>
]]></content:encoded>
			<wfw:commentRss>http://austinmaliszewski.com/2009/06/windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RemoteApp Programs Web Access Order</title>
		<link>http://austinmaliszewski.com/2009/06/remoteapp-programs-web-access-order/</link>
		<comments>http://austinmaliszewski.com/2009/06/remoteapp-programs-web-access-order/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 02:32:13 +0000</pubDate>
		<dc:creator>Austin Maliszewski</dc:creator>
		
		<guid isPermaLink="false">http://austinmaliszewski.com/?p=66</guid>
		<description><![CDATA[For the past few days, I&#8217;ve been fighting trying to rearrange the order of RemoteApp programs in Web Access. I figured out that it was sorting based on the name of the RemoteApp&#8217;s RDP file. I just couldn&#8217;t figure out how to change the name of an App&#8217;s RDP file without breaking everything. Tonight, I [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few days, I&#8217;ve been fighting trying to rearrange the order of RemoteApp programs in Web Access. I figured out that it was sorting based on the name of the RemoteApp&#8217;s RDP file. I just couldn&#8217;t figure out how to change the name of an App&#8217;s RDP file without breaking everything. Tonight, I was installing a new app onto one of my TS machines and I happened to notice that when you right click on an App in RemoteApp manager and select properties there is a field called alias. This alias field corresponds to the name of the RDP file. When you change the name here, it will rename the file and update Web Access. By changing the names here (and knowing that Web Access goes in alphabetical order of these aliases) you can rearrange the order of RemoteApps in Web Access.</p>
]]></content:encoded>
			<wfw:commentRss>http://austinmaliszewski.com/2009/06/remoteapp-programs-web-access-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the OpenDocument Format in Microsoft Office</title>
		<link>http://austinmaliszewski.com/2009/05/using-the-opendocument-format-in-microsoft-office/</link>
		<comments>http://austinmaliszewski.com/2009/05/using-the-opendocument-format-in-microsoft-office/#comments</comments>
		<pubDate>Sat, 30 May 2009 20:33:13 +0000</pubDate>
		<dc:creator>Austin Maliszewski</dc:creator>
		
		<guid isPermaLink="false">http://austinmaliszewski.com/?p=62</guid>
		<description><![CDATA[Last week, I had a user come by the tech office who needed to open and print a document created with OpenOffice.org. While we&#8217;re a pretty open environment at Payton, we are somewhat Microsoft, and oddly enough we didn&#8217;t have OpenOffice installed anywhere, since the only machines that run Linux are servers and we have [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I had a user come by the tech office who needed to open and print a document created with OpenOffice.org. While we&#8217;re a pretty open environment at Payton, we are somewhat Microsoft, and oddly enough we didn&#8217;t have OpenOffice installed anywhere, since the only machines that run Linux are servers and we have Microsoft Office on all the workstations. I downloaded and installed it to my personal machine and converted his documents and he was on his way. However, this got me thinking. There had to be way to open OpenDocument files in Microsoft Office. This is what I came up with: The Sun ODF Plugin for Microsoft Office (http://www.sun.com/software/star/odf_plugin/). It&#8217;s free and it works, so it fits the bill for me. My only real complaint is that you need a Sun account to download the plugin (although you probably already have one).</p>
]]></content:encoded>
			<wfw:commentRss>http://austinmaliszewski.com/2009/05/using-the-opendocument-format-in-microsoft-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizing an ESXi Virtual Hard Disk</title>
		<link>http://austinmaliszewski.com/2009/05/resizing-an-esxi-virtual-hard-disk/</link>
		<comments>http://austinmaliszewski.com/2009/05/resizing-an-esxi-virtual-hard-disk/#comments</comments>
		<pubDate>Thu, 21 May 2009 00:59:39 +0000</pubDate>
		<dc:creator>Austin Maliszewski</dc:creator>
		
		<guid isPermaLink="false">http://austinmaliszewski.com/?p=50</guid>
		<description><![CDATA[Conveniently ESXi includes a way to increase the size of a virtual hard disk. However, like everything else in ESXi it is neither easy to find nor easy to make work. To save you the effort, here&#8217;s how to do it. First, you need to delete any and all snapshots. It won&#8217;t work if you [...]]]></description>
			<content:encoded><![CDATA[<p>Conveniently ESXi includes a way to increase the size of a virtual hard disk. However, like everything else in ESXi it is neither easy to find nor easy to make work. To save you the effort, here&#8217;s how to do it. First, you need to delete any and all snapshots. It won&#8217;t work if you have any snapshots. (Don&#8217;t worry, deleting them just merges them into the flat disk and deletes the deltas. You won&#8217;t lose any information.)</p>
<p>If you have snapshots on the virtual drive you can tell ESXi to make the change. ESXi tells you it resized the disk but it never actually does it. (It doesn&#8217;t give an error message, it just doesn&#8217;t work). I&#8217;d recommend shutting down your VM just in case, though you&#8217;re supposed to be able to do it to a live VM the thought is a bit scary for me.</p>
<p>Go to your VM&#8217;s Getting Started page in Infrastructure Client and click on &#8220;Edit virtual machine settings&#8221;. On the left side, there&#8217;s an option that says &#8220;Hard Disk&#8221; and a number. Click that. That brings up this menu:</p>
<div id="attachment_52" class="wp-caption alignnone" style="width: 499px"><img class="size-full wp-image-52" title="VMWare ESXi Change VHD Size" src="http://austinmaliszewski.com/wp-content/uploads/2009/05/change-vhd-size.jpg" alt="VMWare ESXi Properties Menu. VHD Settings" width="489" height="393" /><p class="wp-caption-text">VMWare ESXi Properties Menu. VHD Settings</p></div>
<p>On the right, you&#8217;ll notice that you can adjust the disk capacity. You can make the drive larger (or smaller) as needed by adjusting the New Size tab. It&#8217;s not recommended that you mess with any of the other settings as changing them can confuse your operating system and prevent it from booting. That&#8217;s it. You&#8217;re done, now you just need to resize the partition so that your OS can make use of the new space.</p>
<p>(While it may seem like I&#8217;ve been bashing ESXi, it really is a great product. Once you get it running and figure out its quirks it&#8217;s one of the best virtualization solutions around. And it&#8217;s free. For what more can you ask?)</p>
]]></content:encoded>
			<wfw:commentRss>http://austinmaliszewski.com/2009/05/resizing-an-esxi-virtual-hard-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revisiting TS, Part I</title>
		<link>http://austinmaliszewski.com/2009/05/revisiting-ts-part-i/</link>
		<comments>http://austinmaliszewski.com/2009/05/revisiting-ts-part-i/#comments</comments>
		<pubDate>Fri, 15 May 2009 02:10:32 +0000</pubDate>
		<dc:creator>Austin Maliszewski</dc:creator>
		
		<guid isPermaLink="false">http://austinmaliszewski.com/?p=47</guid>
		<description><![CDATA[So, in the middle of December, I wrote a posting praising Microsoft for the way TS 2008 turned out. This was based on my theoretical knowledge of the software. However, I&#8217;ve actually gotten around to setting it up. My opinion of the service has really been confirmed. It&#8217;s great stuff once you manage to get [...]]]></description>
			<content:encoded><![CDATA[<p>So, in the middle of December, I wrote a posting praising Microsoft for the way TS 2008 turned out. This was based on my theoretical knowledge of the software. However, I&#8217;ve actually gotten around to setting it up. My opinion of the service has really been confirmed. It&#8217;s great stuff once you manage to get it setup. That&#8217;s where there&#8217;s a bit of a problem. Getting it setup isn&#8217;t hard, it&#8217;s just not easy. The main point, on which I was stuck for a while, is that you absolutely must have an SSL Certificate signed by a Microsoft Approved CA (or jump through some hoops, more on that later). It&#8217;s not like a regular website where you can just ignore an invalid certificate. RDC requires that the certificate come from a trusted CA. There are hundreds of these; more get added every month or so through Windows Update. You can, however, trust yourself as a CA. Then you can get around having an SSL Certificate, however, that&#8217;s cumbersome for IT people and borderline impossible for normal people. (Note: This is a way to check to see if the setup is working before you buy that certificate. Plug to GoDaddy for the $29.99/yr certificate that is MS trusted.)</p>
<p>I&#8217;m going to document a complete setup in the coming days. </p>
]]></content:encoded>
			<wfw:commentRss>http://austinmaliszewski.com/2009/05/revisiting-ts-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
