<rss xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0" xml:lang="en-US" xmlns:media="http://search.yahoo.com/mrss/">

    <channel>
      <title>Videos by LearnItFirst</title>
      <description>Videos by LearnItFirst</description>
      <link>http://revver.com/u/LearnItFirst/</link>
      <generator>http://revver.com</generator>
      <webMaster>webmaster@revver.com</webMaster>

      <item>
            <title>SQL Server- Part 1: How to View Members of a Windows Group Using SQL</title>            
            <pubDate>Wed, 30 Apr 2008 15:19:35 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="SQL Server- Part 1: How to View Members of a Windows Group Using SQL" height="90" src="http://frame.revver.com/frame/120x90/854350.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Wed, 30 Apr 2008 15:19:35 -0800<br />Duration: 541</p><p>In many large environments we often see that there are a lot of Windows groups in your SQL server as logins, but do you know exactly who the users are of those groups? Consider also the servers with Windows Groups that are part of the system administrator roleand the power that they have. How can you tell which Windows users are actually the members of that group? In this video tutorial, Scott will show you a great script in SSMS that will show you how to determine the members of Windows Groups, as well as some other fun things you can do with the procedure.

Highlights from this video:

    * Identifying groups vs users, adding new Windows groups as logins to SQL Server
    * Login limitations in SSMS ( SQL Server Management Studio)
    * Executing the user-identifying stored procedure
    * Adjusting the parameters of the stored procedure</p>]]></description>
            <category>sql</category><category>sql login</category><category>sql server</category><category>windows groups</category><category>windows users</category>
            <link>http://revver.com/video/854350/sql-server-part-1-how-to-view-members-of-a-windows-group-using-sql/</link>
            <guid isPermaLink="false">http://revver.com/watch/854350</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=854350" length="13631488" type="application/x-shockwave-flash"></enclosure> 
            <media:title>SQL Server- Part 1: How to View Members of a Windows Group Using SQL</media:title>            
            
                <media:text type="plain">In many large environments we often see that there are a lot of Windows groups in your SQL server as logins, but do you know exactly who the users are of those groups? Consider also the servers with Windows Groups that are part of the system administrator roleand the power that they have. How can you tell which Windows users are actually the members of that group? In this video tutorial, Scott will show you a great script in SSMS that will show you how to determine the members of Windows Groups, as well as some other fun things you can do with the procedure.

Highlights from this video:

    * Identifying groups vs users, adding new Windows groups as logins to SQL Server
    * Login limitations in SSMS ( SQL Server Management Studio)
    * Executing the user-identifying stored procedure
    * Adjusting the parameters of the stored procedure</media:text>

            <media:description type="plain">In many large environments we often see that there are a lot of Windows groups in your SQL server as logins, but do you know exactly who the users are of those groups? Consider also the servers with Windows Groups that are part of the system administrator roleand the power that they have. How can you tell which Windows users are actually the members of that group? In this video tutorial, Scott will show you a great script in SSMS that will show you how to determine the members of Windows Groups, as well as some other fun things you can do with the procedure.

Highlights from this video:

    * Identifying groups vs users, adding new Windows groups as logins to SQL Server
    * Login limitations in SSMS ( SQL Server Management Studio)
    * Executing the user-identifying stored procedure
    * Adjusting the parameters of the stored procedure</media:description>
            <media:credit>www.LearnSqlServer.com</media:credit>            
            <media:player url="http://revver.com/video/854350/sql-server-part-1-how-to-view-members-of-a-windows-group-using-sql/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=854350" duration="541" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnSqlServer.com</media:credit>
            <media:category>sql sql login sql server windows groups windows users</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/854350.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>SQL Server- Part 2: How to View Members of a Windows Group Using SQL</title>            
            <pubDate>Wed, 30 Apr 2008 15:19:35 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="SQL Server- Part 2: How to View Members of a Windows Group Using SQL" height="90" src="http://frame.revver.com/frame/120x90/854357.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Wed, 30 Apr 2008 15:19:35 -0800<br />Duration: 602</p><p>Continued in this video on how to view members and users of a Windows Group via SSMS, Scott will write the actual custom script, which is included with this download, and show you how to obtain your desired result sets.

Highlights from this video:

    * Executing the custom script
    * Matching the output in the stored procedure
    * Obtaining a query-able form of data from the xp_logininfo procedure

and much more!</p>]]></description>
            <category>computer</category><category>microsoft</category><category>sql</category><category>sql server</category><category>tutorial</category>
            <link>http://revver.com/video/854357/sql-server-part-2-how-to-view-members-of-a-windows-group-using-sql/</link>
            <guid isPermaLink="false">http://revver.com/watch/854357</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=854357" length="8388608" type="application/x-shockwave-flash"></enclosure> 
            <media:title>SQL Server- Part 2: How to View Members of a Windows Group Using SQL</media:title>            
            
                <media:text type="plain">Continued in this video on how to view members and users of a Windows Group via SSMS, Scott will write the actual custom script, which is included with this download, and show you how to obtain your desired result sets.

Highlights from this video:

    * Executing the custom script
    * Matching the output in the stored procedure
    * Obtaining a query-able form of data from the xp_logininfo procedure

