<?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; Command line</title>
	<atom:link href="http://windows-server-howto.com/categories/cmd/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 2003 and Windows XP &#8211; How to use advanced search for files via command line</title>
		<link>http://windows-server-howto.com/2009/08/13/windows-server-2003-and-windows-xp-how-to-use-advanced-search-of-files-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/08/13/windows-server-2003-and-windows-xp-how-to-use-advanced-search-of-files-via-command-line/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 08:02:02 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=161</guid>
		<description><![CDATA[Windows server 2003 has very nice tool &#8220;forfiles.exe&#8221; which provides you with quick and nice file search function.
If you want to use it with your Windows XP machine download it from here .
This tool can be played with mass of functions and in this article i`ll show how to use it with some of them.
For [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/08/13/windows-server-2003-and-windows-xp-how-to-use-advanced-search-of-files-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 and Windows XP &#8211; How to redirect offline files to another server</title>
		<link>http://windows-server-howto.com/2009/08/05/windows-server-2003-and-windows-xp-how-to-redirect-offline-files-to-another-server/</link>
		<comments>http://windows-server-howto.com/2009/08/05/windows-server-2003-and-windows-xp-how-to-redirect-offline-files-to-another-server/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 10:18:55 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[offline files]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=123</guid>
		<description><![CDATA[Few weeks ago i got tough situation when share i made offline was moved to another server by local administrator and all users were still trying to synchronize offline files with old server.
How to act in this situation You would ask?
First of all you must download Windows server 2003 Resource Kit Tools from this site [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/08/05/windows-server-2003-and-windows-xp-how-to-redirect-offline-files-to-another-server/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 XP &#8211; How to add Command Prompt to Windows explorer right-click menu</title>
		<link>http://windows-server-howto.com/2009/07/24/windows-xp-how-to-add-command-prompt-to-windows-explorer-right-click-menu/</link>
		<comments>http://windows-server-howto.com/2009/07/24/windows-xp-how-to-add-command-prompt-to-windows-explorer-right-click-menu/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 07:53:32 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=1446</guid>
		<description><![CDATA[This post will show you how to add functionality to right click on any directory and select “Command Prompt Here” from the menu to open command line in that location.
First of all open registry editor Start &#62; Run, type regedit and press OK.
Browse to:
HKEY_CLASSES_ROOT\Directory\shell


Right click &#8220;shell&#8221; and choose the New &#62; Key option

Name the new [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/07/24/windows-xp-how-to-add-command-prompt-to-windows-explorer-right-click-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 &#8211; How to find Global Catalogs (GC) via command line</title>
		<link>http://windows-server-howto.com/2009/07/08/windows-server-2003-how-to-find-global-catalogs-gc-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/07/08/windows-server-2003-how-to-find-global-catalogs-gc-via-command-line/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 08:18:00 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Active directory]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gc]]></category>
		<category><![CDATA[global catalog]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=117</guid>
		<description><![CDATA[If you want to test quick way how to query your Global Catalogs open command line on Windows server 2003 and type:
dsquery server -isgc

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



]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/07/08/windows-server-2003-how-to-find-global-catalogs-gc-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 &#8211; How to check and reset RDP sessions via command line</title>
		<link>http://windows-server-howto.com/2009/07/03/windows-server-2003-how-to-check-and-reset-rdp-sessions-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/07/03/windows-server-2003-how-to-check-and-reset-rdp-sessions-via-command-line/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 10:52:58 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=43</guid>
		<description><![CDATA[Have you ever encountered this annoying window when trying to access Windows server 2003 via Remote Desktop connection?





It draws me mad every time i see it !
So  i`ll show you how can we get rid of it in a few seconds.
Lets say that session limit was reached on server named &#8220;Testserver&#8221;.
Login to another Windows server [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/07/03/windows-server-2003-how-to-check-and-reset-rdp-sessions-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 and Windows XP &#8211; How to create &#8220;dummy&#8221; file via command line</title>
		<link>http://windows-server-howto.com/2009/07/02/windows-server-2003-and-windows-xp-how-to-create-file-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/07/02/windows-server-2003-and-windows-xp-how-to-create-file-via-command-line/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:35:51 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=109</guid>
		<description><![CDATA[Here is quick tip how to create dummy file with size of your choice using Windows server 2003 or Windows XP machine.
To do that i will use utility named &#8220;fsutil&#8221;. Basic syntax for creating a file is:
fsutil file createnew &#60;name of file&#62; &#60;size in bytes&#62;
For example following command:
fsutil file createnew C:\dummyfile.txt 1000000


will create 1Mb file [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/07/02/windows-server-2003-and-windows-xp-how-to-create-file-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 &#8211; How to find DHCP servers in your AD via command line</title>
		<link>http://windows-server-howto.com/2009/07/01/windows-server-2003-how-to-find-dhcp-servers-in-your-ad-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/07/01/windows-server-2003-how-to-find-dhcp-servers-in-your-ad-via-command-line/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 12:25:27 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=103</guid>
		<description><![CDATA[Lets check quick tip how to find authoritative DHCP servers for your domain.
For this open command line in Windows Server 2003 and type:
netsh dhcp show server

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

Easy as pie!
]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/07/01/windows-server-2003-how-to-find-dhcp-servers-in-your-ad-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows &#8211; How to find local Certification Authority</title>
		<link>http://windows-server-howto.com/2009/06/29/windows-server-2003-how-to-find-local-certification-authority/</link>
		<comments>http://windows-server-howto.com/2009/06/29/windows-server-2003-how-to-find-local-certification-authority/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 12:28:47 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=34</guid>
		<description><![CDATA[This post will show you how to find out which server is responsible for issuing certificates in your domain and get some additional information related to local certification authority.
To do it open command line on Windows computer and type:
certutil.exe -TCAinfo

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

]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/06/29/windows-server-2003-how-to-find-local-certification-authority/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 and Windows XP &#8211; How to share folder via command line</title>
		<link>http://windows-server-howto.com/2009/06/26/windows-server-2003-and-windows-xp-how-to-share-folder-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/06/26/windows-server-2003-and-windows-xp-how-to-share-folder-via-command-line/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 11:25:42 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=414</guid>
		<description><![CDATA[This post will show you how to use net share command to share folder.
Lets say we want to share &#8220;D:\Test&#8221; folder with share name &#8220;TestDocs&#8221;.
Open command line on your Windows server 2003 or Windows XP computer and type:
net share TestDocs=D:\Test

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

]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/06/26/windows-server-2003-and-windows-xp-how-to-share-folder-via-command-line/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>
	</channel>
</rss>

