<?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>SysAdminBlog.net</title>
	<atom:link href="http://sysadminblog.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://sysadminblog.net</link>
	<description>SysAdminBlog.net - System Administrator Blog ,Computers, Tips, Software, Ebook, Cool Stuff</description>
	<lastBuildDate>Tue, 24 Aug 2010 09:45:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Open port for Domain Controllers</title>
		<link>http://sysadminblog.net/?p=307</link>
		<comments>http://sysadminblog.net/?p=307#comments</comments>
		<pubDate>Tue, 24 Aug 2010 09:45:32 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[AD]]></category>
		<category><![CDATA[learning]]></category>

		<guid isPermaLink="false">http://sysadminblog.net/?p=307</guid>
		<description><![CDATA[The following is the list of services and their ports used for Active Directory communication: UDP Port 88 for Kerberos authentication UDP and TCP Port 135 for domain controllers-to-domain controller and client to domain controller operations. TCP Port 139 and UDP 138 for File Replication Service between domain controllers. UDP Port 389 for LDAP to [...]]]></description>
			<content:encoded><![CDATA[<p>The following is the list of services and their ports used for Active Directory communication:</p>
<ul>
<li>UDP Port 88 for Kerberos authentication</li>
<li>UDP and TCP Port 135 for domain controllers-to-domain controller and client to domain controller operations.</li>
<li>TCP Port 139 and UDP 138 for File Replication Service between domain controllers.</li>
<li>UDP Port 389 for LDAP to handle normal queries from client computers to the domain controllers.</li>
<li>TCP and UDP Port 445 for File Replication Service</li>
<li>TCP and UDP Port 464 for Kerberos Password Change</li>
<li>TCP Port 3268 and 3269 for Global Catalog from client to domain controller.</li>
<li>TCP and UDP Port 53 for DNS from client to domain controller and domain controller to domain controller.</li>
</ul>
<p>Opening above ports in Firewall between client computers and domain controllers, or between domain controllers, will enable Active Directory to function properly.</p>
<!-- AdSense Now! V1.94 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-leadout" style="text-align:center;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-6986926768955536";
/* 300x250, נוצר 12/08/10 */
google_ad_slot = "4217675267";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>]]></content:encoded>
			<wfw:commentRss>http://sysadminblog.net/?feed=rss2&amp;p=307</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with vSphere Client on windows 7 /2008</title>
		<link>http://sysadminblog.net/?p=304</link>
		<comments>http://sysadminblog.net/?p=304#comments</comments>
		<pubDate>Thu, 12 Aug 2010 12:26:49 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sysadminblog.net/?p=304</guid>
		<description><![CDATA[Error Msg Error parsing the server &#8220;&#60;servername&#62;&#8221; &#8220;clients.xml&#8221; file. The type initializer for VirtualInfrastructure.Utils.HttpWebRequestProxy&#8217; threw an exception. vSphere Client error windows 7 vSphere Client error windows 2008 R2 solution : Download (hotfile)]]></description>
			<content:encoded><![CDATA[<div>Error Msg</div>
<ul>
<li>Error parsing the server &#8220;&lt;servername&gt;&#8221; &#8220;clients.xml&#8221; file.</li>
<li>The type initializer for VirtualInfrastructure.Utils.HttpWebRequestProxy&#8217; threw an exception.</li>
<li>vSphere Client error windows 7</li>
<li>vSphere Client error windows 2008 R2</li>
</ul>
<p>solution :<br />
<a title="Optional caption." rel="lightbox" href="http://sysadminblog.net/Pic/VSphere_Client_Fix.jpg"><img class="alignnone" src="http://sysadminblog.net/Pic/VSphere_Client_Fix.jpg" alt="" width="302" height="244" /></a></p>
<p><a href="http://hotfile.com/dl/61595562/b928535/vSphere_Clientbugfix.zip.html">Download</a> (hotfile)</p>
]]></content:encoded>
			<wfw:commentRss>http://sysadminblog.net/?feed=rss2&amp;p=304</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding space reservation for volumes and LUNs</title>
		<link>http://sysadminblog.net/?p=297</link>
		<comments>http://sysadminblog.net/?p=297#comments</comments>
		<pubDate>Thu, 05 Aug 2010 09:31:08 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Netapp]]></category>
		<category><![CDATA[learning]]></category>

		<guid isPermaLink="false">http://sysadminblog.net/?p=297</guid>
		<description><![CDATA[Form Netapp Data ONTAP® 7.2 &#8211; Updated for Data ONTAP 7.2.3: Good to remember: What space reservation is Data ONTAP uses space reservation to guarantee that space is available for completing writes to a LUN or for overwriting data in a LUN. When you create a LUN, Data ONTAP reserves enough space in the traditional [...]]]></description>
			<content:encoded><![CDATA[<p>Form Netapp Data ONTAP® 7.2 &#8211; Updated for Data ONTAP 7.2.3:</p>
<p>Good to remember:</p>
<p><strong>What space reservation is </strong></p>
<p>Data ONTAP uses space reservation to guarantee that space is available for completing writes to a LUN or for overwriting data in a LUN. When you create a LUN, Data ONTAP reserves enough space in the traditional or FlexVol volume so that write operations to those LUNs do not fail because of a lack of disk space on the storage system. Other operations, such as taking a Snapshot copy or the creation of new LUNs, can occur only if there is enough available unreserved space; these operations are restricted from using reserved space.</p>
<p><strong>What happens when space reservation is disabled </strong></p>
<p>You can create LUNs with space reservation enabled or disabled. If you disable space reservation, write operations to a LUN might fail due to insufficient disk space and the host application or operating system might crash. When write operations fail, Data ONTAP displays system messages (one message per file) on the console, or sends these messages to log files and other remote systems, as specified by its /etc/syslog.conf configuration file.</p>
<p>See How to use individual commands for information about creating LUNs with space reservation enabled or disabled.</p>
<p><strong>What fractional reserve is </strong></p>
<p>Fractional reserve controls the amount of space Data ONTAP reserves in a traditional or FlexVol volume to enable overwrites to space-reserved LUNs. When you create a space-reserved LUN, fractional reserve is by default set to 100 percent. This means that Data ONTAP automatically reserves 100 percent of the total LUN size for overwrites. For example, if you create a 500-GB space-reserved LUN, Data ONTAP by default ensures that the host-side application storing data in the LUN always has access to 500 GB of space.</p>
<p>You can reduce the amount of space reserved for overwrites to less than 100 percent when you create LUNs in the following types of volumes:</p>
<ul>
<li>Traditional      volumes</li>
<li>FlexVol volumes that have the guarantee      option set to volume</li>
</ul>
<p>If the guarantee option for a FlexVol volume is set to file, then fractional reserve for that volume is set to 100 percent and is not adjustable.</p>
<p>For detailed information about how guarantees affect fractional reserve, see How guarantees on FlexVol volumes affect fractional reserve.</p>
<p><strong>How the total LUN size affects reserved space </strong></p>
<p>The amount of space reserved for overwrites is based on the total size of all space-reserved LUNs in a volume. LUNs that do not have space reservation enabled are not included in the total LUN size. For example, if there are two 200-GB LUNs in a volume (400 GB total), and the fractional_reserve option is set to 50 percent, then Data ONTAP guarantees that the volume has 200 GB available for overwrites to those LUNs (400 GB total * 50% = 200 GB).</p>
<p><strong>Note</strong><br />
Fractional overwrite is set at the volume level. It does not control how the total amount of space reserved for overwrites in a volume is applied to individual LUNs in that volume.</p>
<p><strong>Command for setting fractional reserve </strong></p>
<p>You use the following command to set fractional reserve:</p>
<p><strong>vol options <em>vol-name</em> fractional_reserve <em>pct</em></strong></p>
<p><em>pct</em> is the percentage of the LUN you want to reserve for overwrites. The default setting is 100. For traditional volumes and FlexVol volumes with the volume guarantee, you can set <em>pct</em> to any value from 0 to 100. For FlexVol volumes with the file guarantee, <em>pct</em> is set to 100 by default and is not adjustable.</p>
<p><strong>Example</strong></p>
<p>The following command sets the fractional reserve space on a volume named testvol to 50 percent:</p>
<p>vol options testvol fractional_reserve 50</p>
<p><strong>How space reservation settings persist </strong></p>
<p>Space reservation settings persist across reboots, takeovers, givebacks, and snap restores. A single file SnapRestore® action on a volume maintains the fractional reserve setting of the volume and the space reservation settings of the LUNs in that volume. A single file SnapRestore of a LUN restores the space reservation setting of that LUN, provided there is enough space in the volume.</p>
]]></content:encoded>
			<wfw:commentRss>http://sysadminblog.net/?feed=rss2&amp;p=297</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Telnet to Send SMTP Email Exchange 2007/2010</title>
		<link>http://sysadminblog.net/?p=292</link>
		<comments>http://sysadminblog.net/?p=292#comments</comments>
		<pubDate>Wed, 04 Aug 2010 11:22:52 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sysadminblog.net/?p=292</guid>
		<description><![CDATA[Test you SMTP with  telnet . good for testing outside problem. Open CMD and type telnet exchange.domain.com 25 220 exchange.domain.com Microsoft ESMTP MAIL Service ready at Sun, 28 Mar 2010 08:49:36 -0700 helo domain.com 250 VLHC.scif.com Hello [10.1.117.29] mail from:user1@domain.com 250 2.1.0 Sender OK rcpt to:user2@domain.com 250 2.1.5 Recipient OK data 354 Start mail input; [...]]]></description>
			<content:encoded><![CDATA[<p>Test you SMTP with  telnet .</p>
<p>good for testing outside problem.</p>
<p>Open CMD and type</p>
<blockquote><p><strong>telnet exchange.domain.com 25</strong><br />
220 exchange.domain.com Microsoft ESMTP MAIL Service ready at Sun, 28 Mar 2010 08:49:36 -0700<br />
<strong>helo domain.com</strong><br />
250 VLHC.scif.com Hello [10.1.117.29]<br />
<strong>mail from:user1@domain.com</strong><br />
250 2.1.0 Sender OK<br />
<strong>rcpt to:user2@domain.com</strong><br />
250 2.1.5 Recipient OK<br />
<strong>data</strong><br />
354 Start mail input; end with &lt;CRLF&gt;.&lt;CRLF&gt;<strong><br />
</strong><strong>Subject:Test email using Telnet<br />
This is a test.<br />
.</strong><br />
250 2.6.0 &lt;9c642f92-e0e3-4b9e-b3d3-21054eed3247@exchange.domain.com&gt; Queued mail for delivery<br />
<strong>quit</strong><br />
221 2.0.0 Service closing transmission channel<br />
Connection to host lost.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sysadminblog.net/?feed=rss2&amp;p=292</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory Migration Tool (ADMT) version 3.2</title>
		<link>http://sysadminblog.net/?p=284</link>
		<comments>http://sysadminblog.net/?p=284#comments</comments>
		<pubDate>Fri, 30 Jul 2010 13:15:05 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[AD]]></category>
		<category><![CDATA[server2003]]></category>
		<category><![CDATA[server2008]]></category>

		<guid isPermaLink="false">http://sysadminblog.net/?p=284</guid>
		<description><![CDATA[ADMT 3.2 is finally out. The Active Directory Migration Tool version 3.2 (ADMT v3.2) provides an integrated toolset to facilitate migration and restructuring tasks in an Active Directory Domain Services infrastructure. The Active Directory Migration Tool version 3.2 (ADMT v3.2) simplifies the process of migrating objects and restructuring tasks in an Active Directory® Domain Service [...]]]></description>
			<content:encoded><![CDATA[<p>ADMT 3.2 is finally out. The Active Directory Migration Tool version 3.2 (ADMT v3.2) provides an integrated toolset to facilitate migration and restructuring tasks in an Active Directory Domain Services infrastructure.</p>
<p><a name="Description"></a>The Active Directory Migration Tool version 3.2 (ADMT v3.2) simplifies the process of migrating objects and restructuring tasks in an Active Directory® Domain Service (AD DS) environment. You can use ADMT v3.2 to migrate users, groups, service accounts, and computers between AD DS domains in different forests (inter-forest migration) or between AD DS domains in the same forest (intra-forest migration). ADMT can also perform security translation (to migrate local user profiles) when performing inter-forest migrations.</p>
<table border="0" cellspacing="0" cellpadding="2" width="509">
<tbody>
<tr>
<td width="60%" valign="top">File Name: <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=20c0db45-db16-4d10-99f2-539b7277ccdb" target="_blank">admtsetup32.exe</a><br />
Version: 3.2<br />
Date Published: 6/18/2010<br />
Language: English<br />
Download Size: 4.1 MB</td>
<td width="40%" valign="top"></td>
</tr>
</tbody>
</table>
<p><strong>System Requirements</strong></p>
<ul>
<li><strong>Supported Operating Systems: </strong>Windows Server 2008 R2</li>
<li>ADMT can be installed on any computer capable of running the Windows Server 2008 R2 operating system, unless they are Read-Only domain controllers or in a Server Core configuration.</li>
<li>Target domain: The target domain must be running Windows Server 2003, Windows Server 2008, or Windows Server 2008 R2</li>
<li>Source domain: The source domain must be running Windows Server 2003, Windows Server 2008, or Windows Server 2008 R2</li>
<li>The ADMT agent, installed by ADMT on computers in the source domains, can operate on computers running Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sysadminblog.net/?feed=rss2&amp;p=284</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange mailbox Size</title>
		<link>http://sysadminblog.net/?p=268</link>
		<comments>http://sysadminblog.net/?p=268#comments</comments>
		<pubDate>Sat, 24 Jul 2010 19:47:18 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sysadminblog.net/?p=268</guid>
		<description><![CDATA[i just install exchange 2010 and unlike exchange 2003  i can see all the mailbox size at the GUI. i found  a small freeware by red-gate that analyze all mailbox size for exchange (2003-2010) Download]]></description>
			<content:encoded><![CDATA[<p>i just install exchange 2010 and unlike exchange 2003  i can see all the mailbox size at the GUI.</p>
<p>i found  a small freeware by red-gate that analyze all mailbox size for exchange (2003-2010)</p>
<p><a title="Optional caption." rel="lightbox" href="http://sysadminblog.net/Pic/ExchangeSize.jpg"><img src="http://sysadminblog.net/Pic/ExchangeSize.jpg" alt="" width="467" height="432" /></a></p>
<p><a href="http://www.red-gate.com/products/Exchange_Mailbox_Sizer/index.htm">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sysadminblog.net/?feed=rss2&amp;p=268</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error move exchange 2003 mailbox to 2010</title>
		<link>http://sysadminblog.net/?p=263</link>
		<comments>http://sysadminblog.net/?p=263#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:32:57 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://sysadminblog.net/?p=263</guid>
		<description><![CDATA[Error: Active Directory operation failed on {Domain Controller Name}. This error is not retriable. Additional information: Insufficient access rights to perform the operation. Active directory response: 00002098: SecErr: DSID-03150E8A, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 Resolve For me it was AD permissions. Go to AD and find the mailbox in question. Properties &#62; Security &#62; Advanced. [...]]]></description>
			<content:encoded><![CDATA[<p>Error:<br />
Active Directory operation failed on {Domain Controller Name}. This error is<br />
not retriable. Additional information: Insufficient access rights to perform<br />
the operation.<br />
Active directory response: 00002098: SecErr: DSID-03150E8A, problem 4003<br />
(INSUFF_ACCESS_RIGHTS), data 0</p>
<p>Resolve</p>
<p>For me it was AD permissions.  Go to AD and find the mailbox in question.<br />
Properties &gt; Security &gt; Advanced.  Check the box to allow inheritable<br />
permissions from parent.  Let AD replication.</p>
]]></content:encoded>
			<wfw:commentRss>http://sysadminblog.net/?feed=rss2&amp;p=263</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple vbs to run file</title>
		<link>http://sysadminblog.net/?p=259</link>
		<comments>http://sysadminblog.net/?p=259#comments</comments>
		<pubDate>Wed, 16 Jun 2010 07:48:33 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sysadminblog.net/?p=259</guid>
		<description><![CDATA[This is a simple vbs script to run a file. Dim WSHShell Set WSHShell = WScript.CreateObject(&#8220;WScript.Shell&#8221;) WSHShell.Exec(&#8220;C:\test\test.exe&#8221;) WScript.Quit Copy and save as vbs file.]]></description>
			<content:encoded><![CDATA[<p>This is a simple vbs script to run a file.</p>
<div id="_mcePaste"><strong>Dim WSHShell</strong></div>
<div id="_mcePaste"><strong>Set WSHShell = WScript.CreateObject(&#8220;WScript.Shell&#8221;)</strong></div>
<div id="_mcePaste"><strong>WSHShell.Exec(&#8220;C:\test\test.exe&#8221;)</strong></div>
<div id="_mcePaste"><strong>WScript.Quit</strong></div>
<div></div>
<div></div>
<div>Copy and save as vbs file.</div>
]]></content:encoded>
			<wfw:commentRss>http://sysadminblog.net/?feed=rss2&amp;p=259</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mRemote – Remote Connections Manager</title>
		<link>http://sysadminblog.net/?p=255</link>
		<comments>http://sysadminblog.net/?p=255#comments</comments>
		<pubDate>Mon, 08 Feb 2010 09:24:13 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sysadminblog.net/?p=255</guid>
		<description><![CDATA[mRemote, a centralized remote connections manager software that manage all remote connections within its single user interface. It support various remote management services like RDP, VNC remote control, SSH , RLogin and other host access. The mRemote concept basic ideal is to reduce the system resources and cluttering up windows taskbar. Meanwhile, user can easily [...]]]></description>
			<content:encoded><![CDATA[<p><strong>mRemote</strong>, a centralized remote connections manager software that manage all remote connections within its single user interface.</p>
<p>It support various remote management services like RDP, VNC remote control, SSH , RLogin and other host access.</p>
<p>The mRemote concept basic ideal is to reduce the system resources and cluttering up windows taskbar.</p>
<p>Meanwhile, user can easily run multiple instance connection to their remote terminal on a single application with multiple tabbing support.<br />
<a title="Optional caption." rel="lightbox" href="http://sysadminblog.net/Pic/mRemote.jpg"><img src="http://sysadminblog.net/Pic/mRemote.jpg" alt="" width="544" height="360" /></a></p>
<p><a href="http://www.mremote.org/wiki/GetFile.aspx?File=Downloads/mRemote_1.50_Setup_EN.exe">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sysadminblog.net/?feed=rss2&amp;p=255</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I open the firewall port for SQL Server on Windows Server 2008?</title>
		<link>http://sysadminblog.net/?p=252</link>
		<comments>http://sysadminblog.net/?p=252#comments</comments>
		<pubDate>Wed, 20 Jan 2010 12:14:54 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://sysadminblog.net/?p=252</guid>
		<description><![CDATA[The script that is discussed in this section opens the firewall ports for SQL Server. To create the script, follow these steps: Start Notepad. Copy and paste the following code into Notepad: @echo ========= SQL Server Ports =================== @echo Enabling SQLServer default instance port 1433 netsh firewall set portopening TCP 1433 "SQLServer" @echo Enabling Dedicated [...]]]></description>
			<content:encoded><![CDATA[<p>The script that is discussed in this section opens the firewall ports for SQL Server.</p>
<p>To create the script, follow these steps:</p>
<ol>
<li>Start Notepad.</li>
<li> Copy and paste the following code into Notepad:
<div>
<div>
<pre>@echo =========  SQL Server Ports  ===================
@echo Enabling SQLServer default instance port 1433
netsh firewall set portopening TCP 1433 "SQLServer"
@echo Enabling Dedicated Admin Connection port 1434
netsh firewall set portopening TCP 1434 "SQL Admin Connection"
@echo Enabling conventional SQL Server Service Broker port 4022
netsh firewall set portopening TCP 4022 "SQL Service Broker"
@echo Enabling Transact-SQL Debugger/RPC port 135
netsh firewall set portopening TCP 135 "SQL Debugger/RPC"
@echo =========  Analysis Services Ports  ==============
@echo Enabling SSAS Default Instance port 2383
netsh firewall set portopening TCP 2383 "Analysis Services"
@echo Enabling SQL Server Browser Service port 2382
netsh firewall set portopening TCP 2382 "SQL Browser"
@echo =========  Misc Applications  ==============
@echo Enabling HTTP port 80
netsh firewall set portopening TCP 80 "HTTP"
@echo Enabling SSL port 443
netsh firewall set portopening TCP 443 "SSL"
@echo Enabling port for SQL Server Browser Service's 'Browse' Button
netsh firewall set portopening UDP 1434 "SQL Browser"
@echo Allowing multicast broadcast response on UDP (Browser Service Enumerations OK)
netsh firewall set multicastbroadcastresponse ENABLE
</pre>
</div>
</div>
</li>
<li>Save the file as a .txt file by using the following name: OpenSqlServerPort.txt</li>
<li>Rename the OpenSqlServerPort.txt file to the following: OpenSqlServerPort.bat</li>
</ol>
<p>Before you run the OpenSqlServerPort.bat script, you must copy the script to the computer which has the firewall and then run the script on that computer. To run the script, follow these steps:</p>
<ol>
<li> Click   <strong>Start</strong>, click   <strong>Run</strong>, type   cmd, and then click   <strong>OK</strong>.</li>
<li> At the command prompt, use the cd command to navigate to the folder in which you saved the OpenSqlServerPort.bat file.</li>
<li> To run the OpenSqlServerPort.bat script, type   OpenSqlServerPort.bat at the command prompt, and then press ENTER.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://sysadminblog.net/?feed=rss2&amp;p=252</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