and much more!</media:text>

            <media:description type="plain">Continued in this video on how to view members and users of a Windows Group via SSMS, Scott will write the actual custom script, which is included with this download, and show you how to obtain your desired result sets.

Highlights from this video:

    * Executing the custom script
    * Matching the output in the stored procedure
    * Obtaining a query-able form of data from the xp_logininfo procedure

and much more!</media:description>
            <media:credit>www.LearnSqlServer.com</media:credit>            
            <media:player url="http://revver.com/video/854357/sql-server-part-2-how-to-view-members-of-a-windows-group-using-sql/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=854357" duration="602" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnSqlServer.com</media:credit>
            <media:category>computer microsoft sql sql server tutorial</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/854357.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>SQL Server 2005 - Part2:Setting and Getting Variables Using the Script Task and Visual Basic (VSA)</title>            
            <pubDate>Fri, 18 Apr 2008 16:49:31 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="SQL Server 2005 - Part2:Setting and Getting Variables Using the Script Task and Visual Basic (VSA)" height="90" src="http://frame.revver.com/frame/120x90/826816.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 16:49:31 -0800<br />Duration: 698</p><p>Ever wonder where the box to display your variables is placed or where in the Project Explorer they are located? Well, in this second video in the series you will take a look at how to gain access to your variables using the Script Task in Microsoft Visual Studio, as it is not easily done from the script task editor interface.

Highlights from this video:

    * Viewing/Filtering system variables vs user variables
    * Using Dts.Variables
    * Some annoyances in SSIS with variables
          o Script task editor
          o DTS Script Task Runtime Error
          o AutoSaving script changes
    * CString or ToString for displaying message boxes containing variables
    * ReadOnly variables and ReadWrite variables
    * Behavioral changes in SSIS from DTS

and much more</p>]]></description>
            <category>computer</category><category>integration services</category><category>microsoft</category><category>sql</category><category>sql server</category><category>ssis</category><category>tutorial</category>
            <link>http://revver.com/video/826816/sql-server-2005-part2setting-and-getting-variables-using-the-script-task-and-visual-basic-vsa/</link>
            <guid isPermaLink="false">http://revver.com/watch/826816</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826816" length="10485760" type="application/x-shockwave-flash"></enclosure> 
            <media:title>SQL Server 2005 - Part2:Setting and Getting Variables Using the Script Task and Visual Basic (VSA)</media:title>            
            
                <media:text type="plain">Ever wonder where the box to display your variables is placed or where in the Project Explorer they are located? Well, in this second video in the series you will take a look at how to gain access to your variables using the Script Task in Microsoft Visual Studio, as it is not easily done from the script task editor interface.

Highlights from this video:

    * Viewing/Filtering system variables vs user variables
    * Using Dts.Variables
    * Some annoyances in SSIS with variables
          o Script task editor
          o DTS Script Task Runtime Error
          o AutoSaving script changes
    * CString or ToString for displaying message boxes containing variables
    * ReadOnly variables and ReadWrite variables
    * Behavioral changes in SSIS from DTS

and much more</media:text>

            <media:description type="plain">Ever wonder where the box to display your variables is placed or where in the Project Explorer they are located? Well, in this second video in the series you will take a look at how to gain access to your variables using the Script Task in Microsoft Visual Studio, as it is not easily done from the script task editor interface.

Highlights from this video:

    * Viewing/Filtering system variables vs user variables
    * Using Dts.Variables
    * Some annoyances in SSIS with variables
          o Script task editor
          o DTS Script Task Runtime Error
          o AutoSaving script changes
    * CString or ToString for displaying message boxes containing variables
    * ReadOnly variables and ReadWrite variables
    * Behavioral changes in SSIS from DTS

and much more</media:description>
            <media:credit>www.LearnIntegrationServices.com</media:credit>            
            <media:player url="http://revver.com/video/826816/sql-server-2005-part2setting-and-getting-variables-using-the-script-task-and-visual-basic-vsa/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826816" duration="698" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnIntegrationServices.com</media:credit>
            <media:category>computer integration services microsoft sql sql server ssis tutorial</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826816.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>SQL Server - Pt. 2:Choosing Between Views, Functions, and Stored Procedures</title>            
            <pubDate>Fri, 18 Apr 2008 16:46:19 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="SQL Server - Pt. 2:Choosing Between Views, Functions, and Stored Procedures" height="90" src="http://frame.revver.com/frame/120x90/826805.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 16:46:19 -0800<br />Duration: 512</p><p>This instructional video will continue comparing Views, Functions, and Stored Procedures in SQL and present you with the correct option for your task at hand

Highlights:

    * Dimensional modeling approach in View
    * Multi-statement functions</p>]]></description>
            <category>computer</category><category>microsoft</category><category>sql</category><category>sql server</category><category>tutorial</category>
            <link>http://revver.com/video/826805/sql-server-pt-2choosing-between-views-functions-and-stored-procedures/</link>
            <guid isPermaLink="false">http://revver.com/watch/826805</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826805" length="7340032" type="application/x-shockwave-flash"></enclosure> 
            <media:title>SQL Server - Pt. 2:Choosing Between Views, Functions, and Stored Procedures</media:title>            
            
                <media:text type="plain">This instructional video will continue comparing Views, Functions, and Stored Procedures in SQL and present you with the correct option for your task at hand

