in
Return to the SuperSite home pageFrequently asked questionsProduct reviewsTechnology showcases, commentaries, and other articlesHow to contact PaulWindows Vista Activity CenterXbox 360 Activity CenterMicrosoft Zune Activity CenterBlogsForumsForums   Jump to Paul Thurrott's Internet Nexus blogJump to Paul Thurrott's WinInfo Daily News
Microsoft Technet

IT Pro Tips


March 2008 - Posts

It’s old news that technology is changing rapidly. New products are emerging, and how datacenters run is evolving. It’s important to keep up with new technology, but no one has time to dig into everything. When you decide to get up to speed on something new, or dig deeper into something you already know, it’s critical to get the information you need without a lot of wasted time and effort.

To help you on your way, we’ve assembled a team of experts who review webcasts, podcasts, virtual labs, and other learning materials. They condense their findings down into “IT Pro Tips,” which let you decide – in seconds – if this content is on-target for your needs.
  • Plan Freezing with SQL Server 2008

    By Ronald Barrett

    With the advent of SQL Server 2008, many DBAs worry about issues that sometimes arise with updating query plans during the upgrade process. Plan Freezing allows you to store plan guides, which can be reverted to if queries either fail or drain resources after the upgrade. Plan Freezing allows stability to queries and comes with several monitoring features to check if the query succeeded or failed.

    In the TechNet Virtual Lab: Plan Freezing with SQL Server 2008 we will see how to prevent query plan regression after a server upgrade, use plan freezing to optimize query performance, and copy query plans between servers. Before proceeding with the lab, Microsoft suggests that you be familiar with the SQL Server Management Studio (SSMS) and with Transact- SQL (T-SQL) Programming.

    This virtual lab will teach us to:

      Prevent Query Plan Regression
      Optimize Query Performance
      Copy Query Plans between Servers
    TIP: Within the console, there are text instructions for each exercise.  These contain copy commands for the T-SQL programming to simplify the tasks.  Just copy and choose "paste text from host's clipboard" from the action menu in the console. 

     

    Exercise 1

    In the first exercise, we will generate a plan script onto a test server, deploy the script to a production server, verify the query plan on the production server, and finally, generate a database clone.

    We can see how plans are disabled…

    And then enabled again for the CustomerSales Script…

    Exercise 2

    In the second exercise, we run mission critical queries and create plan guides for them, inspect the execution plan of the guide, remove records and confirm that the same execution plan is being used, and then we will disable the plan.

    You can see the results of the execution plan in Exercise 2:

    In addition, you will compare the three results to see what has changed in each scenario.

    Exercise 3

    In our final exercise, we generate a plan script on a test server, deploy it to a production server, verify the query plan is on the production server, and finally, generate a database clone.

    We see in Exercise 3 how to copy plans from a test server to a production server.

    Finally, we clone the database, and the lab ends with us seeing the successful results of our work.

    Plan Freezing with SQL Server 2008 is a great Virtual Lab to see how to optimize query plans, move them from test server to production servers, and finally clone the plans amidst several SQL Servers if needed. I hate to admit it because most times I have to deal with T-SQL it is never much fun, but I enjoyed this lab a lot and would recommend that it is worth the time to get an overview of Plan Freezing whether it is your primary role to handle this job function or not.

  • Heterogeneous Web Workloads on IIS7

    By Michael K. Campbell

    One of the great things about IIS 7 is that it provides an entirely new architecture – which enables it to finally treat all application platforms as first-class citizens. For example, with IIS 6 ASP.NET (Microsoft’s own flagship web development platform) was effectively a bolt-on afterthought that was implemented as an ISAPI filter. This meant that authentication, authorization, and handler mappings were duplicated. This, obviously, resulted in additional processing, complexity, and a larger attack surface. The same was roughly true of PHP on IIS 6, as it too was implemented as an ISAPI filter.

    With IIS 7, all of that changes, and virtually all web platforms can now be treated as first-class citizens that can be easily plugged into IIS 7’s integrated pipeline through simple handler mappings and minor configuration changes.

    In Installing ASP, ASP.NET and PHP/FastCGI Applications on IIS 7 you can easily get a great overview of the full degree and impact of this new functionality by engaging in a quick hands-on lab that lets you take everything for a painless test drive. As such, this is a great lab if you’ve only heard about these new features (and haven’t had a chance to play around with them yet), or if you’ve never heard of these new capabilities (as the lab does a great job of walking you through these new improvements).

    The lab itself starts off with a simple overview of creating and debugging a very simple classic ASP website.

    What helps make this lab great is that it’s perfectly geared toward folks who haven’t had any hands-on experience with IIS 7 because it deftly guides users through great little changes and additions to the IIS 7 management interfaces, while showcasing how to configure heterogeneous workloads.

    TIP: If you haven't played around with IIS 7 yet, pay attention to how many (or few) wizard pages you must "click through" to create a new website with IIS 7. 

    Of course, one of the highlights of this lab is where it walks you through how easy it is to handle PHP requests with FastCGI/PHP installed on your hosting machine. (On IIS 6 configuring PHP wasn’t exactly brain-surgery, but it also wasn’t high on anyone’s list of things they wanted to do given the number of configuration tweaks that needed to be made. With IIS 7 you can now configure PHP to run faster and better than ever in just a couple mouse-clicks, or even from the command prompt if you prefer the ninja approach.)

     

    When it came to the ASP.NET functionality, I was really expecting something pretty tame. But this lab went the extra mile by providing a walkthrough where you configure a site to run that was developed for IIS 6. Now, the vast majority of sites designed for IIS 6 will work without any issues, configuration changes, or extra ‘effort’ on IIS 7 – as it was designed to allow the greatest degree of compatibility possible. But, obviously, with all the new functionality provided by IIS 7, there are going to be a few cases where sites run into issues.

    Happily though, this lab purposefully models one of those edge cases, and then walks you through what you’ll need to do with problematic sites to get them to run flawlessly on IIS 7 by switching them into ‘classic’ (or compatibility) mode.

    The lab then concludes by showcasing just how powerful IIS 7 is by walking you through the process of firing off a .bat file that interacts with the new IIS 7 management APIs to add a shared header and footer on the ASP, ASP.NET, and PHP sites that you created during the lab.

    In all I guess what I liked so much about Installing ASP, ASP.NET and PHP/FastCGI Applications on IIS 7 is that it does such a great job of showing off some of the great new functionalities and capabilities provided by IIS 7 that make it such a great application server for all sorts of web workloads. Best of all, this lab shows you just what’s possible in a short amount of time and, in a way, that helps you instantly ‘get it’ when it comes to new features and options.

  • Working with Pipelines

    By David Chernicoff

    TechNet Virtual Lab: Working with Pipelines does a good job of pulling the covers off of some basic BizTalk functionality by walking the user through the process of configuring Biztalk and setting up a custom pipeline.

    By providing the bulk of the project in predefined form, Microsoft enables the user to walk through the process of building and deploying the project easily within the time constraints of a 60 minute Virtual Lab. The user works with both Visual Studio and Biztalk Server administration in the course of the lab.

    The information presented in TechNet Virtual Lab: Working with Pipelines demystifies the complexities often associated with using BizTalk server and implementing pipelines.

    TIP: If the automated actions in Visual Studio fail, the manual has instructions for doing the tasks manually, which actually manages to give the user a better understanding of what is going on.

     

  • SQL Server 2008 Analysis Services: Delivering Analysis Services Capabilities through Microsoft Office

    By Ronald Barrett

    Yet again another virtual lab title which had me thinking “That’s a mouthful”, but one must admit the idea of using Analysis Services in Office is in itself a great motivator for moving forward with this lab. Anytime you can move data from the SQL Server and into users’ hands via a product like Microsoft Excel, it’s bound to be a worthwhile thing to learn.

    This Virtual Lab titled TechNet Virtual Lab: SQL Server 2008 Analysis Services- Delivering Analysis Services Capabilities through Microsoft Office will take about 30 to 45 minutes to complete (Microsoft says the lab is 45 min.), but if you already have a good understanding of pivot tables and Analysis Services you can move through it a bit quicker. This lab suggests you have familiarity with Excel functionality (in particular Excel 2007 and the new ribbon navigation bar). In addition, Microsoft suggests that you be familiar with Analysis Services concepts and terminology.

    TIP: If you need some additional help with Analysis Services, there is a great article in the Windows IT Library for SQL 2005 that introduces both the changes in terminology from SQL 2000 and a good overview of terms you need to understand. Just follow the link above.  It's worth the 10 minute read. 

    In this lab, we will go through three exercises:

      1. Working with Analysis Services Data through Microsoft Excel 2007
      2. Using OLAP Formulae in Excel
      3. Adding a KPI to a SharePoint Web Page

    Exercise 1

    So let’s begin by looking at the demo of working with Analysis Services data through Excel. This exercise takes us through the process of connecting to Analysis Data, creating and browsing Pivot Tables and Pivot Charts, and adding KPI’s using an action in Pivot Tables and finally connecting a perspective.

    As you go through the exercises, it becomes very apparent how easy it is to manipulate the data and drill down to see cross sections of information. This information is easily moved to a secondary worksheet and transformed into a Pivot Chart for a visual representation of the numbers, and just as easily, KPI’s can be added to track performance indicators.

    Exercise 2

    Next we look at Using OLAP formulae in Excel. Here we complete several tasks including, creating a connection to the Analysis Services Cube, creating a report by entering Formulae into workbook cells, sorting the data, and lastly, converting Pivot Tables to Formulas.

    Once we have seen how to enter formulae into workbook cells, we look at how to convert Pivot Tables to formulas in Excel.

    TIP: Do not ignore the request to save the Excel files in the Exercise 2.  These files will be required for the last set of exercises. 

    Exercise 3

    In our final exercise, we look at how to upload KPI data to a SharePoint Website. To do this we will need to perform the following tasks:

    Upload an Office Data Connection file to a SharePoint site; Create a KPI List; Add a KPI to the KPI List; and for the final task, add a Web Part to a web page for display of the KPI List.

    Once the data connection is established, the exercise walks us through setting up the KPI’s for the SharePoint Site.

    Finally the lab ends with a view of the KPI in the SharePoint site.

    This lab was a great way to either learn or refresh you on dealing with Pivot Tables, Formulas, and KPI’s within Excel. The Delivering Analysis Services Capabilities through Microsoft Office lab gives us a great look at how Analysis Services can be used to deliver reporting and analysis capabilities to end users using the very familiar Microsoft Excel spreadsheet software to empower users to create, edit and publish effective information for your organization.

  • New Administrative Features in Exchange Server 2007 SP1

    By Orin Thomas

    In the Technet Virtual Lab, New Administrative Features in Exchange Server 2007 SP1, you will work on a virtualized Exchange Server 2007 computer and learn about the new administrative features available with the release of service pack 1. The first area of functionality that you learn about is how to configure Exchange ActiveSync policies, as shown below. Exchange ActiveSync policies determine how mobile devices interact with Exchange.

    In the next part of the Virtual Lab you will learn how to configure the POP3 and IMAP4 server settings. The exhibit shows how you can modify the standard and SSL ports of the Exchange Server 2007 SP1 IMAP4 server.

    The Virtual Lab moves on to performing Public Folder management. Although public folders are not included in the default Exchange Server 2007 console, a new MMC snap-in, shown in the exhibit, was added to allow for their management with service pack 1.

    The lab then moves on to the new Outlook Web Access features that are available in Exchange Server 2007, including how server side mailbox rules can be created, the retrieval of deleted messages, and how to use Outlook Web Access to perform a remote wipe on a compatible Windows Mobile device.

    To complete this excellent TechNet Virtual Lab yourself and learn more about the new administrative features in Exchange Server 2007 SP1, navigate to the following site: New Administrative Features in Exchange Server 2007 SP1

  • Installation and the New Modular Architecture

    By David Chernicoff

    TechNet Virtual Lab: Installation and the New Modular Architecture walks the user through examining the roles installed on an IIS 7 server and gives the user the opportunity to install additional server roles.

    This 45 minute Virtual Lab uses Server manager and Internet Information Services manager to walk the user through the process of installing a service on IIS. The lab uses the Shared Hosting Guidelines Roles Service as the example for this process.

    The information presented in Installation and the New Modular Architecture helps the IIS administrator understand the advanced roles concepts and demonstrates the ease of use that the modular architecture of IIS 7 provides for configuring web servers in specific roles.

    TIP: For users planning on deploying on Windows Server 2008, the lab has an optional component that walks the user through installing IIS 7 on a Server Core installation of Windows Server. 

     

  • SQL Server 2008: X-Event Infrastructure

    By Ronald Barrett

    A new feature of SQL Server 2008 is the SQL Extended Events (a.k.a. the X-Event Infrastructure), while event reporting is not a new feature in SQL Server products. X-Event is an exciting new event infrastructure that allows for detailed traces of what is happening within the SQL Server. X-Event has support for sending events to the Windows, and integrating with system level events.

    The Microsoft SQL Server TechNet Virtual Lab: X-Event Infrastructure takes you through four labs focusing on the following SQL operations areas:

    1. Queryable Schema

    2. Procedure & Kernel Analysis

    3. Procedure Usage

    4. Long Running Queries

    The first demonstration shows how X-Event groups metadata into channels and keywords, grouping the results into packages and the objects in the packages.

    The next demo takes you through the process of creating a log file that exports results to a .csv file to show how the SQL Server X-Event data is merged into the ETW (Event Tracing for Windows). The demo shows. The results of stored procedures for the SQL Server and Disk IO for the session.

    TIP: Step J. calls for launching the xeetw.csv file; this link is not immediately seen when running the demo.  To locate the file, go to the first pane ( the command line interface), and scroll to the right.  You will see the xeetw.csv file.  Double clicking will launch the Excel file. 

    The third demo shows the ability to get aggregate results from a query. It also shows how to cross-examine the database for results about bottlenecks and failures, rather than reviewing trace logs. The demo shows how the event sessions are created in the system tables of the database.

    Finally we take a look at how we can create and alter statements to get precise results for the events that are considered. We also learn how to filter these results and extend data already collected, along with other available actions.

    This lab was a challenge, but definitely a worthwhile one. It definitely helps to keep your skills sharp. I have worked some with T-SQL in the past, since most of my job has been database management; I have not done tremendous amounts of querying. However I have done tons of analyses of events and traces in order to track a problem and resolve it. The X-Event Infrastructure certainly is a great tool for querying and resolving issues in SQL Server 2008. This virtual lab certainly whets the appetite and leaves you wanting to dive deeper into the subject.

  • SQL Server 2008 Reporting Services Enhancements: Report Designer, Visualizations, and Tablix

    By Ronald Barrett

    When I first saw the title of this virtual lab I thought it would be shorter had they called it “everything but the kitchen sink”. But seriously as daunting as the name sounds, and as difficult as the lab might be deemed based upon the name, the areas covered in the virtual lab all fall under the new enhancements for Reporting Services in SQL Server 2008.

    The new enhancements have been designed to allow non-developers to create detailed and professional reports from within the available SQL data easily. The Report Designer is now a standalone application within SQL Server 2008. As the lab explains, the Report Designer can now be run separately from the Business Intelligence Development Studio. The new application can be used to create purchase orders, invoices, contracts, etc.

    For this SQL Server TechNet Virtual Lab: Reporting Services Enhancements: Report Designer, Visualizations, and Tablix, users will go through the exercise of creating:

                                       Templates

                                       Tablix Tables

                                       Charts

    Once you open the Report Designer, you’ll notice the now very familiar Office Ribbon navigation tools.

    As you go through the exercise of creating Tablix tables you will notice that Report Designer has many familiar tools for those who may have worked with products like Crystal Reports.

    TIP: When editing the Value expression, you must remove the ( ) around the expression as well as =Sum.  Failure to do so will make step o. of the exercise fail. 

    Next, we will look at creating charts in the Report Designer.

    TIP: Step b in the chart task tells you to drag the chart item to the design surface.  In the exercise, there was no visible chart item.  However, going to the Insert tab and clicking on the chart icon produces the same results. 

    The lab shows you several very quick but effective techniques for creating reports and charts with very little data manipulation. In fact, most of the design aspect is simply drag and drop.

    The lab continues with very detailed changes to charts and finishes by showing the results of your work within Internet Explorer using the Report Manager Intranet page.

    Report Designer, Visualizations, and Tablix is a great lab for both users who need to create reports in SQL Server 2008 and Admins who want to understand what the users need to do to generate reports and how it is they can better support them through the process.

  • SQL Server 2008: Change Data Capture

    By Ronald Barrett

    The dynamic nature of databases, and in particular data warehouses, calls for a method of updating, inserting and deleting activity in a SQL server table. But change data capture is not only about the physical change of the database, it is about the ability to report on and track these changes. Change Data Capture is part of a suite of tools used in SQL Server 2008 to accomplish that goal.

    The Microsoft SQL Server TechNet Virtual Lab: Change Data Capture (CDC) takes the user through the process of simulating an Integration Services package. The lab manual explains the scenario of the CDC exercise and lets you know before you begin what each element is accomplishing during the lab.

    The virtual lab begins by launching the Change Data Capture file via Windows explorer. The files resides in C:\SQL Server 2008 Demo Files\Intelligent Platform\Change Data Capture\CDCSample2.sln

    TIP: Although this tool is used to track changes in SQL Server, this exercise takes place with Microsoft Visual Studio.  It is important to make sure you completely read the scenario to understand what is happening in the exercise. 

     

     

    Once you double click the file, Microsoft Visual Studio opens up in the solutions explorer. You want to be sure to choose "SetupCDCSample.dtsx".

    Once you choose the debug file, the system will being the debug process. It takes about 30- 40 seconds for the first Data Viewer to appear.

    Finally you click the detach button and the process will run through some changes. When the next data viewer appears, you can see the changes made to the Customer ID 696.

    Overall this was a quick and interesting lab. Although it took only 30 minutes (between reading the manual and running the tests twice), the Change Data Capture lab certainly gave a good illustration of what a live scenario could look like and effectively showed how the CDC process works. I particularly enjoyed working within Visual Studio on this lab, which I don’t get to do very often. Bottom-line, this is a great way to start learning about Change Data Capture.

  • Why I Can Hack Your Network in a Day

    By Mark Burnett

    I watched a very interesting WebCast today called Why I Can Hack Your Network in a Day. The WebCast is from a TechEd 2007 presentation by Marcus Murry, a Swedish pen-tester. Marcus’ clever humor and knowledge of the hacking tools makes for an entertaining and informative session.

    After a short intro, Marcus jumps right into doing actual demonstrations with commonly-used hacking tools. In his first demo he showed how easily he could build a Trojan using a tool called Beast. He attached the Trojan to Microsoft’s Rootkit Revealer tool and renamed it as “Tech Ed 2007 Rootkit Revealer Special Edition.”

    TIP: Don't ever be fooled if you happen to find a 16GB USB flash drive just laying on the ground.  It could very easily have been planted by someone who loaded it with Trojans.  This is an extremely effective technique because whether the victim intends to keep it or not, chances are that they will at least plug it in to see who belongs to. 

     

    After the Trojan runs, Marcus showed how he could remotely steal files, upload his hacking tools, or even view the remote desktop.

    He also did a number of demos on how he could crack both WEP and WPA using widely available tools such as Aircrack-ng. My favorite quote from this demo was “If I were sniffing TechEd I would know everything there is to know about you guys. I’m not; but I would.”

    What was interesting and quite effective was that instead of the traditional PowerPoint slides with endless bullet points, he used Microsoft OneNote with diagrams and scribbles for the non-demo parts of the presentation.

    The presentation went on to demo a number of other attacks using a variety of tools, including wireless sniffing with AirPcap, a Terminal Services man-in-the-middle attack and ARP poisoning with Cain & Abel, and HTML injection using Paros.

    The fact is that we hear so much about all these attacks that we almost become desensitized to the threats. Even for someone like me with a number of years in the security business, seeing usernames and passwords popping never loses its impact. Despite all our progress in security, the fact is that we still have a long way to go before we are actually as secure as we think we are.

    It is a very entertaining WebCast, and I highly recommend it to anyone of any level. You can view Why I Can Hack Your Network in a Day on TechNet.

  • Failover Cluster Validation and Troubleshooting with Windows Server 2008

    By Mark Burnett

    What I like about the various TechNet webcasts that Microsoft produces is that you get unique information from the actual product Program Managers, usually information that never really makes it to the whitepapers. It’s one thing to read a product document written by a technical writer, but when you hear about it from the people who design the products and deal with the customers you get a completely unique perspective.

    Today I watched a webcast titled Failover Cluster Validation and Troubleshooting with Windows Server 2008. Bad experiences with clustering in Windows 2000 and Windows 2003 led me to always look for other solutions—any other solution—before ever recommending using a Windows Server cluster.

    Not using clusters on a regular basis meant that each time involved relearning the process and making the same mistakes over again, which can be frustrating. Watching this webcast made me realize that Microsoft is well aware of customer frustrations and have provided many new tools available to prepare, monitor, and debug Windows clusters.

    The presentation covers the new Cluster Validation tool, logging and debugging features, and how Microsoft has changed their support policy for Windows 2008 clusters.

    One important new tool introduced in the webcast is the Cluster Validation tool, which thoroughly checks all cluster nodes to ensure they are configured correctly for cluster operations. You can also use the tool to diagnose problems with existing clusters.

    TIP: Test all cluster nodes together to enable the full range of tests that the Validation tool provides. 

     

    An interesting point brought up in the webcast is that Microsoft completely changed their support policy, which in the past involved strict configurations found on the HCL. Now, Microsoft will support any hardware configuration that passes the Validate tests.

    Cluster events now have their own log in the Event Viewer to prevent flooding out other system events. In the cluster management console, there are also options to view filtered views of cluster events.

    In Windows 2008, Microsoft replaced the cluster.log file with Event Tracing for Windows (ETW).

    The webcast also introduces the tracerpt tool that allows you to parse EVT data into any format that works well for you.

    If you expect to work with clustering in Windows Server 2008, I wouldn’t even start without first watching Failover Cluster Validation and Troubleshooting with Windows Server 2008. It certainly will save you some time and maybe a few headaches as well.

  • Rapid Troubleshooting with IIS 7 Failed Request Tracking

    By David Chernicoff

    Rapid Troubleshooting with IIS 7 Failed Request Tracking gives IIS administrators a hands-on look at configuring and using the failed request tracking feature in IIS 7 by setting up scenarios in which the feature can be used to diagnose problems with an IIS 7 site.

    In this lab the user starts by creating the conditions necessary to utilize the failed tracking request feature. This provides end-to-end information to the user about not only the task at hand but the conditions necessary to utilize the tools.

    From the basics on using the tool to setting up custom tracking rules, the lab gives the user the hands-on knowledge necessary to use the tool in their own environment.

    The information presented in TechNet Virtual Lab: Rapid Troubleshooting with IIS 7 Failed Request Tracking simplifies the process for a new user of the tracking tool to familiarize themselves with how the tool works and what type of workflow improvements can be gained by utilizing the tool’s features.

    TIP: Make sure you examine the current state of the lab when you initially start it.  Many times the lab manual will walk you through the setup steps that have already been accomplished prior to your entry into the virtual lab space.  Attempting to follow the setup directions exactly, when the steps have been done, can take you off track and make the lab less useful. 
  • IIS 7 Configuration and Administrative Delegation

    By Michael K. Campbell

    One of the best things about IIS 7 is that it makes exclusive use of .config files to store all server, site, and application settings. This means that configuration with IIS 7 has truly become portable, and that backing up your ‘metabase’ now consists solely of making backups of the necessary .config files. If you haven’t had time to look into these new features yet, then a quick and comprehensive way to get a feel for exactly how configuration has changed with IIS 7 is to check out the Using the New IIS7 Configuration System Featuring Delegated and Remote Administration lab. Yeah, the name is a bit long and over-the-top, but it perfectly describes what you’ll learn with this quick and easy lab.

    The lab itself starts off by having you create a backup using APPCMD.exe. Then, it jumps right in to exposing you to IIS 7’s new .config files and functionality.

     

     

    This lab is really well thought out and gives you great and instant insights into how IIS 7 uses .config files by showing you how actions that you take in Internet Information Services Manager correspond to changes made, or reflected, in corresponding .config files.

    Of course, the lab also makes sure to expose you to how changes made in .config files (i.e. manually typed, or entered, changes) end up being reflected in Internet Information Systems Manager as well. The lab also does a great job of showing you the relationship between individual Web.Config files and the sites that you see displayed in IIS Manager.

     

    TIP: This lab also gives you a great tip on how to know which files you're currently adding. 

    Once the lab is finished covering the basics of editing and managing .config files, it then transitions to full-blown admin tasks and showcases one of my favorite new features of IIS 7: the ability to simply copy and paste .config files from one server to another.

    At one point the lab also walks you through the execution of a .bat file that creates a handful of sites and then gets positively cool when it shows you how to back up your configuration with all of those sites in place. Then it shows how to get rid of all of the new sites by using AppCmd.exe’s Restore functionality (which just copies and pastes backup copies of your .config files back over the top of current .config files.)

    From there, the lab turns its attention to showcasing delegation features and provides a high-level overview of the types of administrative functions that you can delegate.

    It then walks you through the creation of a new site where you can set up delegation options and even gives you the chance to see what happens when you try to modify configuration settings in the .config files when you don’t have the necessary permissions.

    The lab then transitions to showing you how to enable remote administration functionality by walking you through the process of enabling the IIS Management Service. This process helps in determining what kinds of access types you want to allow, and then creating your own IIS Manager User Accounts in order to allow remote users to access administrative capabilities without requiring Domain or Local user accounts.

     

     

    Of course, once you’ve made those configuration changes to IIS, the lab walks you through the process of connecting to the site remotely where you can start playing around with some of the configuration options on your own – in order to constrain or enable configuration options by remote users.

    So, if you’re looking for a way to lighten the administrative load around managing web workloads, IIS 7 has a number of insanely great options available to you – and Using the New IIS7 Configuration System Featuring Delegated and Remote Administration is a great lab that will expose those options to you in just a few minutes and give you great insights into just what’s possible.

  • IIS7 Remote Management

    By Michael K. Campbell

    Windows Server 2008 is something that I’ve watched with great anticipation over the past few years, and I still find it hard to believe that Windows 2008 Server is finally available in non-beta form. And while there are a number of reasons why I’m really excited about Windows Server 2008, one of the biggest has to be the inclusion of IIS 7 – because of all of the benefits that it provides. In the Lab: Allowing External Users to Manage IIS7 Web Applications, you can take a quick peek at how IIS 7 will improve administration by making Remote Admin capabilities easily and securely available.

    Because of the tight focus of this lab, there isn’t any introductory video – just a few paragraphs for you to read about some of the problems associated with accessing web servers remotely. This means that you’ll find yourself looking at a blank lab environment right off the bat.

    But that’s actually great as the lab gets you started immediately on enabling IIS 7 Feature Delegation, and starting the IIS 7 Management Service – which provides the Remote Admin functionality covered in this lab.

     

    The lab then jumps right in to showing you how to create permissions and access rules for IIS Manager Users. Best of all, it does a great job of showing you how you can use IIS Manager without creating domain or local accounts.

     

    TIP: IIS Manager keeps track of its own credentials and authentication scheme to lessen management constraints- and this lab shows you how to create those kinds of user accounts.  

    Once you’ve created some access rules, the lab then walks you through how to access the site, and guides you through the process of evaluating what kind of functionality you can expect by default when connecting to IIS 7 remotely.

     

    Finally, the lab concludes with an overview of how RemoteApp and the TS Gateway functionality in Windows Server 2008 can be coupled with RDP 6 Clients to help make IIS Manager available through firewalls over HTTPS for real-life Remote Access.

    All in all, Allowing External Users to Manage IIS7 Web Applications is a great way to quickly get your hands on some new IIS 7 functionality. If you haven’t seen much about IIS 7 or seen Remote Administration in action, then you need to check out this lab as it provides a really quick, easy, and painless way to get a feel for how IIS 7 can drastically improve web application management.

  • Deployment Workbench Overview

    By Orin Thomas

    In this TechNet labcast on demand you will learn about the Deployment Workbench (also known as the Windows Vista Business Desktop Deployment Solution Accelerator), a tool that can assist your organization in deploying the Windows Vista client operating system. A labcast is a hybrid of a webcast where you watch a presentation and a virtual lab where you perform a set of exercises to learn more about a product.

    This labcast begins with an overview of what the deployment workbench is and what you can accomplish with the tools that it includes. The presenter explains that the philosophy behind the deployment workbench is to make the deployment of Windows Vista as simple as possible for the IT Pro. In creating the toolkit, Microsoft has packed together all of the tools you could possibly need to smoothen the rollout of operating systems in your environment. The screen shown when you open the Deployment Workbench is displayed in the exhibit.

    Through the presentation, you will learn how deployment advice and documentation has been tightly integrated into the Deployment Workbench. This documentation has been created based on a significant amount of feedback provided to Microsoft, and the presentation explains how even administrators with significant experience deploying operating systems can benefit by reading this information. The index for this documentation is shown in the exhibit.

    The presentation explains the process by which you can add components to the Deployment Workbench, increasing its functionality. The exhibit displays the component area of the Deployment Workbench.

    The labcast then moves on to explain setting up distribution shares, which are network points that allow you to deploy particular operating systems to clients on the network. This is also a process that you will spend a lot of time on when performing the practical exercises that accompany this presentation.

    If you are looking to deploy Windows Vista in a large environment, you should know about the Deployment Workbench. One of the best introductions you can get to the Deployment Workbench is this TechNet Labcast On-Demand. You can access this TechNet Labcast On-Demand by navigating to the following website address: Deployment Workbench Overview

