<?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>djitz.com &#187; windows server</title>
	<atom:link href="http://djitz.com/tag/windows-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://djitz.com</link>
	<description>Giving Positive Impact On People's Lives</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:39:45 +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>Replacing Windows 2000 Printer Server to Windows 2003 Server</title>
		<link>http://djitz.com/guides/replacing-windows-2000-printer-server-to-windows-2003-server/</link>
		<comments>http://djitz.com/guides/replacing-windows-2000-printer-server-to-windows-2003-server/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 22:36:43 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[IT and Apps]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://djitz.com/2008/04/30/replacing-windows-2000-printer-server-to-windows-2003-server/</guid>
		<description><![CDATA[The Story:
Last week our Windows 2000 printer server had repeated problems in a single day. As the rule of thumb of Windows 2000 printer server troubleshooting says, I stopped the printer spooler service, waited a few seconds, and then started the service. Based on my experience, most of Windows service will show an fail message [...]]]></description>
			<content:encoded><![CDATA[<h3>The Story:</h3>
<p>Last week our Windows 2000 printer server had repeated problems in a single day. As the rule of thumb of Windows 2000 printer server troubleshooting says, I stopped the printer spooler service, waited a few seconds, and then started the service. Based on my experience, most of Windows service will show an fail message when I clicked on the restart service button. That&#8217;s why I prefer to click on the stop button and the start button after several seconds.</p>
<p>Anyway, it did solve the problem for about half an hour until the next user complained that she cannot print also. Then I restarted the Windows to make sure all the troubles caused by any lack of available memory resources will be solved. It came up and it solved the print problem.</p>
<p>But a few hours afterward the problem re-occured and so I did the restart ritual of both service and Windows all over again. I thought that was all for that day, but on the following day I discovered that my work colleague restarted the Windows once more after I left the office because of the same problem.</p>
<p>The problem no longer occur until today, but me and my work colleague has worked on plan to replace the printer server to new hardware and upgrade it to Windows 2003.</p>
<p>As always, we tried it in a testing environment with very similar condition. Here are the steps to upgrade Windows 2000 printer server to Windows 2003.<span id="more-12"></span></p>
<h3>The Steps:</h3>
<p>1. Download the Windows Print Migrator 3.1 from Microsoft website. This software will prevent you from adding all the printer manually.</p>
<p>2. If your printers are mostly HP, most probably you are using HP JetDirect. Then you need to download the HP Web Jetadmin from HP website. Without this, the printers can be imported yet the status won&#8217;t be &#8220;Ready&#8221;.</p>
<p>3. Login to the Windows 2000 Printer Server and Disable Kernel Mode driver blocking, following these steps from ChicagoTech.net:</p>
<p>- Run Local Group Policy. Open Run and type gpedit.msc</p>
<p>- Explorer Computer Configuration,</p>
<p>- Select Administrative Templates,</p>
<p>- click Printer.</p>
<p>- On the Right pane, right-click on &#8220;Disallow installation of printers using kernel mode drivers&#8221;</p>
<p>- Select Properties and check Disabled.</p>
<p>- Click OK to close the Local Group Policy.</p>
<p>4. Run the Printer Migrator on your Windows 2000 Server and choose Actions&gt;Backup. It will backup all your printer driver and configuration into one cab file.</p>
<p>5. Login to the new Windows 2003 Server , install the HP Web Jetadmin.</p>
<p>6. Copy both Printer Migrator and the cab file it created to the new Windows 2003 Server.</p>
<p>7. Run the Printer Migrator and choose Actions&gt;Restore, selecting the cab file.</p>
<p>8. That&#8217;s all folks! May the force be with you!</p>
<p>*during the test environment we tried to maintain the same printer server name so users need not to reconnect all of their printers and it does WORK! ;D</p>
<img src="http://djitz.com/?ak_action=api_record_view&id=12&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/replacing-windows-2000-printer-server-to-windows-2003-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy Files and Folder Across Partitions and Maintain the Folder Permission and Access Control List (ACL)</title>
		<link>http://djitz.com/guides/copy-files-and-folder-across-partitions-and-maintain-the-folder-permission-and-access-control-list-acl/</link>
		<comments>http://djitz.com/guides/copy-files-and-folder-across-partitions-and-maintain-the-folder-permission-and-access-control-list-acl/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 22:35:04 +0000</pubDate>
		<dc:creator>djitz</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[IT and Apps]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://djitz.com/2008/04/30/copy-files-and-folder-across-partitions-and-maintain-the-folder-permission-and-access-control-list-acl/</guid>
		<description><![CDATA[Scenario:
Last weekend we added a new storage for company File Server. We need to move all the Departments&#8217; folders to the new storage while maintaining the folder security permission. There are thousands of folders inside around 50 different main folders. We certainly cannot afford the chance of losing the folder permission security properties that already [...]]]></description>
			<content:encoded><![CDATA[<h3>Scenario:</h3>
<p>Last weekend we added a new storage for company File Server. We need to move all the Departments&#8217; folders to the new storage while maintaining the folder security permission. There are thousands of folders inside around 50 different main folders. We certainly cannot afford the chance of losing the folder permission security properties that already created for several years.</p>
<p>What I know is Windows Server 2003 can only retain these security properties if the folder is copied in the same partition. While if you copy the folder across different partition, it will remove all of the security properties. Sounds like disaster to me&#8230;</p>
<p>My work partner then told me about the xcopy command that can be use to solve the issue.<span id="more-11"></span></p>
<h3>How to do it:</h3>
<p>I used the command xcopy to move all of these folders. It worked flawlessly. Here is the syntax:</p>
<p><code>xcopy "C:\Source Folder\Folder1" "D:\Target Folder\Folder1" /s /i /o</code></p>
<p>/s means to include copying subfolders<br />
/i means to create the folder1 folder<br />
/o is to include the folder and file ownership and ACL information</p>
<p>for the complete option you can type xcopy /?</p>
<p>If you prefer a GUI version of xcopy, you can try the free DupliTree from the following website:</p>
<p><a href="http://5ko.free.fr/en/duplitree.html" title="XCopy GUI">http://5ko.free.fr/en/duplitree.html</a></p>
<p>I have tested the software and it seems to work pretty well. However I didn&#8217;t use it during the actual moving of the folders cause I was kinda afraid if the software crashed during the process.</p>
<img src="http://djitz.com/?ak_action=api_record_view&id=11&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://djitz.com/guides/copy-files-and-folder-across-partitions-and-maintain-the-folder-permission-and-access-control-list-acl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