Highlights:

    * Dimensional modeling approach in View
    * Multi-statement functions</media:text>

            <media:description type="plain">This instructional video will continue comparing Views, Functions, and Stored Procedures in SQL and present you with the correct option for your task at hand

Highlights:

    * Dimensional modeling approach in View
    * Multi-statement functions</media:description>
            <media:credit>www.LearnSqlServer.com</media:credit>            
            <media:player url="http://revver.com/video/826805/sql-server-pt-2choosing-between-views-functions-and-stored-procedures/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826805" duration="512" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnSqlServer.com</media:credit>
            <media:category>computer microsoft sql sql server tutorial</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826805.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>Windows Sharepoint Services - Part 2:How to Install Windows SharePoint Services 3.0 on Small Business Server 2003</title>            
            <pubDate>Fri, 18 Apr 2008 16:19:32 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="Windows Sharepoint Services - Part 2:How to Install Windows SharePoint Services 3.0 on Small Business Server 2003" height="90" src="http://frame.revver.com/frame/120x90/826757.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 16:19:32 -0800<br />Duration: 769</p><p>In this second half of the video series and installation process, your instructor will finish configuring SharePoint 3.0 and show you how to run both versions side-by-side.

Highlights from this video:

    * Where did my old SBS site go?
    * Building a new SharePoint site/site collection for 3.0 content
    * Restoring original 2.0 site

and much more!</p>]]></description>
            <category>computer</category><category>sharepoint</category><category>tutorial</category><category>windows</category>
            <link>http://revver.com/video/826757/windows-sharepoint-services-part-2how-to-install-windows-sharepoint-services-30-on-small-business-server-2003/</link>
            <guid isPermaLink="false">http://revver.com/watch/826757</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826757" length="9437184" type="application/x-shockwave-flash"></enclosure> 
            <media:title>Windows Sharepoint Services - Part 2:How to Install Windows SharePoint Services 3.0 on Small Business Server 2003</media:title>            
            
                <media:text type="plain">In this second half of the video series and installation process, your instructor will finish configuring SharePoint 3.0 and show you how to run both versions side-by-side.

Highlights from this video:

    * Where did my old SBS site go?
    * Building a new SharePoint site/site collection for 3.0 content
    * Restoring original 2.0 site

and much more!</media:text>

            <media:description type="plain">In this second half of the video series and installation process, your instructor will finish configuring SharePoint 3.0 and show you how to run both versions side-by-side.

Highlights from this video:

    * Where did my old SBS site go?
    * Building a new SharePoint site/site collection for 3.0 content
    * Restoring original 2.0 site

and much more!</media:description>
            <media:credit>www.LearnSharePoint.com</media:credit>            
            <media:player url="http://revver.com/video/826757/windows-sharepoint-services-part-2how-to-install-windows-sharepoint-services-30-on-small-business-server-2003/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826757" duration="769" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnSharePoint.com</media:credit>
            <media:category>computer sharepoint tutorial windows</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826757.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>Exchange Server 2007 - Part 2: Pre-Installation Steps and Installing Exchange 2007</title>            
            <pubDate>Fri, 18 Apr 2008 16:19:32 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="Exchange Server 2007 - Part 2: Pre-Installation Steps and Installing Exchange 2007" height="90" src="http://frame.revver.com/frame/120x90/826779.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 16:19:32 -0800<br />Duration: 493</p><p></p>]]></description>
            <category>computer</category><category>exchange</category><category>microsoft</category><category>tutorial</category>
            <link>http://revver.com/video/826779/exchange-server-2007-part-2-pre-installation-steps-and-installing-exchange-2007/</link>
            <guid isPermaLink="false">http://revver.com/watch/826779</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826779" length="6291456" type="application/x-shockwave-flash"></enclosure> 
            <media:title>Exchange Server 2007 - Part 2: Pre-Installation Steps and Installing Exchange 2007</media:title>            
            
                <media:text type="plain"></media:text>

            <media:description type="plain"></media:description>
            <media:credit>www.LearnExchange.com</media:credit>            
            <media:player url="http://revver.com/video/826779/exchange-server-2007-part-2-pre-installation-steps-and-installing-exchange-2007/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826779" duration="493" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnExchange.com</media:credit>
            <media:category>computer exchange microsoft tutorial</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826779.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>SQL Server 2005 - Part 1:An introduction to Parameters and Parameterized Reports in SSRS</title>            
            <pubDate>Fri, 18 Apr 2008 16:19:32 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="SQL Server 2005 - Part 1:An introduction to Parameters and Parameterized Reports in SSRS" height="90" src="http://frame.revver.com/frame/120x90/826784.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 16:19:32 -0800<br />Duration: 531</p><p>You often need more advanced reporting such as drop down lists and the ability to use parameters when working in Sql Server Reporting Services. This first video in the series will give a great introduction of how to work with parameters in SSRS, as well as get you started with working with parameters by briefly demonstrating how to create a drop-down list for managing your parameters.

