<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>blog.ActiveServers</title>
    <link>http://blog.activeservers.com/</link>
    <description>ActiveServers Support Blog</description>
    <copyright>Activeservers</copyright>
    <lastBuildDate>Mon, 10 Mar 2008 14:14:25 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.8.5223.0</generator>
    <managingEditor>blog@activeservers.com</managingEditor>
    <webMaster>blog@activeservers.com</webMaster>
    <item>
      <trackback:ping>http://blog.activeservers.com/Trackback.aspx?guid=89844042-4c40-4db8-9986-c010ada35719</trackback:ping>
      <pingback:server>http://blog.activeservers.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.activeservers.com/PermaLink,guid,89844042-4c40-4db8-9986-c010ada35719.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      How do I move my dns server from one machine to another?
   </p>
        <p>
      If you transfer all the files from the default path C:\windows\system32\dns specifally
      all the zone files. 
   </p>
        <p>
      Then export the key values below to .reg files then move them and add them to the
      new machine you should be up and running in a flash. 
   </p>
        <p>
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DNS Server
   </p>
        <p>
      HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DNS
   </p>
        <p>
      HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DNS\Parameters
   </p>
        <p>
      HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DNS\Zones
   </p>
        <img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=89844042-4c40-4db8-9986-c010ada35719" />
        <br />
        <hr />
   ActiveServers Support<a href="http://blog.activeservers.com">ActiveServers</a>. 
</body>
      <title>Windows DNS</title>
      <guid>http://blog.activeservers.com/PermaLink,guid,89844042-4c40-4db8-9986-c010ada35719.aspx</guid>
      <link>http://blog.activeservers.com/PermaLink,guid,89844042-4c40-4db8-9986-c010ada35719.aspx</link>
      <pubDate>Mon, 10 Mar 2008 14:14:25 GMT</pubDate>
      <description>&lt;p&gt;
   How do I move my dns server from one machine to another?
&lt;/p&gt;
&lt;p&gt;
   If you transfer all the files from the default path C:\windows\system32\dns specifally
   all the zone files. 
&lt;/p&gt;
&lt;p&gt;
   Then export the key values below to .reg files then move them and add them to the
   new machine you should be up and running in a flash. 
&lt;/p&gt;
&lt;p&gt;
   HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DNS Server
&lt;/p&gt;
&lt;p&gt;
   HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DNS
&lt;/p&gt;
&lt;p&gt;
   HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DNS\Parameters
&lt;/p&gt;
&lt;p&gt;
   HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DNS\Zones
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=89844042-4c40-4db8-9986-c010ada35719" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
ActiveServers Support&lt;a href="http://blog.activeservers.com"&gt;ActiveServers&lt;/a&gt;. </description>
      <category>Win-Admin</category>
    </item>
    <item>
      <trackback:ping>http://blog.activeservers.com/Trackback.aspx?guid=8a351af2-1f59-4ed5-8726-5c3e7d86c527</trackback:ping>
      <pingback:server>http://blog.activeservers.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.activeservers.com/PermaLink,guid,8a351af2-1f59-4ed5-8726-5c3e7d86c527.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Once in awhile someone will disconnect from RDT and max out the number of connections.
      What do you do about this reboot the machine has been the rapid answer. Here is a
      little trick I picked up. 
   </p>
        <p>
      cmd
   </p>
        <font size="2">
          <p>
      mstsc.exe /v:xxx.xxx.xxx.xxx /console
   </p>
          <p>
      Just put in the IP address of the machine you are trying to connect represented by
      xxx.xxx.xxx.xxx. You will then mount the machine as the console connection and be
      able to release or reset other connections. 
   </p>
        </font>
        <img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=8a351af2-1f59-4ed5-8726-5c3e7d86c527" />
        <br />
        <hr />
   ActiveServers Support<a href="http://blog.activeservers.com">ActiveServers</a>. 
</body>
      <title>Max connections in RDT</title>
      <guid>http://blog.activeservers.com/PermaLink,guid,8a351af2-1f59-4ed5-8726-5c3e7d86c527.aspx</guid>
      <link>http://blog.activeservers.com/PermaLink,guid,8a351af2-1f59-4ed5-8726-5c3e7d86c527.aspx</link>
      <pubDate>Wed, 21 Nov 2007 01:25:32 GMT</pubDate>
      <description>&lt;p&gt;
   Once in awhile someone will disconnect from RDT and max out the number of connections.
   What do you do about this reboot the machine has been the rapid answer. Here is a
   little trick I picked up. 
