<?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>The Network Administrator</title>
	<atom:link href="http://www.thenetworkadministrator.net/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thenetworkadministrator.net</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, servers and networking</description>
	<lastBuildDate>Wed, 09 May 2012 18:37:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Find my Exchange 2010 version with the help of PowerShell</title>
		<link>http://www.thenetworkadministrator.net/index.php/2012/05/find-my-exchange-2010-version-with-the-help-of-powershell/</link>
		<comments>http://www.thenetworkadministrator.net/index.php/2012/05/find-my-exchange-2010-version-with-the-help-of-powershell/#comments</comments>
		<pubDate>Wed, 09 May 2012 18:37:13 +0000</pubDate>
		<dc:creator>MWahl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thenetworkadministrator.net/?p=1098</guid>
		<description><![CDATA[Get-ExchangeServer &#124; select name, admindisplayversion &#124; ft -AutoSize]]></description>
		<wfw:commentRss>http://www.thenetworkadministrator.net/index.php/2012/05/find-my-exchange-2010-version-with-the-help-of-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS 7.5 Url Rewrite</title>
		<link>http://www.thenetworkadministrator.net/index.php/2012/04/iis-7-5-url-rewrite/</link>
		<comments>http://www.thenetworkadministrator.net/index.php/2012/04/iis-7-5-url-rewrite/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 00:25:03 +0000</pubDate>
		<dc:creator>MWahl</dc:creator>
				<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[Web Servers]]></category>

		<guid isPermaLink="false">http://www.thenetworkadministrator.net/?p=1095</guid>
		<description><![CDATA[I wrote an article on deploying an IIS 6 Reverse Proxy several months ago using managed Fusion. This article will discuss using the built in IIS 7.5 rewrite functions to deploy a reverse proxy. Prerequisites From the IIS 7.5 web server, download the following. IIS 7 with ASP.NET role service enabled. URL Rewrite Module installed [...]]]></description>
		<wfw:commentRss>http://www.thenetworkadministrator.net/index.php/2012/04/iis-7-5-url-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow non-IT user to make changes to active directory/GAL domain user Title and Department</title>
		<link>http://www.thenetworkadministrator.net/index.php/2012/04/allow-non-it-user-to-make-changes-to-active-directorygal-domain-user-title-and-department/</link>
		<comments>http://www.thenetworkadministrator.net/index.php/2012/04/allow-non-it-user-to-make-changes-to-active-directorygal-domain-user-title-and-department/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 22:49:15 +0000</pubDate>
		<dc:creator>MWahl</dc:creator>
				<category><![CDATA[Microsoft Exchange]]></category>

		<guid isPermaLink="false">http://www.thenetworkadministrator.net/?p=1091</guid>
		<description><![CDATA[New-ManagementRole -name &#34;Mail Recipients Custom&#34; -Parent &#34;Mail Recipients&#34; Get-managementRoleEntry &#34;Mail Recipients Custom\*&#34; &#124; where { $_.Name –ne &#34;Set-User&#34;} &#124; Remove-ManagementRoleEntry Set-ManagementRoleEntry &#34;Mail Recipients Custom\Set-User&#34; -Parameters Identity,Title,Department Get-managementRoleEntry &#34;Mail Recipients\Get-*&#34; &#124; Add-ManagementRoleEntry -Role &#34;Mail Recipients Custom&#34; New-ManagementRoleAssignment -name &#34;test&#34; -Role &#34;Mail Recipients Custom&#34; –user UserName new-managementroleassignment -role &#34;View-Only Recipients&#34; –user UserName https://ServerName.DomainName.com/ecp ,&#160; Manage My Organization, [...]]]></description>
		<wfw:commentRss>http://www.thenetworkadministrator.net/index.php/2012/04/allow-non-it-user-to-make-changes-to-active-directorygal-domain-user-title-and-department/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems Installing SharePoint 2010 SP1</title>
		<link>http://www.thenetworkadministrator.net/index.php/2012/04/installing-sharepoint-foundation-2010-sp1/</link>
		<comments>http://www.thenetworkadministrator.net/index.php/2012/04/installing-sharepoint-foundation-2010-sp1/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 14:57:51 +0000</pubDate>
		<dc:creator>MWahl</dc:creator>
				<category><![CDATA[Microsoft Sharepoint Services]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thenetworkadministrator.net/?p=1082</guid>
		<description><![CDATA[Patching SharePoint is a two-step process. The updated binaries are first installed and then psconfig must be run to update the SharePoint databases. PSconfig no longer runs automatically after an update is installed. The SharePoint binary files are updated with the patch but the databases are not automatically upgraded. SharePoint runs in a compatibility mode [...]]]></description>
		<wfw:commentRss>http://www.thenetworkadministrator.net/index.php/2012/04/installing-sharepoint-foundation-2010-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Notifications Not Sending In SQL Server 2008</title>
		<link>http://www.thenetworkadministrator.net/index.php/2012/04/email-notifications-not-sending-in-sql-server-2008/</link>
		<comments>http://www.thenetworkadministrator.net/index.php/2012/04/email-notifications-not-sending-in-sql-server-2008/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 14:27:47 +0000</pubDate>
		<dc:creator>MWahl</dc:creator>
				<category><![CDATA[Microsoft SQL Server]]></category>

		<guid isPermaLink="false">http://www.thenetworkadministrator.net/?p=1079</guid>
		<description><![CDATA[First configure DB Mail, http://blog.sqlauthority.com/2008/08/23/sql-server-2008-configure-database-mail-send-email-from-sql-database/ Run this query EXEC master.dbo.xp_instance_regwrite N'HKEY_LOCAL_MACHINE', N'SOFTWARE\Microsoft\MSSQLServer\SQLServerAgent', N'UseDatabaseMail', N'REG_DWORD', 1 &#160;]]></description>
		<wfw:commentRss>http://www.thenetworkadministrator.net/index.php/2012/04/email-notifications-not-sending-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Iperf To Help Troubleshoot Network Latency</title>
		<link>http://www.thenetworkadministrator.net/index.php/2012/03/using-iperf-to-help-troubleshoot-network-latency/</link>
		<comments>http://www.thenetworkadministrator.net/index.php/2012/03/using-iperf-to-help-troubleshoot-network-latency/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 01:13:39 +0000</pubDate>
		<dc:creator>MWahl</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.thenetworkadministrator.net/?p=1075</guid>
		<description><![CDATA[Download iperf-2.0.5-cygwin From a local client computer open a command prompt and run this command, C:\temp\iperf-2.0.5-cygwin\iperf.exe -c 123.333.222.1 -P 10 From a remote server open a command prompt and run this command, C:\Users\infoshare>C:\tmp\iperf-2.0.5-cygwin\iperf.exe -s -P 10 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Server listening on TCP port 5001 TCP window size: 64.0 KByte (default) Remember, you may need to open [...]]]></description>
		<wfw:commentRss>http://www.thenetworkadministrator.net/index.php/2012/03/using-iperf-to-help-troubleshoot-network-latency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing your AWS EC2 root partition (Windows)</title>
		<link>http://www.thenetworkadministrator.net/index.php/2011/12/increasing-your-aws-ec2-root-partition-windows/</link>
		<comments>http://www.thenetworkadministrator.net/index.php/2011/12/increasing-your-aws-ec2-root-partition-windows/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 22:26:20 +0000</pubDate>
		<dc:creator>MWahl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thenetworkadministrator.net/?p=1072</guid>
		<description><![CDATA[As we now have instances which can be booted from EBS (hurray for that), you’re root is also increased to 30gb. But sometimes this still isn’t enough. Here is how you can increase your root partition drive using the AWS Console. login to  your AWS Console Go to [Instances], right click your instance and select [...]]]></description>
		<wfw:commentRss>http://www.thenetworkadministrator.net/index.php/2011/12/increasing-your-aws-ec2-root-partition-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS SSL Certificate into Amazon Elastic Load Balancer</title>
		<link>http://www.thenetworkadministrator.net/index.php/2011/12/iis-ssl-certificate-into-amazon-elastic-load-balancer/</link>
		<comments>http://www.thenetworkadministrator.net/index.php/2011/12/iis-ssl-certificate-into-amazon-elastic-load-balancer/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 14:12:12 +0000</pubDate>
		<dc:creator>MWahl</dc:creator>
				<category><![CDATA[Amazon EC2]]></category>

		<guid isPermaLink="false">http://www.thenetworkadministrator.net/?p=1070</guid>
		<description><![CDATA[﻿﻿ Export SSL Certificate from IIS Export your certificate from IIS 7 WITH the private key. make sure to check the option PKCS #12 (.pfx) I also checked the checkbox for &#8220;Include all certificates in the certification path if possible&#8221; Here is a link for a tutorial on how to export your certificate http://www.digicert.com/ssl-support/pfx-import-export-iis-7.htm Now [...]]]></description>
		<wfw:commentRss>http://www.thenetworkadministrator.net/index.php/2011/12/iis-ssl-certificate-into-amazon-elastic-load-balancer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade an Opsview Appliance</title>
		<link>http://www.thenetworkadministrator.net/index.php/2011/08/upgrade-an-opsview-appliance/</link>
		<comments>http://www.thenetworkadministrator.net/index.php/2011/08/upgrade-an-opsview-appliance/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 11:15:31 +0000</pubDate>
		<dc:creator>MWahl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thenetworkadministrator.net/index.php/2011/08/upgrade-an-opsview-appliance/</guid>
		<description><![CDATA[In my case I wanted to go from version 3.9 to 3.13 &#160; From the appliance console type these two commands. &#160; apt-get update apt-get install opsview]]></description>
		<wfw:commentRss>http://www.thenetworkadministrator.net/index.php/2011/08/upgrade-an-opsview-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppAssure Replay First Impressions</title>
		<link>http://www.thenetworkadministrator.net/index.php/2011/08/appassure-replay-first-impressions/</link>
		<comments>http://www.thenetworkadministrator.net/index.php/2011/08/appassure-replay-first-impressions/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 02:21:33 +0000</pubDate>
		<dc:creator>MWahl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thenetworkadministrator.net/index.php/2011/08/appassure-replay-first-impressions/</guid>
		<description><![CDATA[http://www.youtube.com/watch?v=BHATeW3CcgE I read recently AppAssure was named Bronze Backup and Disaster Recovery Product of the Year by Storage Magazine.&#160; Replay 4 provides recovery from a server disruption. Replay 4 is a server-based, disk imaging solution that automatically and continuously snapshots your entire Windows application server. Replay 4 products including Replay for Windows, Replay for Exchange, [...]]]></description>
		<wfw:commentRss>http://www.thenetworkadministrator.net/index.php/2011/08/appassure-replay-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