Highlights from this video:

    * Using variables that have not been declared in SSRS vs TSQL
    * Viewing what happens with Auto-Parameterization
    * Viewing Report Parameters
    * How to create a drop-down list 

and much more</p>]]></description>
            <category>computer</category><category>microsoft</category><category>reporting services</category><category>sql</category><category>sql server</category><category>tutorial</category>
            <link>http://revver.com/video/826784/sql-server-2005-part-1an-introduction-to-parameters-and-parameterized-reports-in-ssrs/</link>
            <guid isPermaLink="false">http://revver.com/watch/826784</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826784" length="6291456" type="application/x-shockwave-flash"></enclosure> 
            <media:title>SQL Server 2005 - Part 1:An introduction to Parameters and Parameterized Reports in SSRS</media:title>            
            
                <media:text type="plain">You often need more advanced reporting such as drop down lists and the ability to use parameters when working in Sql Server Reporting Services. This first video in the series will give a great introduction of how to work with parameters in SSRS, as well as get you started with working with parameters by briefly demonstrating how to create a drop-down list for managing your parameters.

Highlights from this video:

    * Using variables that have not been declared in SSRS vs TSQL
    * Viewing what happens with Auto-Parameterization
    * Viewing Report Parameters
    * How to create a drop-down list 

and much more</media:text>

            <media:description type="plain">You often need more advanced reporting such as drop down lists and the ability to use parameters when working in Sql Server Reporting Services. This first video in the series will give a great introduction of how to work with parameters in SSRS, as well as get you started with working with parameters by briefly demonstrating how to create a drop-down list for managing your parameters.

Highlights from this video:

    * Using variables that have not been declared in SSRS vs TSQL
    * Viewing what happens with Auto-Parameterization
    * Viewing Report Parameters
    * How to create a drop-down list 

and much more</media:description>
            <media:credit>www.LearnReportingServices.com</media:credit>            
            <media:player url="http://revver.com/video/826784/sql-server-2005-part-1an-introduction-to-parameters-and-parameterized-reports-in-ssrs/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826784" duration="531" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnReportingServices.com</media:credit>
            <media:category>computer microsoft reporting services sql sql server tutorial</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826784.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>SQL Server - Pt. 1:How to Decide Between Using a View, Function, or Stored Procedure</title>            
            <pubDate>Fri, 18 Apr 2008 16:19:32 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="SQL Server - Pt. 1:How to Decide Between Using a View, Function, or Stored Procedure" height="90" src="http://frame.revver.com/frame/120x90/826790.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 16:19:32 -0800<br />Duration: 540</p><p>This video will present some basic guidlines for determining whether to use a View, Function, or Stored Procedure in SQL Server and also define their capabilities.

Highlights:

    * Advantages of stored procedures
    * View vs Function
    * Types of Functions and similarities</p>]]></description>
            <category>computer</category><category>microsoft</category><category>sql</category><category>sql server</category><category>tutorial</category>
            <link>http://revver.com/video/826790/sql-server-pt-1how-to-decide-between-using-a-view-function-or-stored-procedure/</link>
            <guid isPermaLink="false">http://revver.com/watch/826790</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826790" length="6291456" type="application/x-shockwave-flash"></enclosure> 
            <media:title>SQL Server - Pt. 1:How to Decide Between Using a View, Function, or Stored Procedure</media:title>            
            
                <media:text type="plain">This video will present some basic guidlines for determining whether to use a View, Function, or Stored Procedure in SQL Server and also define their capabilities.

Highlights:

    * Advantages of stored procedures
    * View vs Function
    * Types of Functions and similarities</media:text>

            <media:description type="plain">This video will present some basic guidlines for determining whether to use a View, Function, or Stored Procedure in SQL Server and also define their capabilities.

Highlights:

    * Advantages of stored procedures
    * View vs Function
    * Types of Functions and similarities</media:description>
            <media:credit>www.LearnSqlServer.com</media:credit>            
            <media:player url="http://revver.com/video/826790/sql-server-pt-1how-to-decide-between-using-a-view-function-or-stored-procedure/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826790" duration="540" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnSqlServer.com</media:credit>
            <media:category>computer microsoft sql sql server tutorial</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826790.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>SQL Server 2005 - Part 2:Basics of Parameters-datatypes, Nullability, and Default Values</title>            
            <pubDate>Fri, 18 Apr 2008 16:19:32 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="SQL Server 2005 - Part 2:Basics of Parameters-datatypes, Nullability, and Default Values" height="90" src="http://frame.revver.com/frame/120x90/826792.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 16:19:32 -0800<br />Duration: 669</p><p>In this second video in the series, Scott will give you an overview of the basics of the report parameters and how to go about changing them.

Highlights from this video:

    * Changing the default report parameters:
          o What is a null value?
          o Modifying the prompt
          o Hidden and Internal Parameters
          o Non-queried avaliable values
          o Creating lables and values    

and much more</p>]]></description>
            <category>computer</category><category>microsoft</category><category>reporting services</category><category>sql</category><category>sql server</category><category>tutorial</category>
            <link>http://revver.com/video/826792/sql-server-2005-part-2basics-of-parameters-datatypes-nullability-and-default-values/</link>
            <guid isPermaLink="false">http://revver.com/watch/826792</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826792" length="8388608" type="application/x-shockwave-flash"></enclosure> 
            <media:title>SQL Server 2005 - Part 2:Basics of Parameters-datatypes, Nullability, and Default Values</media:title>            
            
                <media:text type="plain">In this second video in the series, Scott will give you an overview of the basics of the report parameters and how to go about changing them.