&lt;/p&gt;
&lt;p&gt;
   cmd
&lt;/p&gt;
&lt;font size=2&gt; 
&lt;p&gt;
   mstsc.exe /v:xxx.xxx.xxx.xxx /console
&lt;/p&gt;
&lt;p&gt;
   Just put in the IP address of the machine you are trying to connect represented by
   xxx.xxx.xxx.xxx. You will then mount the machine as the console connection and be
   able to release or reset other connections. 
&lt;/p&gt;
&lt;/font&gt;&lt;img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=8a351af2-1f59-4ed5-8726-5c3e7d86c527" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
ActiveServers Support&lt;a href="http://blog.activeservers.com"&gt;ActiveServers&lt;/a&gt;. </description>
      <category>Win-Admin</category>
    </item>
    <item>
      <trackback:ping>http://blog.activeservers.com/Trackback.aspx?guid=b1726431-51c8-4b57-899b-1033c93021f2</trackback:ping>
      <pingback:server>http://blog.activeservers.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.activeservers.com/PermaLink,guid,b1726431-51c8-4b57-899b-1033c93021f2.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Windows NT/2000 does not come with a command-line 'kill' utility. You can get one
      in the Windows NT or Win2K Resource Kit, but the kit's utility can only terminate
      processes on the local computer. PsKill is a kill utility that not only does what
      the Resource Kit's version does, but can also kill processes on remote systems. You
      don't even have to install a client on the target computer to use PsKill to terminate
      a remote process.
   </p>
        <p>
      Running PsKill with a process ID directs it to kill the process of that ID on the
      local computer. If you specify a process name PsKill will kill all processes that
      have that name. 
   </p>
        <p>
          <strong>usage: pskill [- ] [-t] [\\computer [-u username] [-p password]] &lt;process
      name | process id&gt;</strong>
        </p>
        <p>
          <a href="http://download.sysinternals.com/Files/PsTools.zip" target="new">Download
      here</a>
        </p>
        <img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=b1726431-51c8-4b57-899b-1033c93021f2" />
        <br />
        <hr />
   ActiveServers Support<a href="http://blog.activeservers.com">ActiveServers</a>. 
</body>
      <title>PsKill</title>
      <guid>http://blog.activeservers.com/PermaLink,guid,b1726431-51c8-4b57-899b-1033c93021f2.aspx</guid>
      <link>http://blog.activeservers.com/PermaLink,guid,b1726431-51c8-4b57-899b-1033c93021f2.aspx</link>
      <pubDate>Sat, 17 Nov 2007 14:26:32 GMT</pubDate>
      <description>&lt;p&gt;
   Windows NT/2000 does not come with a command-line 'kill' utility. You can get one
   in the Windows NT or Win2K Resource Kit, but the kit's utility can only terminate
   processes on the local computer. PsKill is a kill utility that not only does what
   the Resource Kit's version does, but can also kill processes on remote systems. You
   don't even have to install a client on the target computer to use PsKill to terminate
   a remote process.
&lt;/p&gt;
&lt;p&gt;
   Running PsKill with a process ID directs it to kill the process of that ID on the
   local computer. If you specify a process name PsKill will kill all processes that
   have that name. 
&lt;/p&gt;
&lt;p&gt;
   &lt;strong&gt;usage: pskill [- ] [-t] [\\computer [-u username] [-p password]] &amp;lt;process
   name | process id&amp;gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
   &lt;a href="http://download.sysinternals.com/Files/PsTools.zip" target=new&gt;Download here&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=b1726431-51c8-4b57-899b-1033c93021f2" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
