<?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>Windows Server How To &#187; Windows 2008</title>
	<atom:link href="http://windows-server-howto.com/categories/windows-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://windows-server-howto.com</link>
	<description>Your Windows Server Knowledge Base</description>
	<lastBuildDate>Tue, 27 Jul 2010 12:13:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows server and Windows XP &#8211; How to troubleshoot Group Policy from the command line using GPRESULT</title>
		<link>http://windows-server-howto.com/2010/07/26/windows-server-how-to-command-line-gpresult/</link>
		<comments>http://windows-server-howto.com/2010/07/26/windows-server-how-to-command-line-gpresult/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 12:09:28 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Group policy]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=1514</guid>
		<description><![CDATA[If you are trying to determine why Your new GPO policy is not being applied as expected, one of first things you should do is examine the Resultant Set of Policy (RSoP) for the user and computer experiencing problems with policy settings on Your Windows Server 2008.
Using the Gpresult command-line utility, you can view RSoP.
Gpresult [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2010/07/26/windows-server-how-to-command-line-gpresult/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 Core &#8211; How to set static IP address via command line</title>
		<link>http://windows-server-howto.com/2009/07/30/windows-server-2008-core-how-to-set-static-ip-address-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/07/30/windows-server-2008-core-how-to-set-static-ip-address-via-command-line/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 09:21:20 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=216</guid>
		<description><![CDATA[This topic will show how to set static IP 192.168.0.10 with mask 255.255.255.0 to your Windows server 2008 Core interface named &#8220;Local Area Connection&#8221; .
Also we will set DNS server IP 192.168.0.11.
To set static IP address and mask type:
netsh interface ipv4 set address name=&#8221;Local Area Connection&#8221; source=static address=192.168.0.10 mask 255.255.255.0
To set DNS server IP type:
netsh [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/07/30/windows-server-2008-core-how-to-set-static-ip-address-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 Core &#8211; How to activate server</title>
		<link>http://windows-server-howto.com/2009/07/28/windows-server-2008-core-how-to-activate-server/</link>
		<comments>http://windows-server-howto.com/2009/07/28/windows-server-2008-core-how-to-activate-server/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:21:51 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=222</guid>
		<description><![CDATA[This post will show you way how to activate Windows server 2008 Core.
You can do that with script named slmgr.vbs.
To perform activation type this in command line:
slmgr.vbs -ato

Press Enter and you are done!

]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/07/28/windows-server-2008-core-how-to-activate-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 &#8211; How to find Terminal servers in your domain</title>
		<link>http://windows-server-howto.com/2009/06/24/windows-server-2008-how-to-find-terminal-servers-in-your-domain/</link>
		<comments>http://windows-server-howto.com/2009/06/24/windows-server-2008-how-to-find-terminal-servers-in-your-domain/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:41:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Terminal services]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=393</guid>
		<description><![CDATA[This post will show you how to find Windows server 2008 with Terminal server role installed in your domain.
To perform search in domain named &#8220;Testdomain.com&#8221; domain open command line and type:
query termserver /domain:Testdomain.com

Press &#8220;Enter&#8221; and you are done !



]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/06/24/windows-server-2008-how-to-find-terminal-servers-in-your-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003/2008 and Exchange 2007 &#8211; How to modify database size limit</title>
		<link>http://windows-server-howto.com/2009/06/23/windows-server-20032008-and-exchange-2007-how-to-modify-database-size-limit/</link>
		<comments>http://windows-server-howto.com/2009/06/23/windows-server-20032008-and-exchange-2007-how-to-modify-database-size-limit/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 12:17:11 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=279</guid>
		<description><![CDATA[By default Exchange server 2007 Stardart database size limit is 50Gb.
Exchange server 2007 Enterprise edition has no limit for database size.
In this post we will see how to change size for the mailbox database named &#8220;FirstDB&#8221;.
We will work with Exchange 2007 Standart &#8220;TestExchange&#8221; running on Windows server 2003.
First we need to retrieve GUID ID for [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/06/23/windows-server-20032008-and-exchange-2007-how-to-modify-database-size-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 and Windows Vista &#8211; How to change your license key via command line</title>
		<link>http://windows-server-howto.com/2009/06/22/windows-server-2008-and-windows-vista-how-to-change-your-license-key-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/06/22/windows-server-2008-and-windows-vista-how-to-change-your-license-key-via-command-line/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 11:30:42 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=964</guid>
		<description><![CDATA[This post will show you quick way to change license key on your Windows server 2008 or Windows Vista using command line.
Lets say we want to change our license key to AAAAA-BBBBB-CCCCC-DDDDD-EEEEE (Note that this is not legal license key !!!) .
To change key open command line (Start&#62;Run&#62;cmd) and type:
slmgr -ipk AAAAA-BBBBB-CCCCC-DDDDD-EEEEE

Press &#8220;Enter&#8221; and You [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/06/22/windows-server-2008-and-windows-vista-how-to-change-your-license-key-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 &#8211; How to create computer account in Active Directory via command line</title>
		<link>http://windows-server-howto.com/2009/06/18/windows-server-2008-how-to-create-computer-account-in-active-directory-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/06/18/windows-server-2008-how-to-create-computer-account-in-active-directory-via-command-line/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 07:14:38 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Active directory]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[AD]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=363</guid>
		<description><![CDATA[This post will show you how to create new computer account in active directory using command line.
Lets say, in our scenario,  we want to create  new computer account named &#8220;TestPC1&#8243; in default Computers container. Also note that our domain is named &#8220;testdomain.com&#8221; in this case.
To do it open command line on your Windows server 2008 [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/06/18/windows-server-2008-how-to-create-computer-account-in-active-directory-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003/2008 &#8211; How to check Exchange 2007 health via powershell</title>
		<link>http://windows-server-howto.com/2009/06/16/windows-server-20032008-how-to-check-exchange-2007-health-via-powershell/</link>
		<comments>http://windows-server-howto.com/2009/06/16/windows-server-20032008-how-to-check-exchange-2007-health-via-powershell/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 13:42:39 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=245</guid>
		<description><![CDATA[This post will show you how to check basic Exchange server 2007 health using powershell commands.
To check if all required services are running open exchange powershell on you Windows server 2003/2008 and type:
Test-servicehealth
To perform MAPI connectivity check type:
Test-MAPIConnectivity
]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/06/16/windows-server-20032008-how-to-check-exchange-2007-health-via-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 &#8211; How to list IIS websites on Windows 2008</title>
		<link>http://windows-server-howto.com/2009/05/20/windows-server-2008-how-to-list-iis-websites-on-windows-2008/</link>
		<comments>http://windows-server-howto.com/2009/05/20/windows-server-2008-how-to-list-iis-websites-on-windows-2008/#comments</comments>
		<pubDate>Wed, 20 May 2009 09:48:38 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=1119</guid>
		<description><![CDATA[This post will show you how to list IIS 7.0 websites on your Windows server 2008 using command line tool appcmd .
Appcmd tool is used to query, create and configure IIS 7.0 server properties, web sites and application pools.
To list all web sites on IIS 7.0 open command line and type:
appcmd list sites
Done!
]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/20/windows-server-2008-how-to-list-iis-websites-on-windows-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 &#8211; How to open secure command line on remote server</title>
		<link>http://windows-server-howto.com/2009/05/19/windows-server-2008-how-to-open-secure-command-line-on-remote-server/</link>
		<comments>http://windows-server-howto.com/2009/05/19/windows-server-2008-how-to-open-secure-command-line-on-remote-server/#comments</comments>
		<pubDate>Tue, 19 May 2009 19:29:56 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=1117</guid>
		<description><![CDATA[This post will show you how to open secure command line on remote Windows server 2008. All communications between client and remote host will be encrypted by Kerberos or NTLM keys. Lets say we want to connect to server named &#8220;testserver&#8221;. To do it open command line on your Windows server 2008 and type:
winrs -r:testserver [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/19/windows-server-2008-how-to-open-secure-command-line-on-remote-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 &#8211; How to perform full system backup via command line</title>
		<link>http://windows-server-howto.com/2009/05/19/windows-server-2008-how-to-perform-full-system-backup-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/05/19/windows-server-2008-how-to-perform-full-system-backup-via-command-line/#comments</comments>
		<pubDate>Tue, 19 May 2009 19:00:51 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=1111</guid>
		<description><![CDATA[This post will show you how to create full system backup of your Windows server 2008 using command line. Lets say we want to create full system backup and place it to network share \\Backupserver\Data . Open command line and type:
wbadmin start backup -backuptarget \\Backupserver\Data -allCritical -vssFull
]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/19/windows-server-2008-how-to-perform-full-system-backup-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003/2008 and Windows XP/Vista &#8211; How to enable remote desktop via registry</title>
		<link>http://windows-server-howto.com/2009/05/14/windows-server-20032008-and-windows-xpvista-how-to-enable-remote-desktop-via-registry/</link>
		<comments>http://windows-server-howto.com/2009/05/14/windows-server-20032008-and-windows-xpvista-how-to-enable-remote-desktop-via-registry/#comments</comments>
		<pubDate>Thu, 14 May 2009 13:45:31 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=978</guid>
		<description><![CDATA[This quick post will show you how to enable remote desktop service by editing registry settings on your Windows server. To enable RD open registry editor and navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server
Double click on &#8220;fDenyTSConnections&#8221; and change Value data to 0 .
]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/14/windows-server-20032008-and-windows-xpvista-how-to-enable-remote-desktop-via-registry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