Highlights from this video:

    * Changing the default report parameters:
          o What is a null value?
          o Modifying the prompt
          o Hidden and Internal Parameters
          o Non-queried avaliable values
          o Creating lables and values    

and much more</media:text>

            <media:description type="plain">In this second video in the series, Scott will give you an overview of the basics of the report parameters and how to go about changing them.

Highlights from this video:

    * Changing the default report parameters:
          o What is a null value?
          o Modifying the prompt
          o Hidden and Internal Parameters
          o Non-queried avaliable values
          o Creating lables and values    

and much more</media:description>
            <media:credit>www.LearnReportingServices.com, www.LearnSQLServer2005.com</media:credit>            
            <media:player url="http://revver.com/video/826792/sql-server-2005-part-2basics-of-parameters-datatypes-nullability-and-default-values/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826792" duration="669" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnReportingServices.com, www.LearnSQLServer2005.com</media:credit>
            <media:category>computer microsoft reporting services sql sql server tutorial</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826792.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>SQL Server 2005 - Part1:An Introduction to Using Variables in SQL Server Integration Services</title>            
            <pubDate>Fri, 18 Apr 2008 16:19:32 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="SQL Server 2005 - Part1:An Introduction to Using Variables in SQL Server Integration Services" height="90" src="http://frame.revver.com/frame/120x90/826813.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 16:19:32 -0800<br />Duration: 571</p><p>Variables are a very flexible addition to the SQL Services Integration Services package that store values for passing data from Task A to Task B. In this essential introduction to the world of variables in SSIS, Scott will show you how to get started using variables in Integration Services, both directly and indirectly within certain tasks like the script task or the Execute SQL, as well as show you the many things in SSIS they actually can do. Many find that variables are a worthwhile subject for enhancing your SSIS knowledge and this video series will help you to do just that!

Highlights from this video:

    * About the two types of variables and their uses
          o System Variables
          o User-defined Variables
    * Adding new variables and setting their credentials (Name, Scope, Data Type, etc)
    * Namespace differentiations between system variables and user variables
    * Technicalities of names and namespaces

and much more</p>]]></description>
            <category>computer</category><category>integration services</category><category>microsoft</category><category>sql</category><category>sql server</category><category>ssis</category><category>tutorial</category>
            <link>http://revver.com/video/826813/sql-server-2005-part1an-introduction-to-using-variables-in-sql-server-integration-services/</link>
            <guid isPermaLink="false">http://revver.com/watch/826813</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826813" length="5242880" type="application/x-shockwave-flash"></enclosure> 
            <media:title>SQL Server 2005 - Part1:An Introduction to Using Variables in SQL Server Integration Services</media:title>            
            
                <media:text type="plain">Variables are a very flexible addition to the SQL Services Integration Services package that store values for passing data from Task A to Task B. In this essential introduction to the world of variables in SSIS, Scott will show you how to get started using variables in Integration Services, both directly and indirectly within certain tasks like the script task or the Execute SQL, as well as show you the many things in SSIS they actually can do. Many find that variables are a worthwhile subject for enhancing your SSIS knowledge and this video series will help you to do just that!

Highlights from this video:

    * About the two types of variables and their uses
          o System Variables
          o User-defined Variables
    * Adding new variables and setting their credentials (Name, Scope, Data Type, etc)
    * Namespace differentiations between system variables and user variables
    * Technicalities of names and namespaces

and much more</media:text>

            <media:description type="plain">Variables are a very flexible addition to the SQL Services Integration Services package that store values for passing data from Task A to Task B. In this essential introduction to the world of variables in SSIS, Scott will show you how to get started using variables in Integration Services, both directly and indirectly within certain tasks like the script task or the Execute SQL, as well as show you the many things in SSIS they actually can do. Many find that variables are a worthwhile subject for enhancing your SSIS knowledge and this video series will help you to do just that!

Highlights from this video:

    * About the two types of variables and their uses
          o System Variables
          o User-defined Variables
    * Adding new variables and setting their credentials (Name, Scope, Data Type, etc)
    * Namespace differentiations between system variables and user variables
    * Technicalities of names and namespaces

and much more</media:description>
            <media:credit>www.LearnIntegrationServices.com</media:credit>            
            <media:player url="http://revver.com/video/826813/sql-server-2005-part1an-introduction-to-using-variables-in-sql-server-integration-services/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826813" duration="571" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnIntegrationServices.com</media:credit>
            <media:category>computer integration services microsoft sql sql server ssis tutorial</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826813.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>Visual Studio 2005 - Part 2: Using reCAPTCHA to Block Spam and Protect Content</title>            
            <pubDate>Fri, 18 Apr 2008 15:49:31 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="Visual Studio 2005 - Part 2: Using reCAPTCHA to Block Spam and Protect Content" height="90" src="http://frame.revver.com/frame/120x90/826724.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 15:49:31 -0800<br />Duration: 626</p><p>In this second video in the series you will start out from completion of the installation of the reCAPTCHA control. Scott will then walk you through some of the basics in it's coding in Microsoft Visual Studio.
 