ActiveServers Support&lt;a href="http://blog.activeservers.com"&gt;ActiveServers&lt;/a&gt;. </description>
      <category>Win-Admin</category>
    </item>
    <item>
      <trackback:ping>http://blog.activeservers.com/Trackback.aspx?guid=99c8edab-fdff-4124-bc66-42604117b94b</trackback:ping>
      <pingback:server>http://blog.activeservers.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.activeservers.com/PermaLink,guid,99c8edab-fdff-4124-bc66-42604117b94b.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p class="subTitle" id="tocHeadRef">
          <strong>SYMPTOMS</strong>
        </p>
        <script type="text/javascript">loadTOCNode(1, 'symptoms');</script>
        <div class="sbody">After you upgrade a Microsoft Windows Server 2003-based computer
      to Microsoft Windows Server 2003 Service Pack 2 (SP2), <strong class="uiterm">Help
      and Support</strong> is missing when you click <strong class="uiterm">Start</strong>.
      Additionally, the <strong class="uiterm">Help</strong> menu is missing in programs
      that are running on the Windows Server 2003 SP2-based computer.<br /><br />
      Additionally, when you type <span class="userInput">msinfo32.exe</span> or <span class="userInput">Helpctr.exe</span> at
      a command prompt to try to start Help and Support manually, you receive the following
      error message: 
      <div class="errormsg">Windows cannot open Help and Support because a system service
         is not running. To fix this problem, start the service named 'Help and Support'. 
      </div>
      However, when you start the Services Microsoft Management Console (MMC) snap-in, the
      Help and Support service is not listed. 
      <p class="topOfPage"><strong>RESOLUTION</strong></p></div>
        <script type="text/javascript">loadTOCNode(1, 'resolution');</script>
        <div class="sbody">To resolve this problem, reinstall the Help and Support service.
      To do this, follow these steps: 
      <table class="list ol"><tbody><tr><td class="number"><font size="2">1.</font></td><td class="text"><font size="2">Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>,
                  type <span class="userInput">cmd</span> in the <strong class="uiterm">Open</strong> box,
                  and then click <strong class="uiterm">OK</strong>.</font></td></tr><tr><td class="number"><font size="2">2.</font></td><td class="text"><font size="2">At the command prompt, locate the following folder: </font><div class="indent"><font size="2"><var>%windir%</var>\PCHealth\HelpCtr\Binaries</font></div></td></tr><tr><td class="number"><font size="2">3.</font></td><td class="text"><font size="2">At the command prompt, type the following commands, and then press
                  ENTER after each command: </font><table class="list ul"><tbody><tr><td class="bullet"><font size="2"><strong>•</strong></font></td><td class="text"><span class="userInput"><font size="2"><strong>HelpSvc.exe /regserver /svchost netsvcs
                              /RAInstall</strong></font></span></td></tr><tr><td class="bullet"><font size="2"><strong>•</strong></font></td><td class="text"><span class="userInput"><font size="2"><strong>HSCUpd.exe -i hscmui.cab</strong></font></span></td></tr><tr><td class="bullet"><font size="2"><strong></strong></font></td><td class="text"><font size="2"><strong><span class="userInput">HSCUpd.exe -i hscsp_e3.cab </span><br /><br />
                              Note</strong> The following commands do not apply to some language versions of Windows
                              Server 2003: </font><table class="list ul"><tbody><tr><td class="bullet"><font size="2"><strong>•</strong></font></td><td class="text"><font size="2"><strong>HSCUpd.exe -i hscmui.cab</strong></font></td></tr><tr><td class="bullet"><font size="2"><strong>•</strong></font></td><td class="text"><b><font size="2">HSCUpd.exe -i hscsp_e3.cab</font></b></td></tr></tbody></table><font size="2">The reason is that the Hscmui.cab compressed file is not included in
                              some language versions of Windows Server 2003, such as the Japanese version of Windows
                              Server 2003.</font></td></tr></tbody></table></td></tr></tbody></table></div>
        <a href="http://support.microsoft.com/kb/937055/en-us" target="new">Full Article</a>
        <img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=99c8edab-fdff-4124-bc66-42604117b94b" />
        <br />
        <hr />
   ActiveServers Support<a href="http://blog.activeservers.com">ActiveServers</a>. 
</body>
      <title>Help &amp; Support Service Missing after SP2 </title>
      <guid>http://blog.activeservers.com/PermaLink,guid,99c8edab-fdff-4124-bc66-42604117b94b.aspx</guid>
      <link>http://blog.activeservers.com/PermaLink,guid,99c8edab-fdff-4124-bc66-42604117b94b.aspx</link>
      <pubDate>Thu, 27 Sep 2007 12:11:48 GMT</pubDate>
      <description>&lt;p class=subTitle id=tocHeadRef&gt;
   &lt;strong&gt;SYMPTOMS&lt;/strong&gt;
