<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2334315712035221952</id><updated>2011-07-07T19:58:52.447-07:00</updated><category term='VBScript'/><category term='Tools'/><category term='Hyper-V'/><category term='Tips'/><category term='How To'/><category term='Downloads'/><category term='Scripts'/><title type='text'>Wintel Admin</title><subtitle type='html'>Some useful information for Windows System Admins</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://wintel-admin.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://wintel-admin.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Nish</name><uri>http://www.blogger.com/profile/11855321571118429262</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_gzTch1Wi0ZA/Sb_zLN3R59I/AAAAAAAAAAM/1CCRP1m7U_k/S220/abstract_0209.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2334315712035221952.post-4475867387841971247</id><published>2009-07-23T01:40:00.001-07:00</published><updated>2009-07-23T01:42:45.464-07:00</updated><title type='text'>Script to Copy the Same File to a Number of Different Computers</title><content type='html'>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;pre&gt;‘------------- Script Starts from here --------------------&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;Const ForReading = 1&lt;br /&gt;Const OverwriteExisting = TRUE&lt;br /&gt;&lt;br /&gt;Set objFSO = CreateObject(&amp;quot;Scripting.FileSystemObject&amp;quot;)&lt;br /&gt;Set objFile = objFSO.OpenTextFile(&amp;quot;C:\Scripts\Computers.txt&amp;quot;)&lt;br /&gt;&lt;br /&gt;Do Until objFile.AtEndOfStream&lt;br /&gt;    strComputer = objFile.ReadLine&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;    strRemoteFile = &amp;quot;\\&amp;quot; &amp;amp; strComputer &amp;amp; &amp;quot;\C$\Scripts\Test.doc&amp;quot;&lt;br /&gt;    objFSO.CopyFile &amp;quot;C:\Scripts\Test.doc&amp;quot;, strRemoteFile, OverwriteExisting&lt;br /&gt;Loop&lt;br /&gt;’ ---------------------Script Ends here ----------------------------------&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Here, at long last, we call the CopyFile method, passing three parameters: &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;  &lt;li&gt;The path to the local file (C:\Scripts\Test.doc), the file we want copied. &lt;/li&gt;&lt;br /&gt;&lt;br /&gt;  &lt;li&gt;The UNC path for the remote computer (stashed in the variable strRemoteFile). &lt;/li&gt;&lt;br /&gt;&lt;br /&gt;  &lt;li&gt;The constant OverWriteExisting (just in case Test.doc already exists in the C:\Scripts folder). &lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;We copy the file, then loop around and repeat the process with the next computer in the list.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9e9f3b10-3ee8-41f0-8f14-793aa3d1141e" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/VBScript" rel="tag"&gt;VBScript&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Copy+file" rel="tag"&gt;Copy file&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2334315712035221952-4475867387841971247?l=wintel-admin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wintel-admin.blogspot.com/feeds/4475867387841971247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wintel-admin.blogspot.com/2009/07/script-to-copy-same-file-to-number-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default/4475867387841971247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default/4475867387841971247'/><link rel='alternate' type='text/html' href='http://wintel-admin.blogspot.com/2009/07/script-to-copy-same-file-to-number-of.html' title='Script to Copy the Same File to a Number of Different Computers'/><author><name>Nish</name><uri>http://www.blogger.com/profile/11855321571118429262</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_gzTch1Wi0ZA/Sb_zLN3R59I/AAAAAAAAAAM/1CCRP1m7U_k/S220/abstract_0209.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2334315712035221952.post-65848524966025133</id><published>2009-06-23T08:11:00.001-07:00</published><updated>2009-06-23T22:52:03.098-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='How To'/><title type='text'>How to: Rename a Computer that Hosts a Stand-Alone Instance of SQL Server</title><content type='html'>&lt;span xmlns="xmlns"&gt;   &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;When you change the name of the computer that is running SQL Server, the new name is recognized during SQL Server startup. You do not have to run Setup again to reset the computer name. Instead, use the following steps to update system metadata that is stored in sys.servers and reported by the system function @@SERVERNAME. Update system metadata to reflect computer name changes for remote connections and applications that use @@SERVERNAME, or that query the server name from sys.servers.        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;The following steps cannot be used to rename an instance of SQL Server. They can be used only to rename the part of the instance name that corresponds to the computer name. For example, you can change a computer named MB1 that hosts an instance of SQL Server named Instance1 to another name, such as MB2. However, the instance part of the name, Instance1, will remain unchanged. In this example, the \\&lt;em&gt;ComputerName&lt;/em&gt;\&lt;em&gt;InstanceName&lt;/em&gt; would be changed from \\MB1\Instance1 to \\MB2\Instance1.         &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;&lt;strong&gt;Before you begin&lt;/strong&gt;         &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Before you begin the renaming process, review the following information:&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;&lt;/span&gt;&lt;/p&gt;    &lt;ul&gt;     &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;When an instance of SQL Server is part of a SQL Server failover cluster, the computer renaming process differs from a computer that hosts a stand-alone instance.          &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;      &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;SQL Server does not support renaming computers that are involved in replication, except when you use log shipping with replication. The secondary computer in log shipping can be renamed if the primary computer is permanently lost. For more information, see &lt;a href="http://msdn.microsoft.com/en-us/library/ms151224.aspx"&gt;&lt;span style="color: #0033cc"&gt;Replication and Log Shipping&lt;/span&gt;&lt;/a&gt;.           &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;      &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;When you rename a computer that is configured to use Reporting Services, Reporting Services might not be available after the computer name change. For more information, see &lt;a href="http://msdn.microsoft.com/en-us/library/ms345235.aspx"&gt;&lt;span style="color: #0033cc"&gt;Renaming a Report Server Computer&lt;/span&gt;&lt;/a&gt;.           &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;      &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;When you rename a computer that is configured to use database mirroring, you must turn off database mirroring before the renaming operation. Then, re-establish database mirroring with the new computer name. Metadata for database mirroring will not be updated automatically to reflect the new computer name. Use the following steps to update system metadata.          &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;      &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Users who connect to SQL Server through a Windows group that uses a hard-coded reference to the computer name might not be able to connect to SQL Server. This can occur after the rename if the Windows group specifies the old computer name. To ensure that such Windows groups have SQL Server connectivity following the renaming operation, update the Windows group to specify the new computer name.          &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;You can connect to SQL Server by using the new computer name after you have restarted SQL Server. To ensure that @@SERVERNAME returns the updated name of the local server instance, you should manually run the following procedure that applies to your scenario. The procedure you use depends on whether you are updating a computer that hosts a default or named instance of SQL Server.        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;To rename a computer that hosts a stand-alone instance of SQL Server        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;ul&gt;     &lt;li&gt;       &lt;div&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;For a renamed computer that hosts a default instance of SQL Server, run the following procedures:            &lt;br /&gt;&lt;/span&gt;&lt;/div&gt;        &lt;p&gt;&lt;a href="javascript:CopyCode(&amp;amp;apos;ctl00_rs1_mainContentContainer_ctl07other&amp;amp;apos;);"&gt;&lt;span style="font-family: verdana; color: #0033cc; font-size: 8pt"&gt;Copy Code&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;sp_dropserver &amp;lt;old_name&amp;gt;            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;GO            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;sp_addserver &amp;lt;new_name&amp;gt;, local            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;GO            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Restart the instance of SQL Server.            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/li&gt;      &lt;li&gt;       &lt;div&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;For a renamed computer that hosts a named instance of SQL Server, run the following procedures:            &lt;br /&gt;&lt;/span&gt;&lt;/div&gt;        &lt;p&gt;&lt;a href="javascript:CopyCode(&amp;amp;apos;ctl00_rs1_mainContentContainer_ctl08other&amp;amp;apos;);"&gt;&lt;span style="font-family: verdana; color: #0033cc; font-size: 8pt"&gt;Copy Code&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;sp_dropserver &amp;lt;old_name\instancename&amp;gt;            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;GO            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;sp_addserver &amp;lt;new_name\instancename&amp;gt;, local            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;GO            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Restart the instance of SQL Server.            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/li&gt;   &lt;/ul&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;After the Renaming Operation        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;After a computer has been renamed, any connections that used the old computer name must connect by using the new name.        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;To verify that the renaming operation has completed successfully        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;ul&gt;     &lt;li&gt;       &lt;div&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Select information from either @@SERVERNAME or sys.servers. The @@SERVERNAME function will return the new name, and the sys.servers table will show the new name. The following example shows the use of @@SERVERNAME.            &lt;br /&gt;&lt;/span&gt;&lt;/div&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;SELECT @@SERVERNAME AS 'Server Name' &lt;/span&gt;&lt;/p&gt;     &lt;/li&gt;   &lt;/ul&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Additional Considerations        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;&lt;strong&gt;Remote Logins&lt;/strong&gt; - If the computer has any remote logins, running &lt;strong&gt;sp_dropserver&lt;/strong&gt; might generate an error similar to the following: &lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;Server: Msg 15190, Level 16, State 1, Procedure sp_dropserver, Line 44        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;There are still remote logins for the server 'SERVER1'.        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;To resolve the error, you must drop remote logins for this server.        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;To drop remote logins        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;ul&gt;     &lt;li&gt;       &lt;div&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;For a default instance, run the following procedure: &lt;/span&gt;&lt;/div&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;sp_dropremotelogin old_name            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;GO            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/li&gt;      &lt;li&gt;       &lt;div&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;For a named instance, run the following procedure: &lt;/span&gt;&lt;/div&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;sp_dropremotelogin old_name\instancename            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family: courier new; color: black; font-size: 10pt"&gt;GO            &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;     &lt;/li&gt;   &lt;/ul&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;&lt;strong&gt;Linked Server Configurations&lt;/strong&gt; - Linked server configurations will be affected by the computer renaming operation. Use &lt;strong&gt;sp_addlinkedserver&lt;/strong&gt; or &lt;strong&gt;sp_setnetname&lt;/strong&gt; to update computer name references. For more information, see the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=111058"&gt;&lt;span style="color: #0033cc"&gt;sp_addlinkedserver (Transact-SQL)&lt;/span&gt;&lt;/a&gt; or &lt;a href="http://go.microsoft.com/fwlink/?LinkId=111062"&gt;&lt;span style="color: #0033cc"&gt;sp_setnetname (Transact-SQL)&lt;/span&gt;&lt;/a&gt; SQL Server Books Online topic on MSDN.         &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;&lt;strong&gt;Client Alias Names&lt;/strong&gt; - Client aliases that use named pipes will be affected by the computer renaming operation. For example, if an alias &amp;quot;PROD_SRVR&amp;quot; was created to point to SRVR1 and uses the named pipes protocol, the pipe name will look like \\SRVR1\pipe\sql\query. After the computer is renamed, the path of the named pipe will no longer be valid and. For more information about named pipes, see the &lt;a href="http://go.microsoft.com/fwlink/?LinkId=111063"&gt;&lt;span style="color: #0033cc"&gt;Creating a Valid Connection String Using Named Pipes&lt;/span&gt;&lt;/a&gt; SQL Server Books Online topic on MSDN.         &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: arial; color: black; font-size: 15pt"&gt;&lt;strong&gt;Renaming a Report Server Computer          &lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Renaming a computer causes a corresponding name change for the Web server and SQL Server instance (if it is on the same computer). In some cases, SQL Server Reporting Services may not be accessible after a computer name change. Use the steps provided in this topic to reconfigure a report server after a computer name change.        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Renaming a SQL Server Database Engine        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;If you rename the SQL Server Database Engine instance that runs the report server database, do the following:        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;ol&gt;     &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Start the Reporting Services Configuration tool and connect to the report server that uses the report server database on the renamed server.          &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;      &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Open the Database Setup page.          &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;      &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;In &lt;strong&gt;Server Name&lt;/strong&gt;, type or select the SQL Server name, and then click &lt;strong&gt;Connect&lt;/strong&gt;.           &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;      &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Click &lt;strong&gt;Apply&lt;/strong&gt;.           &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;   &lt;/ol&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;If the report server is using a local Database Engine instance, you can use &lt;em&gt;(local)&lt;/em&gt; or &lt;em&gt;(local)\instancename&lt;/em&gt; to specify the server. If you use &lt;em&gt;(local)&lt;/em&gt; to refer to the server, you can rename the server and the connections will continue to work. If you are using a remote server, or if Reporting Services is configured using the server name, you must update the database connection information whenever the server name is changed.         &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Renaming a Report Server Computer        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;p&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;If you rename a computer that runs a report server, do the following:        &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;    &lt;ol&gt;     &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;Open RSReportServer.config in a text editor and modify the &lt;strong&gt;UrlRoot&lt;/strong&gt; setting to reflect the new server name. The &lt;strong&gt;UrlRoot&lt;/strong&gt; setting is used by delivery extensions to compose the URL used to access items stored on the report server. Changing the report server URL address requires that you update the &lt;strong&gt;UrlRoot&lt;/strong&gt; setting so that subscriptions continue to deliver reports as expected.           &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;      &lt;li&gt;&lt;span style="font-family: verdana; color: black; font-size: 8pt"&gt;In the same file, if it is set, modify the &lt;strong&gt;ReportServerUrl&lt;/strong&gt; setting to reflect the new server name. Note that this setting is not used in every installation. If it is empty, do nothing.           &lt;br /&gt;&lt;/span&gt;&lt;/li&gt;   &lt;/ol&gt; &lt;/span&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d740eb40-63ff-427f-a7a2-bae7f2dfdaba" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Rename+SQL+Server" rel="tag"&gt;Rename SQL Server&lt;/a&gt;,&lt;a href="http://technorati.com/tags/WIndows+Tips" rel="tag"&gt;WIndows Tips&lt;/a&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2334315712035221952-65848524966025133?l=wintel-admin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wintel-admin.blogspot.com/feeds/65848524966025133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wintel-admin.blogspot.com/2009/06/how-to-rename-computer-that-hosts-stand.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default/65848524966025133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default/65848524966025133'/><link rel='alternate' type='text/html' href='http://wintel-admin.blogspot.com/2009/06/how-to-rename-computer-that-hosts-stand.html' title='How to: Rename a Computer that Hosts a Stand-Alone Instance of SQL Server'/><author><name>Nish</name><uri>http://www.blogger.com/profile/11855321571118429262</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_gzTch1Wi0ZA/Sb_zLN3R59I/AAAAAAAAAAM/1CCRP1m7U_k/S220/abstract_0209.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2334315712035221952.post-4094984287070797818</id><published>2009-06-17T23:14:00.001-07:00</published><updated>2009-06-17T23:16:05.227-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tools'/><category scheme='http://www.blogger.com/atom/ns#' term='Downloads'/><title type='text'>WINDIRSTAT: Visualize Drive Usage</title><content type='html'>&lt;h4&gt;Features&lt;/h4&gt;  &lt;p&gt;WinDirStat reads the whole directory tree once and then presents it in three useful views: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The directory list, which resembles the tree view of the Windows Explorer but is sorted by file/subtree size, &lt;/li&gt;    &lt;li&gt;The treemap, which shows the whole contents of the directory tree straight away, &lt;/li&gt;    &lt;li&gt;The extension list, which serves as a legend and shows statistics about the file types. &lt;/li&gt;    &lt;li&gt;Coupling. Select an item in the directory list: The treemap highlights it; and vice versa. &lt;/li&gt;    &lt;li&gt;Zooming. &lt;/li&gt;    &lt;li&gt;Built-in cleanup actions including Open, Show Properties, Delete. &lt;/li&gt;    &lt;li&gt;User-defined cleanups (command line based). &lt;/li&gt;    &lt;li&gt;Works with network drives and UNC paths. &lt;/li&gt;    &lt;li&gt;'Create disk usage report' option. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt; &lt;a href="http://windirstat.info/" target="_blank"&gt;&lt;img border="0" alt="Main Window" src="http://windirstat.info/images/windirstat-small.jpg" width="190" height="145" /&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://windirstat.info/" target="_blank"&gt;Click here&lt;/a&gt; to visit WINDIRSTAT home page.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;a href="http://windirstat.info/wds_current_setup.exe" target="_blank"&gt;Download&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:86fda9f7-f1b6-410c-9309-dce465691057" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows+Tools" rel="tag"&gt;Windows Tools&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Storage" rel="tag"&gt;Storage&lt;/a&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2334315712035221952-4094984287070797818?l=wintel-admin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wintel-admin.blogspot.com/feeds/4094984287070797818/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wintel-admin.blogspot.com/2009/06/windirstat-visualize-drive-usage.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default/4094984287070797818'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default/4094984287070797818'/><link rel='alternate' type='text/html' href='http://wintel-admin.blogspot.com/2009/06/windirstat-visualize-drive-usage.html' title='WINDIRSTAT: Visualize Drive Usage'/><author><name>Nish</name><uri>http://www.blogger.com/profile/11855321571118429262</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_gzTch1Wi0ZA/Sb_zLN3R59I/AAAAAAAAAAM/1CCRP1m7U_k/S220/abstract_0209.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2334315712035221952.post-7448766323562010730</id><published>2009-05-28T06:08:00.001-07:00</published><updated>2009-05-28T06:14:35.569-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hyper-V'/><title type='text'>Hyper-V Deployment Guide</title><content type='html'>&lt;p&gt;You can download detailed Hyper-V Deployment guide from the below mentioned link. &lt;/p&gt;  &lt;p&gt;Download Hyper-V Deployment&amp;#160; Guide&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2334315712035221952-7448766323562010730?l=wintel-admin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wintel-admin.blogspot.com/feeds/7448766323562010730/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wintel-admin.blogspot.com/2009/05/hyper-v-deployment-guide.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default/7448766323562010730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default/7448766323562010730'/><link rel='alternate' type='text/html' href='http://wintel-admin.blogspot.com/2009/05/hyper-v-deployment-guide.html' title='Hyper-V Deployment Guide'/><author><name>Nish</name><uri>http://www.blogger.com/profile/11855321571118429262</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_gzTch1Wi0ZA/Sb_zLN3R59I/AAAAAAAAAAM/1CCRP1m7U_k/S220/abstract_0209.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2334315712035221952.post-715481919973983552</id><published>2009-05-28T03:57:00.003-07:00</published><updated>2009-05-28T05:34:35.546-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VBScript'/><category scheme='http://www.blogger.com/atom/ns#' term='Scripts'/><category scheme='http://www.blogger.com/atom/ns#' term='Hyper-V'/><title type='text'>Script to List the VMs in a Hyper-V Host</title><content type='html'>&lt;p&gt;This script will collect the list and status of the VMs hosted in a&amp;#160; hyper-V host.&lt;/p&gt;  &lt;pre class="csharpcode"&gt;strComputer = &lt;span class="str"&gt;&amp;quot;.&amp;quot;&lt;/span&gt;&lt;br /&gt;&lt;span class="kwrd"&gt;Set&lt;/span&gt; objWMIService = GetObject(&lt;span class="str"&gt;&amp;quot;winmgmts:\\&amp;quot;&lt;/span&gt; &amp;amp; strComputer &amp;amp; &lt;span class="str"&gt;&amp;quot;\root\virtualization&amp;quot;&lt;/span&gt;) &lt;br /&gt;&lt;span class="kwrd"&gt;Set&lt;/span&gt; vmcollection = objWMIService.ExecQuery(&lt;span class="str"&gt;&amp;quot;SELECT * FROM Msvm_ComputerSystem&amp;quot;&lt;/span&gt;,,48) &lt;br /&gt;Wscript.Echo VbCrLF &lt;br /&gt;Wscript.Echo &lt;span class="str"&gt;&amp;quot;Name                                    Description                        State &amp;quot;&lt;/span&gt;&lt;br /&gt;Wscript.Echo &lt;span class="str"&gt;&amp;quot;--------------------------------------- ---------------------------------- -------------&amp;quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="kwrd"&gt;For&lt;/span&gt; &lt;span class="kwrd"&gt;Each&lt;/span&gt; vm &lt;span class="kwrd"&gt;in&lt;/span&gt; vmcollection&lt;br /&gt;    VMStateCode = vm.EnabledState&lt;br /&gt;    &lt;span class="kwrd"&gt;Select&lt;/span&gt; &lt;span class="kwrd"&gt;Case&lt;/span&gt; VMStateCode &lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    2        VMState = &lt;span class="str"&gt;&amp;quot;Running&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    3        VMState = &lt;span class="str"&gt;&amp;quot;PowerOff&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    4        VMState = &lt;span class="str"&gt;&amp;quot;ShuttingDown&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    10       VMState = &lt;span class="str"&gt;&amp;quot;Reset&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    32768    VMState = &lt;span class="str"&gt;&amp;quot;Paused&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    32770    VMState = &lt;span class="str"&gt;&amp;quot;Starting&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    32771    VMState = &lt;span class="str"&gt;&amp;quot;SnapshotInProgress&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    32772    VMState = &lt;span class="str"&gt;&amp;quot;Migrating&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    32773    VMState = &lt;span class="str"&gt;&amp;quot;Saving&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    32774    VMState = &lt;span class="str"&gt;&amp;quot;Stopping&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    32776    VMState = &lt;span class="str"&gt;&amp;quot;Pausing&amp;quot;&lt;/span&gt; &lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    32777    VMState = &lt;span class="str"&gt;&amp;quot;Resuming&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;    32769    VMState = &lt;span class="str"&gt;&amp;quot;Saved&amp;quot;&lt;/span&gt;&lt;br /&gt;            &lt;span class="kwrd"&gt;Case&lt;/span&gt;     &lt;span class="kwrd"&gt;Else&lt;/span&gt;    VMState = &lt;span class="str"&gt;&amp;quot;Unclassified (so far)&amp;quot;&lt;/span&gt;&lt;br /&gt;    &lt;span class="kwrd"&gt;End&lt;/span&gt; &lt;span class="kwrd"&gt;Select&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;        Wscript.Echo vm.ElementName &amp;amp; Space(40 - Len(vm.ElementName)) &amp;amp; _&lt;br /&gt;         vm.Description &amp;amp; Space(35 - Len(vm.Description)) &amp;amp; _ &lt;br /&gt;         VMState &amp;amp; &lt;span class="str"&gt;&amp;quot; (&amp;quot;&lt;/span&gt; &amp;amp;VMStateCode &amp;amp; &lt;span class="str"&gt;&amp;quot;)&amp;quot;&lt;/span&gt;&lt;br /&gt;&lt;span class="kwrd"&gt;Next&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="csharpcode"&gt;&lt;span class="kwrd"&gt;&lt;/span&gt;&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:587ff05f-a4c0-479b-9974-7f3614cf6876" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/VBScript" rel="tag"&gt;VBScript&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Hyper-V" rel="tag"&gt;Hyper-V&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Scripts" rel="tag"&gt;Scripts&lt;/a&gt;&lt;/div&gt;&lt;/pre&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2334315712035221952-715481919973983552?l=wintel-admin.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wintel-admin.blogspot.com/feeds/715481919973983552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://wintel-admin.blogspot.com/2009/05/test-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default/715481919973983552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2334315712035221952/posts/default/715481919973983552'/><link rel='alternate' type='text/html' href='http://wintel-admin.blogspot.com/2009/05/test-post.html' title='Script to List the VMs in a Hyper-V Host'/><author><name>Nish</name><uri>http://www.blogger.com/profile/11855321571118429262</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_gzTch1Wi0ZA/Sb_zLN3R59I/AAAAAAAAAAM/1CCRP1m7U_k/S220/abstract_0209.jpg'/></author><thr:total>0</thr:total></entry></feed>