Highlights from this video:

    * Getting started with reCAPTCHA
    * Working with the reCAPTCHA assembly and control
    * Common properties in the CAPTCHA coding and syntax
          o Page.IsValid

and much more</p>]]></description>
            <category>c#</category><category>computer</category><category>programming</category><category>recaptcha</category><category>tutorial</category><category>visual basic</category><category>visual studio</category>
            <link>http://revver.com/video/826724/visual-studio-2005-part-2-using-recaptcha-to-block-spam-and-protect-content/</link>
            <guid isPermaLink="false">http://revver.com/watch/826724</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826724" length="8388608" type="application/x-shockwave-flash"></enclosure> 
            <media:title>Visual Studio 2005 - Part 2: Using reCAPTCHA to Block Spam and Protect Content</media:title>            
            
                <media:text type="plain">In this second video in the series you will start out from completion of the installation of the reCAPTCHA control. Scott will then walk you through some of the basics in it's coding in Microsoft Visual Studio.
 
Highlights from this video:

    * Getting started with reCAPTCHA
    * Working with the reCAPTCHA assembly and control
    * Common properties in the CAPTCHA coding and syntax
          o Page.IsValid

and much more</media:text>

            <media:description type="plain">In this second video in the series you will start out from completion of the installation of the reCAPTCHA control. Scott will then walk you through some of the basics in it's coding in Microsoft Visual Studio.
 
Highlights from this video:

    * Getting started with reCAPTCHA
    * Working with the reCAPTCHA assembly and control
    * Common properties in the CAPTCHA coding and syntax
          o Page.IsValid

and much more</media:description>
            <media:credit>www.LearnCSharp.com , www.LearnVBProgramming.com</media:credit>            
            <media:player url="http://revver.com/video/826724/visual-studio-2005-part-2-using-recaptcha-to-block-spam-and-protect-content/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826724" duration="626" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnCSharp.com , www.LearnVBProgramming.com</media:credit>
            <media:category>c# computer programming recaptcha tutorial visual basic visual studio</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826724.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>ISA Server - An Overview of the Configuration of ISA Server 2006</title>            
            <pubDate>Fri, 18 Apr 2008 15:49:31 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="ISA Server - An Overview of the Configuration of ISA Server 2006" height="90" src="http://frame.revver.com/frame/120x90/826763.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 15:49:31 -0800<br />Duration: 319</p><p>During the installation of ISA Server 2006 you were given relatively few options for configuring ISA Server therefore it is important to understand how to use the ISA Server Management tool. This video helps you understand the 'big picture' of ISA Server management.

Highlights from this video:

    * Using the ISA Server Management tool to manage your firewall and more
    * How you configure your firewalls, networks, sets and rules
    * Monitoring ISA Server
    * Best Practices for monitoring ISA Server

and much more</p>]]></description>
            <category>computer</category><category>internet</category><category>isa</category><category>isa server</category><category>tutorial</category><category>windows</category><category>windows server</category>
            <link>http://revver.com/video/826763/isa-server-an-overview-of-the-configuration-of-isa-server-2006/</link>
            <guid isPermaLink="false">http://revver.com/watch/826763</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826763" length="4194304" type="application/x-shockwave-flash"></enclosure> 
            <media:title>ISA Server - An Overview of the Configuration of ISA Server 2006</media:title>            
            
                <media:text type="plain">During the installation of ISA Server 2006 you were given relatively few options for configuring ISA Server therefore it is important to understand how to use the ISA Server Management tool. This video helps you understand the 'big picture' of ISA Server management.

Highlights from this video:

    * Using the ISA Server Management tool to manage your firewall and more
    * How you configure your firewalls, networks, sets and rules
    * Monitoring ISA Server
    * Best Practices for monitoring ISA Server

and much more</media:text>

            <media:description type="plain">During the installation of ISA Server 2006 you were given relatively few options for configuring ISA Server therefore it is important to understand how to use the ISA Server Management tool. This video helps you understand the 'big picture' of ISA Server management.

Highlights from this video:

    * Using the ISA Server Management tool to manage your firewall and more
    * How you configure your firewalls, networks, sets and rules
    * Monitoring ISA Server
    * Best Practices for monitoring ISA Server

and much more</media:description>
            <media:credit>www.LearnISAServer.com</media:credit>            
            <media:player url="http://revver.com/video/826763/isa-server-an-overview-of-the-configuration-of-isa-server-2006/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826763" duration="319" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnISAServer.com</media:credit>
            <media:category>computer internet isa isa server tutorial windows windows server</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826763.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>Windows Server 2003- Active Directory Password Management: Creating Complex Password Policies</title>            
            <pubDate>Fri, 18 Apr 2008 15:22:33 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="Windows Server 2003- Active Directory Password Management: Creating Complex Password Policies" height="90" src="http://frame.revver.com/frame/120x90/826673.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 15:22:33 -0800<br />Duration: 436</p><p>Many administrators who are working on Windows 2003/2000 domains often wonder if there are Best Practices for managing passwords and/or tools that are available to enhance the Windows domain model's password management. This video shows you multiple techniques for managing password complexity and setting Best Practices.