&lt;/p&gt;
&lt;script type=text/javascript&gt;loadTOCNode(1, 'symptoms');&lt;/script&gt;
&lt;div class=sbody&gt;After you upgrade a Microsoft Windows Server 2003-based computer
   to Microsoft Windows Server 2003 Service Pack 2 (SP2), &lt;strong class=uiterm&gt;Help and
   Support&lt;/strong&gt; is missing when you click &lt;strong class=uiterm&gt;Start&lt;/strong&gt;. Additionally,
   the &lt;strong class=uiterm&gt;Help&lt;/strong&gt; menu is missing in programs that are running
   on the Windows Server 2003 SP2-based computer.&lt;br&gt;
   &lt;br&gt;
   Additionally, when you type &lt;span class=userInput&gt;msinfo32.exe&lt;/span&gt; or &lt;span class=userInput&gt;Helpctr.exe&lt;/span&gt; at
   a command prompt to try to start Help and Support manually, you receive the following
   error message: 
   &lt;div class=errormsg&gt;Windows cannot open Help and Support because a system service
      is not running. To fix this problem, start the service named 'Help and Support'. 
   &lt;/div&gt;
   However, when you start the Services Microsoft Management Console (MMC) snap-in, the
   Help and Support service is not listed. 
   &lt;p class=topOfPage&gt;
      &lt;strong&gt;RESOLUTION&lt;/strong&gt;
   &lt;/p&gt;
&lt;/div&gt;
&lt;script type=text/javascript&gt;loadTOCNode(1, 'resolution');&lt;/script&gt;
&lt;div class=sbody&gt;To resolve this problem, reinstall the Help and Support service.
   To do this, follow these steps: 
   &lt;table class="list ol"&gt;
      &lt;tbody&gt;
         &lt;tr&gt;
            &lt;td class=number&gt;
               &lt;font size=2&gt;1.&lt;/font&gt;&lt;/td&gt;
            &lt;td class=text&gt;
               &lt;font size=2&gt;Click &lt;strong class=uiterm&gt;Start&lt;/strong&gt;, click &lt;strong class=uiterm&gt;Run&lt;/strong&gt;,
               type &lt;span class=userInput&gt;cmd&lt;/span&gt; in the &lt;strong class=uiterm&gt;Open&lt;/strong&gt; box,
               and then click &lt;strong class=uiterm&gt;OK&lt;/strong&gt;.&lt;/font&gt;&lt;/td&gt;
         &lt;/tr&gt;
         &lt;tr&gt;
            &lt;td class=number&gt;
               &lt;font size=2&gt;2.&lt;/font&gt;&lt;/td&gt;
            &lt;td class=text&gt;
               &lt;font size=2&gt;At the command prompt, locate the following folder: &lt;/font&gt; 
               &lt;div class=indent&gt;&lt;font size=2&gt;&lt;var&gt;%windir%&lt;/var&gt;\PCHealth\HelpCtr\Binaries&lt;/font&gt;
               &lt;/div&gt;
            &lt;/td&gt;
         &lt;/tr&gt;
         &lt;tr&gt;
            &lt;td class=number&gt;
               &lt;font size=2&gt;3.&lt;/font&gt;&lt;/td&gt;
            &lt;td class=text&gt;
               &lt;font size=2&gt;At the command prompt, type the following commands, and then press ENTER
               after each command: &lt;/font&gt; 
               &lt;table class="list ul"&gt;
                  &lt;tbody&gt;
                     &lt;tr&gt;
                        &lt;td class=bullet&gt;
                           &lt;font size=2&gt;&lt;strong&gt;•&lt;/strong&gt;&lt;/font&gt;&lt;/td&gt;
                        &lt;td class=text&gt;
                           &lt;span class=userInput&gt;&lt;font size=2&gt;&lt;strong&gt;HelpSvc.exe /regserver /svchost netsvcs
                           /RAInstall&lt;/strong&gt;&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;
                     &lt;/tr&gt;
                     &lt;tr&gt;
                        &lt;td class=bullet&gt;
                           &lt;font size=2&gt;&lt;strong&gt;•&lt;/strong&gt;&lt;/font&gt;&lt;/td&gt;
                        &lt;td class=text&gt;
                           &lt;span class=userInput&gt;&lt;font size=2&gt;&lt;strong&gt;HSCUpd.exe -i hscmui.cab&lt;/strong&gt;&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;
                     &lt;/tr&gt;
                     &lt;tr&gt;
                        &lt;td class=bullet&gt;
                           &lt;font size=2&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/td&gt;
                        &lt;td class=text&gt;
                           &lt;font size=2&gt;&lt;strong&gt;&lt;span class=userInput&gt;HSCUpd.exe -i hscsp_e3.cab &lt;/span&gt;
                           &lt;br&gt;
                           &lt;br&gt;
                           Note&lt;/strong&gt; The following commands do not apply to some language versions of Windows
                           Server 2003: &lt;/font&gt; 
                           &lt;table class="list ul"&gt;
                              &lt;tbody&gt;
                                 &lt;tr&gt;
                                    &lt;td class=bullet&gt;
                                       &lt;font size=2&gt;&lt;strong&gt;•&lt;/strong&gt;&lt;/font&gt;&lt;/td&gt;
                                    &lt;td class=text&gt;
                                       &lt;font size=2&gt;&lt;strong&gt;HSCUpd.exe -i hscmui.cab&lt;/strong&gt;&lt;/font&gt;&lt;/td&gt;
                                 &lt;/tr&gt;
                                 &lt;tr&gt;
                                    &lt;td class=bullet&gt;
                                       &lt;font size=2&gt;&lt;strong&gt;•&lt;/strong&gt;&lt;/font&gt;&lt;/td&gt;
                                    &lt;td class=text&gt;
                                       &lt;b&gt;&lt;font size=2&gt;HSCUpd.exe -i hscsp_e3.cab&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
                                 &lt;/tr&gt;
                              &lt;/tbody&gt;
                           &lt;/table&gt;
                           &lt;font size=2&gt;The reason is that the Hscmui.cab compressed file is not included in
                           some language versions of Windows Server 2003, such as the Japanese version of Windows
                           Server 2003.&lt;/font&gt; 
                        &lt;/td&gt;
                     &lt;/tr&gt;
                  &lt;/tbody&gt;
               &lt;/table&gt;
            &lt;/td&gt;
         &lt;/tr&gt;
      &lt;/tbody&gt;
   &lt;/table&gt;