SPONSORED LINKS FEATURED LINKS

Become a Response Point SpecialistEarn more with the small biz phone solution from Microsoft. Get Started with Oracle on Windows DVDLearn how Oracle gives you the power to grow by providing a scalable, easy-to-use platform for running your business at a price you can afford. Agent-less Remote Backup Service, Free 30 Day Trial Award winning remote backup service at a competitive price with no min GB/month. Sign up Now! EXCHANGE 2007 Mastery Series – May 29, 20083 Info-packed eLearning seminars for only $99! Learn the pros and cons of your mailbox high availability options, see real-world examples of Transport Rules, and get started with basic PowerShell commands with Mark Arnold, MCSE+M and Microsoft MVP. Windows IT Pro Master CD: Take the Experts with You!Find the solutions you need in thousands of searchable articles, helpful bonus content, and loads of expert advice with the Windows IT Pro Master CD. Order comes with a 1-year subscription to the new, online articles posted every day! SQL Server Magazine Master CD: Take the Experts with You!Find the solutions you need in thousands of searchable articles, helpful bonus content, and loads of expert advice with the SQL Server Magazine Master CD. Order comes with a 1-year subscription to the new, online articles posted every day! Attention User Group Leaders...Announcing the eNews Generator—a FREE HTML e-newsletter builder for user group leaders. Build your HTML and text e-newsletters in minutes. And add Windows IT Pro & SQL Server Mag articles alongside your own message!. Become a fan of Windows IT Pro on FacebookJoin the Windows IT Pro fan club on Facebook. Chat with other IT Pros, upload your pictures, check out what's up n' coming in the next issue and more! Tech·Ed 2008 Developer and IT ConferencesDon't miss out on the biggest event of the year. Be a part of the Microsoft Tech·Ed North America 2008 experience, starting June 3, 2008


Windows IT Pro   |   SQL Magazine   |   Microsoft Training and Certification   |   Connected Home   |   JSI FAQ   |   IT Library/eBooks   |   Supersite for Windows   |   Windows FAQ
WinInfo News   |   Windows IT Pro Europe   |   MSD2D   |   Windows Excavator

Subscribe / Register   |   About Us   |   Contact Us / Customer Service   |   Affiliates / Licensing   |   Press Room   |   Media Kit

Copyright © 2007 Penton Media, Inc., All rights reserved. Legal | Terms and Conditions