Highlights from this video:

    * Password policies
    * Password compliance and SOX (Sarbanes Oxley)-type compliance
    * Tools for password management in Windows domains

and much more</p>]]></description>
            <category>computer</category><category>tutorial</category><category>windows</category><category>windows server</category>
            <link>http://revver.com/video/826673/windows-server-2003-active-directory-password-management-creating-complex-password-policies/</link>
            <guid isPermaLink="false">http://revver.com/watch/826673</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826673" length="5242880" type="application/x-shockwave-flash"></enclosure> 
            <media:title>Windows Server 2003- Active Directory Password Management: Creating Complex Password Policies</media:title>            
            
                <media:text type="plain">Many administrators who are working on Windows 2003/2000 domains often wonder if there are Best Practices for managing passwords and/or tools that are available to enhance the Windows domain model's password management. This video shows you multiple techniques for managing password complexity and setting Best Practices.

Highlights from this video:

    * Password policies
    * Password compliance and SOX (Sarbanes Oxley)-type compliance
    * Tools for password management in Windows domains

and much more</media:text>

            <media:description type="plain">Many administrators who are working on Windows 2003/2000 domains often wonder if there are Best Practices for managing passwords and/or tools that are available to enhance the Windows domain model's password management. This video shows you multiple techniques for managing password complexity and setting Best Practices.

Highlights from this video:

    * Password policies
    * Password compliance and SOX (Sarbanes Oxley)-type compliance
    * Tools for password management in Windows domains

and much more</media:description>
            <media:credit>LearnItFirst</media:credit>            
            <media:player url="http://revver.com/video/826673/windows-server-2003-active-directory-password-management-creating-complex-password-policies/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826673" duration="436" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>LearnItFirst</media:credit>
            <media:category>computer tutorial windows windows server</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826673.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>ISA Server - Create a Rule to Allow Internal Hosts to Use the Internet</title>            
            <pubDate>Fri, 18 Apr 2008 15:22:33 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="ISA Server - Create a Rule to Allow Internal Hosts to Use the Internet" height="90" src="http://frame.revver.com/frame/120x90/826697.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Fri, 18 Apr 2008 15:22:33 -0800<br />Duration: 378</p><p>One of the uses of an ISA Server is to act as a proxy server. A proxy server allows your Windows XP and other desktop computers to make requests to the ISA Server and the ISA Server will then go and fetch the results from the internet or, if the ISA Server has cached the page(s), it can serve the pages from cache thus speeding up client browsing.

Highlights from this video:

    * Create New Access rules with the New Access Rule Wizard to allow internal clients to connect to the web
    * Choosing which protocols you want to manage
    * Determining which networks you want to filter/manage
    * Modifying your ISA Server's firewall policy

and much more</p>]]></description>
            <category>computer</category><category>firewall</category><category>internet</category><category>isa</category><category>isa server</category><category>tutorial</category><category>windows</category><category>windows server</category>
            <link>http://revver.com/video/826697/isa-server-create-a-rule-to-allow-internal-hosts-to-use-the-internet/</link>
            <guid isPermaLink="false">http://revver.com/watch/826697</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=826697" length="3145728" type="application/x-shockwave-flash"></enclosure> 
            <media:title>ISA Server - Create a Rule to Allow Internal Hosts to Use the Internet</media:title>            
            
                <media:text type="plain">One of the uses of an ISA Server is to act as a proxy server. A proxy server allows your Windows XP and other desktop computers to make requests to the ISA Server and the ISA Server will then go and fetch the results from the internet or, if the ISA Server has cached the page(s), it can serve the pages from cache thus speeding up client browsing.

Highlights from this video:

    * Create New Access rules with the New Access Rule Wizard to allow internal clients to connect to the web
    * Choosing which protocols you want to manage
    * Determining which networks you want to filter/manage
    * Modifying your ISA Server's firewall policy

and much more</media:text>

            <media:description type="plain">One of the uses of an ISA Server is to act as a proxy server. A proxy server allows your Windows XP and other desktop computers to make requests to the ISA Server and the ISA Server will then go and fetch the results from the internet or, if the ISA Server has cached the page(s), it can serve the pages from cache thus speeding up client browsing.

Highlights from this video:

    * Create New Access rules with the New Access Rule Wizard to allow internal clients to connect to the web
    * Choosing which protocols you want to manage
    * Determining which networks you want to filter/manage
    * Modifying your ISA Server's firewall policy

and much more</media:description>
            <media:credit>www.LearnISAServer.com</media:credit>            
            <media:player url="http://revver.com/video/826697/isa-server-create-a-rule-to-allow-internal-hosts-to-use-the-internet/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=826697" duration="378" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>www.LearnISAServer.com</media:credit>
            <media:category>computer firewall internet isa isa server tutorial windows windows server</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/826697.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>Windows 2003 - Create a Template User and Modify Schema to Control Copied Attributes</title>            
            <pubDate>Wed, 16 Apr 2008 15:55:36 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="Windows 2003 - Create a Template User and Modify Schema to Control Copied Attributes" height="90" src="http://frame.revver.com/frame/120x90/821608.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Wed, 16 Apr 2008 15:55:36 -0800<br />Duration: 860</p><p>If you're an Active Directory administrator, you often need to create new user accounts. There are two ways to do this: (1) you can just run the wizard and create the user, and (2) you can just copy an existing user account. This video shows you how to create a template user account that you can use to make life easier for yourself!