&lt;/div&gt;
&lt;a href="http://support.microsoft.com/kb/937055/en-us" target=new&gt;Full Article&lt;/a&gt;&lt;img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=99c8edab-fdff-4124-bc66-42604117b94b" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
ActiveServers Support&lt;a href="http://blog.activeservers.com"&gt;ActiveServers&lt;/a&gt;. </description>
      <category>Win-Admin</category>
    </item>
    <item>
      <trackback:ping>http://blog.activeservers.com/Trackback.aspx?guid=29159028-bfb1-4ad9-b75e-ca07ffb6f139</trackback:ping>
      <pingback:server>http://blog.activeservers.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.activeservers.com/PermaLink,guid,29159028-bfb1-4ad9-b75e-ca07ffb6f139.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Here are some great web casts for learning future development in Vista and Windows
      Server 2008 for the future. Learn all the things that are not there anymore. Really
      what is not going to be there is a bit daunting at first for many administrators and
      developers. If you have the will to move forward you certainly will not regret the
      downsides. 
   </p>
        <ul>
          <li>
            <a href="http://www.iis.net/default.aspx?tabid=2&amp;subtabid=26&amp;i=1407" target="_blank">Getting
         Started with IIS 7.0</a>
          </li>
          <li>
            <a href="http://www.iis.net/default.aspx?tabid=2&amp;subtabid=26&amp;i=1415" target="_blank">An
         Insider's Look at IIS7 Features</a>
          </li>
          <li>
            <a href="http://www.iis.net/default.aspx?tabid=2&amp;subtabid=26&amp;i=1408" target="_blank">Get
         the Facts on Windows Vista &amp; IIS 7.0 Compatibility</a>
          </li>
          <li>
            <a href="http://www.iis.net/default.aspx?tabid=2&amp;subtabid=26&amp;i=1409" target="_blank">Putting
         the Lego Set Together:  Inside IIS 7.0's Componentization</a>
          </li>
          <li>
            <a href="http://www.iis.net/default.aspx?tabid=2&amp;subtabid=26&amp;i=1428" target="_blank">How
         "Today's" Web Applications will work with IIS 7.0</a>
          </li>
          <li>
            <a href="http://www.iis.net/default.aspx?tabid=2&amp;subtabid=26&amp;i=1141" target="_blank">End-to-End
         Overview of IIS7</a>
          </li>
          <li>
            <a href="http://www.iis.net/default.aspx?tabid=2&amp;subtabid=26&amp;i=1140" target="_blank">Exploring
         the Future of Web Development and Management with IIS7 </a>
          </li>
        </ul>
        <img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=29159028-bfb1-4ad9-b75e-ca07ffb6f139" />
        <br />
        <hr />
   ActiveServers Support<a href="http://blog.activeservers.com">ActiveServers</a>. 
