<?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; Scripting</title>
	<atom:link href="http://windows-server-howto.com/categories/scripting/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 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 2003 and Windows XP &#8211; How to script file download from FTP server</title>
		<link>http://windows-server-howto.com/2009/07/22/windows-server-2003-and-windows-xp-how-to-script-file-download-from-ftp-server/</link>
		<comments>http://windows-server-howto.com/2009/07/22/windows-server-2003-and-windows-xp-how-to-script-file-download-from-ftp-server/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 08:24:01 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=137</guid>
		<description><![CDATA[Do you know how to script basic  FTP server connect/copy operations?
I`ll show you that.
Lets assume you want every Friday at 06:00pm to connect to specific FTP server and download all files from it to directory named D:\Scanfiles.
On your Windows server 2003 or Windows XP start notepad and type:
@echo off
echo user username&#62; ftpbat.dat
echo password&#62;&#62; ftpbat.dat
echo prompt&#62;&#62; [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/07/22/windows-server-2003-and-windows-xp-how-to-script-file-download-from-ftp-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 and Windows XP &#8211; How to shedule disk defragmenting</title>
		<link>http://windows-server-howto.com/2009/07/07/windows-server-2003-and-windows-xp-how-to-shedule-disk-defragmenting/</link>
		<comments>http://windows-server-howto.com/2009/07/07/windows-server-2003-and-windows-xp-how-to-shedule-disk-defragmenting/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 09:04:56 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[defragment]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=112</guid>
		<description><![CDATA[I`ll show you how to create very nice .bat script which will defragment your disks and generate report in log file.
This script was tested on Windows server 2003 or Windows XP machines.
Ok then, lets say you want to defragment C: and D: disks every Monday and Friday starting job at 10:00pm.
Also you want to store [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/07/07/windows-server-2003-and-windows-xp-how-to-shedule-disk-defragmenting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 and Windows XP &#8211; How to add printer via script</title>
		<link>http://windows-server-howto.com/2009/06/16/windows-2003-and-windows-xp-how-to-add-printer-via-script/</link>
		<comments>http://windows-server-howto.com/2009/06/16/windows-2003-and-windows-xp-how-to-add-printer-via-script/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 07:50:11 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=125</guid>
		<description><![CDATA[In this post i`ll show one of many ways how to connect your users to shared printer. For that open notepad in Windows server 2003 or Windows XP and type:
REM Add Printers
RunDll32.EXE printui.dll,PrintUIEntry /in /n \\sever\printername1
RunDll32.EXE printui.dll,PrintUIEntry /in /n \\sever\printername2
REM Set Default Printer
RunDll32.EXE printui.dll,PrintUIEntry /y /n \\server\printername2
EXIT
For example i have two shared printers on server [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/06/16/windows-2003-and-windows-xp-how-to-add-printer-via-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 &#8211; How to check FSMO role holders</title>
		<link>http://windows-server-howto.com/2009/06/14/windows-server-2003-how-to-check-fsmo-role-holders/</link>
		<comments>http://windows-server-howto.com/2009/06/14/windows-server-2003-how-to-check-fsmo-role-holders/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 14:40:19 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[FSMO]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[VBS script]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=24</guid>
		<description><![CDATA[I`ll show you two quick ways to check FSMO roles on Windows 2003 server.
1. open command line and type :
netdom query fsmo
2. copy this code to notepad and save as fsmo.vbs script :
Set objRootDSE = GetObject(&#8221;LDAP://rootDSE&#8221;)
Set objSchema = GetObject _
(&#8221;LDAP://&#8221; &#38; objRootDSE.Get(&#8221;schemaNamingContext&#8221;))
strSchemaMaster = objSchema.Get(&#8221;fSMORoleOwner&#8221;)
Set objNtds = GetObject(&#8221;LDAP://&#8221; &#38; strSchemaMaster)
Set objComputer = GetObject(objNtds.Parent)
WScript.Echo &#8220;Forest-wide Schema Master [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/06/14/windows-server-2003-how-to-check-fsmo-role-holders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 &#8211; How to backup IIS metabase via command line</title>
		<link>http://windows-server-howto.com/2009/05/11/windows-server-2003-how-to-backup-iis-metabase-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/05/11/windows-server-2003-how-to-backup-iis-metabase-via-command-line/#comments</comments>
		<pubDate>Mon, 11 May 2009 06:57:46 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[command line]]></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=530</guid>
		<description><![CDATA[This article will explain how to backup IIS metabase using command line. To perform backup open command line on your Windows server 2003 and type:
cscript iisback.vbs /backup /b &#60;backupname&#62;
]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/11/windows-server-2003-how-to-backup-iis-metabase-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