Highlights from this video:
    * Create an Active Directory template user
    * Best Practices for creating new users</p>]]></description>
            <category>computer</category><category>schema</category><category>template user</category><category>training</category><category>tutorial</category><category>windows 2003</category>
            <link>http://revver.com/video/821608/windows-2003-create-a-template-user-and-modify-schema-to-control-copied-attributes/</link>
            <guid isPermaLink="false">http://revver.com/watch/821608</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=821608" length="15728640" type="application/x-shockwave-flash"></enclosure> 
            <media:title>Windows 2003 - Create a Template User and Modify Schema to Control Copied Attributes</media:title>            
            
                <media:text type="plain">If you're an Active Directory administrator, you often need to create new user accounts. There are two ways to do this: (1) you can just run the wizard and create the user, and (2) you can just copy an existing user account. This video shows you how to create a template user account that you can use to make life easier for yourself!
Highlights from this video:
    * Create an Active Directory template user
    * Best Practices for creating new users</media:text>

            <media:description type="plain">If you're an Active Directory administrator, you often need to create new user accounts. There are two ways to do this: (1) you can just run the wizard and create the user, and (2) you can just copy an existing user account. This video shows you how to create a template user account that you can use to make life easier for yourself!
Highlights from this video:
    * Create an Active Directory template user
    * Best Practices for creating new users</media:description>
            <media:credit>LearnItFirst</media:credit>            
            <media:player url="http://revver.com/video/821608/windows-2003-create-a-template-user-and-modify-schema-to-control-copied-attributes/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=821608" duration="860" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>LearnItFirst</media:credit>
            <media:category>computer schema template user training tutorial windows 2003</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/821608.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item><item>
            <title>Windows Server 2003 - TaskList, TaskKill, and Shutdown.exe - Utilities for Admins</title>            
            <pubDate>Wed, 16 Apr 2008 15:55:36 -0800</pubDate>            
            <description><![CDATA[<img width="120" alt="Windows Server 2003 - TaskList, TaskKill, and Shutdown.exe - Utilities for Admins" height="90" src="http://frame.revver.com/frame/120x90/821638.jpg" /><p>Author: <a href="http://revver.com/u/LearnItFirst/">LearnItFirst</a><br />Added: Wed, 16 Apr 2008 15:55:36 -0800<br />Duration: 641</p><p>This video takes a look at some of the command line utilities available for returning information and/or managing remote machines: tasklist.exe, taskkill.exe and shutdown.exe in particular.

Highlights from this video:

    * How to use the shutdown utility remotely
    * TaskList.exe switches and best practices
    * Shutdown.exe switches and best practices
    * TaskKill.exe switches and best practices

and much more</p>]]></description>
            <category>administrative</category><category>computer</category><category>software</category><category>tools</category><category>tutorial</category><category>utils</category><category>windows</category><category>windows server</category><category>windows server 2003</category>
            <link>http://revver.com/video/821638/windows-server-2003-tasklist-taskkill-and-shutdownexe-utilities-for-admins/</link>
            <guid isPermaLink="false">http://revver.com/watch/821638</guid>
            <enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=821638" length="20971520" type="application/x-shockwave-flash"></enclosure> 
            <media:title>Windows Server 2003 - TaskList, TaskKill, and Shutdown.exe - Utilities for Admins</media:title>            
            
                <media:text type="plain">This video takes a look at some of the command line utilities available for returning information and/or managing remote machines: tasklist.exe, taskkill.exe and shutdown.exe in particular.

Highlights from this video:

    * How to use the shutdown utility remotely
    * TaskList.exe switches and best practices
    * Shutdown.exe switches and best practices
    * TaskKill.exe switches and best practices

and much more</media:text>

            <media:description type="plain">This video takes a look at some of the command line utilities available for returning information and/or managing remote machines: tasklist.exe, taskkill.exe and shutdown.exe in particular.

Highlights from this video:

    * How to use the shutdown utility remotely
    * TaskList.exe switches and best practices
    * Shutdown.exe switches and best practices
    * TaskKill.exe switches and best practices

and much more</media:description>
            <media:credit>LearnItFirst</media:credit>            
            <media:player url="http://revver.com/video/821638/windows-server-2003-tasklist-taskkill-and-shutdownexe-utilities-for-admins/"></media:player>
            
            <media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=821638" duration="641" medium="video" type="application/x-shockwave-flash"></media:content>

            <media:credit>LearnItFirst</media:credit>
            <media:category>administrative computer software tools tutorial utils windows windows server windows server 2003</media:category>
            <media:thumbnail url="http://frame.revver.com/frame/120x90/821638.jpg" width="120" height="90"></media:thumbnail>
            <media:rating>nonadult</media:rating>
            <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/</creativeCommons:license> 
        </item>
    </channel>
</rss>