</body>
      <title>IIS 7.0 Vista and WIndows 2008</title>
      <guid>http://blog.activeservers.com/PermaLink,guid,29159028-bfb1-4ad9-b75e-ca07ffb6f139.aspx</guid>
      <link>http://blog.activeservers.com/PermaLink,guid,29159028-bfb1-4ad9-b75e-ca07ffb6f139.aspx</link>
      <pubDate>Sun, 20 May 2007 17:26:13 GMT</pubDate>
      <description>&lt;p&gt;
   Here are some great web casts for learning future development in Vista and Windows
   Server 2008 for the future. Learn all the things that are not there anymore. Really
   what is not going to be there is a bit daunting at first for many administrators and
   developers. If you have the will to move forward you certainly will not regret the
   downsides. 
&lt;/p&gt;
&lt;ul&gt;
   &lt;li&gt;
      &lt;a href="http://www.iis.net/default.aspx?tabid=2&amp;amp;subtabid=26&amp;amp;i=1407" target=_blank&gt;Getting
      Started with IIS 7.0&lt;/a&gt; 
   &lt;/li&gt;
   &lt;li&gt;
      &lt;a href="http://www.iis.net/default.aspx?tabid=2&amp;amp;subtabid=26&amp;amp;i=1415" target=_blank&gt;An
      Insider's Look at IIS7 Features&lt;/a&gt; 
   &lt;/li&gt;
   &lt;li&gt;
      &lt;a href="http://www.iis.net/default.aspx?tabid=2&amp;amp;subtabid=26&amp;amp;i=1408" target=_blank&gt;Get
      the Facts on Windows Vista &amp;amp; IIS 7.0 Compatibility&lt;/a&gt; 
   &lt;/li&gt;
   &lt;li&gt;
      &lt;a href="http://www.iis.net/default.aspx?tabid=2&amp;amp;subtabid=26&amp;amp;i=1409" target=_blank&gt;Putting
      the Lego Set Together:&amp;nbsp; Inside IIS 7.0's Componentization&lt;/a&gt; 
   &lt;/li&gt;
   &lt;li&gt;
      &lt;a href="http://www.iis.net/default.aspx?tabid=2&amp;amp;subtabid=26&amp;amp;i=1428" target=_blank&gt;How
      "Today's" Web Applications will work with IIS 7.0&lt;/a&gt;
   &lt;/li&gt;
   &lt;li&gt;
      &lt;a href="http://www.iis.net/default.aspx?tabid=2&amp;amp;subtabid=26&amp;amp;i=1141" target=_blank&gt;End-to-End
      Overview of IIS7&lt;/a&gt; 
   &lt;/li&gt;
   &lt;li&gt;
      &lt;a href="http://www.iis.net/default.aspx?tabid=2&amp;amp;subtabid=26&amp;amp;i=1140" target=_blank&gt;Exploring
      the Future of Web Development and Management with IIS7 &lt;/a&gt;
   &lt;/li&gt;
&lt;/ul&gt;
&lt;img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=29159028-bfb1-4ad9-b75e-ca07ffb6f139" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
ActiveServers Support&lt;a href="http://blog.activeservers.com"&gt;ActiveServers&lt;/a&gt;. </description>
      <category>Win-Admin</category>
    </item>
    <item>
      <trackback:ping>http://blog.activeservers.com/Trackback.aspx?guid=e537db93-dd5f-4ed8-9b9c-e23fb663fb75</trackback:ping>
      <pingback:server>http://blog.activeservers.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.activeservers.com/PermaLink,guid,e537db93-dd5f-4ed8-9b9c-e23fb663fb75.aspx</pingback:target>
      <dc:creator>
      </dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <strong>Windows PowerShell</strong>
        <p>
      Microsoft Windows PowerShell command line shell and scripting language helps IT professionals
      achieve greater control and productivity. Using a new admin-focused scripting language,
      more than 130 standard command line tools, and consistent syntax and utilities, Windows
      PowerShell allows IT professionals to more easily control system administration and
      accelerate automation. Windows PowerShell is easy to adopt, learn, and use, because
      it works with your existing IT infrastructure and existing script investments, and
      because it runs on Windows XP, Windows Vista, and Windows Server 2003. Windows PowerShell
      is now included as part of Windows Server 2008 and can be evaluated in Windows Server
      2008 Beta 3. Exchange Server 2007, System Center Operations Manager 2007, System Center
      Data Protection Manager V2, and System Center Virtual Machine Manager also leverage
      Windows PowerShell to improve administrator control, efficiency, and productivity.
   </p>
        <p>
          <a href="http://www.microsoft.com/windowsserver2008/powershell.mspx" target="new">Windows
      PowerShell included as part of Windows Server 2008</a>
          <br />
      Windows PowerShell for the first time is included as part of the Windows operating
      system. Windows PowerShell is one of the numerous manageability enhancements of Windows
      Server 2008 including the new Server Manager, Server Core, new Event Viewer, new Task
      Scheduler and new Reliability and Performance Monitor.
   </p>
        <p>
          <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx" target="new">Download
      Windows PowerShell 1.0</a>
          <br />
      Windows PowerShell 1.0 is available as a download or can be evaluated as part of <a href="http://www.microsoft.com/windowsserver2008/default.mspx" target="new">Windows
      Server 2008 evaluation</a> versions. Download Windows PowerShell 1.0 for Windows XP
      SP2, Windows Server 2003 or Windows Vista via our <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx" target="new">Windows
      PowerShell download page</a>.
   </p>
        <strong>Leverage our partners' products based on Windows PowerShell</strong>
        <p>
      The following partners have developed products that leverage Windows PowerShell to
      help with management of Windows or to improve applications running on Windows. Most
      of these products have a free component that can be used by all Windows administrators.<br /><br /><a href="http://devcentral.f5.com/Default.aspx?tabid=71" target="new">F5 Networks:</a> Support
      use of Windows PowerShell to manage F5's BIG-IP network hardware.<br /><a href="http://www.fullarmor.com/products-gpanywhere.htm" target="new">Full Armor:</a> Group-Policy
      Management via Windows PowerShell.<br /><a href="http://www.nsoftware.com/powershell/" target="new">/n Software:</a> Network
      management, messaging and ability to remotely manage Windows via Windows PowerShell.<br /><a href="http://www.powergadgets.com/" target="new">PowerGadgets:</a> Visualization
      product that allows users to run real-time Gadgets such as charts, gauges and maps.
      Uses Windows PowerShell to allow users or administrators to easily create Windows
      Vista Sidebar gadgets.<br /><a href="http://powergui.org/index.jspa" target="new">PowerGUI by Quest Software:</a> Graphical
      user interface for executing Windows PowerShell commands and writing scripts.<br /><a href="http://www.powershellanalyzer.com/demos/" target="new">PowerShell Analyzer
      by Shelltools:</a> Graphical User Interface for developers as well as administrators.<br /><a href="http://www.quest.com/activeroles-server/arms.aspx" target="new">Quest Software:</a> Active
      Directory Management including new Windows Server 2008 features including read-only
      domain controllers and new user configuration.
   </p>
        <img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=e537db93-dd5f-4ed8-9b9c-e23fb663fb75" />
        <br />
        <hr />
   ActiveServers Support<a href="http://blog.activeservers.com">ActiveServers</a>. 
</body>
      <title>Windows PowerShell</title>
      <guid>http://blog.activeservers.com/PermaLink,guid,e537db93-dd5f-4ed8-9b9c-e23fb663fb75.aspx</guid>
      <link>http://blog.activeservers.com/PermaLink,guid,e537db93-dd5f-4ed8-9b9c-e23fb663fb75.aspx</link>
      <pubDate>Sun, 20 May 2007 16:36:10 GMT</pubDate>
      <description>&lt;strong&gt;Windows PowerShell&lt;/strong&gt; 
&lt;p&gt;
   Microsoft Windows PowerShell command line shell and scripting language helps IT professionals
   achieve greater control and productivity. Using a new admin-focused scripting language,
   more than 130 standard command line tools, and consistent syntax and utilities, Windows
   PowerShell allows IT professionals to more easily control system administration and
   accelerate automation. Windows PowerShell is easy to adopt, learn, and use, because
   it works with your existing IT infrastructure and existing script investments, and
   because it runs on Windows XP, Windows Vista, and Windows Server 2003. Windows PowerShell
   is now included as part of Windows Server 2008 and can be evaluated in Windows Server
   2008 Beta 3. Exchange Server 2007, System Center Operations Manager 2007, System Center
   Data Protection Manager V2, and System Center Virtual Machine Manager also leverage
   Windows PowerShell to improve administrator control, efficiency, and productivity.
&lt;/p&gt;
&lt;p&gt;
   &lt;a href="http://www.microsoft.com/windowsserver2008/powershell.mspx" target=new&gt;Windows
   PowerShell included as part of Windows Server 2008&lt;/a&gt;
   &lt;br&gt;
   Windows PowerShell for the first time is included as part of the Windows operating
   system. Windows PowerShell is one of the numerous manageability enhancements of Windows
   Server 2008 including the new Server Manager, Server Core, new Event Viewer, new Task
   Scheduler and new Reliability and Performance Monitor.
&lt;/p&gt;
&lt;p&gt;
   &lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx" target=new&gt;Download
   Windows PowerShell 1.0&lt;/a&gt;
   &lt;br&gt;
   Windows PowerShell 1.0 is available as a download or can be evaluated as part of &lt;a href="http://www.microsoft.com/windowsserver2008/default.mspx" target=new&gt;Windows
   Server 2008 evaluation&lt;/a&gt; versions. Download Windows PowerShell 1.0 for Windows XP
   SP2, Windows Server 2003 or Windows Vista via our &lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx" target=new&gt;Windows
   PowerShell download page&lt;/a&gt;.
&lt;/p&gt;
&lt;strong&gt;Leverage our partners' products based on Windows PowerShell&lt;/strong&gt; 
&lt;p&gt;
   The following partners have developed products that leverage Windows PowerShell to
   help with management of Windows or to improve applications running on Windows. Most
   of these products have a free component that can be used by all Windows administrators.&lt;br&gt;
   &lt;br&gt;
   &lt;a href="http://devcentral.f5.com/Default.aspx?tabid=71" target=new&gt;F5 Networks:&lt;/a&gt; Support
   use of Windows PowerShell to manage F5's BIG-IP network hardware.&lt;br&gt;
   &lt;a href="http://www.fullarmor.com/products-gpanywhere.htm" target=new&gt;Full Armor:&lt;/a&gt; Group-Policy
   Management via Windows PowerShell.&lt;br&gt;
   &lt;a href="http://www.nsoftware.com/powershell/" target=new&gt;/n Software:&lt;/a&gt; Network
   management, messaging and ability to remotely manage Windows via Windows PowerShell.&lt;br&gt;
   &lt;a href="http://www.powergadgets.com/" target=new&gt;PowerGadgets:&lt;/a&gt; Visualization
   product that allows users to run real-time Gadgets such as charts, gauges and maps.
   Uses Windows PowerShell to allow users or administrators to easily create Windows
   Vista Sidebar gadgets.&lt;br&gt;
   &lt;a href="http://powergui.org/index.jspa" target=new&gt;PowerGUI by Quest Software:&lt;/a&gt; Graphical
   user interface for executing Windows PowerShell commands and writing scripts.&lt;br&gt;
   &lt;a href="http://www.powershellanalyzer.com/demos/" target=new&gt;PowerShell Analyzer
   by Shelltools:&lt;/a&gt; Graphical User Interface for developers as well as administrators.&lt;br&gt;
   &lt;a href="http://www.quest.com/activeroles-server/arms.aspx" target=new&gt;Quest Software:&lt;/a&gt; Active
   Directory Management including new Windows Server 2008 features including read-only
   domain controllers and new user configuration.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.activeservers.com/aggbug.ashx?id=e537db93-dd5f-4ed8-9b9c-e23fb663fb75" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
ActiveServers Support&lt;a href="http://blog.activeservers.com"&gt;ActiveServers&lt;/a&gt;. </description>
      <category>Win-Admin</category>
    </item>
  </channel>
</rss>