Skip navigation

Windows Tips & Tricks UPDATE--December 1, 2003

Windows Tips & Tricks UPDATE, December 1, 2003, —brought to you by the Windows & .NET Magazine Network and the Windows 2000 FAQ site
http://www.windows2000faq.com


This Issue Sponsored By

Argent Software
http://www.argent.com/products/download_whitepaper.cgi?product=mom&&Source=WNT

VeriSign - The Value of Trust
http://www.verisign.com/cgi-bin/go.cgi?a=n01600149020057000


1. Commentary

2. FAQs

  • Q. How can I back up the Microsoft IIS metabase in Windows 2000 and later?
  • Q. How can I restore the Microsoft IIS metabase backup in Windows 2000 and later?
  • Q. How can I back up the Microsoft IIS metabase from the command line in Windows 2000 and later?
  • Q. How can I use the Windows 2000 and later Netdom command to specify an organizational unit (OU) when I join my computer to a domain?
  • Q. How can I create a file of a certain size in Windows XP and later?

3. Announcements

  • New White Paper on Exchange 2003 Deployment
  • Order Windows & .NET Magazine and the Article Archive CD at One Low Rate!

4. Event

  • Receive a Free Identity Management White Paper!

5. Contact Us

  • See this section for a list of ways to contact us.

Sponsor: Argent Software

NETWORK TESTING LABS COMPARES MOM TO THE ARGENT GUARDIAN
Network Testing Labs, one of the world's leading independent research companies, put together a comprehensive Comparison Paper on two leading enterprise monitoring solutions. Their conclusion: "The Argent Guardian easily beats out MOM in all our tests... The Argent Guardian will cost far less than MOM and yet provide significantly more functionality." Find out for yourself why organizations like Major League Baseball, GE Capital, AT&T, Harley Davidson, and Nokia all rely on The Argent Guardian for their enterprise monitoring and alerting needs. Download this Comparison Paper now:
http://www.argent.com/products/download_whitepaper.cgi?product=mom&&Source=WNT


1. Commentary
by John Savill, FAQ Editor, [email protected]

This week, I tell you how to back up and restore the Microsoft IIS metabase in Windows 2000 and later and how to back up this metabase from the command line. I also explain how to use the Win2K and later Netdom command to specify an organizational unit (OU) when I join a computer to a domain and how to create a file of a certain size in Windows XP and later.


Sponsor: VeriSign - The Value of Trust

Get the strongest server security—128-bit SSL encryption! Download VeriSign's FREE guide, "Securing Your Web Site for Business" and learn everything you need to know about using SSL to encrypt your e-commerce transactions for serious online security. Click here!
http://www.verisign.com/cgi-bin/go.cgi?a=n01600149020057000


2. FAQs

Q. How can I back up the Microsoft IIS metabase in Windows 2000 and later?

A. IIS configuration information resides in a metabase that consists of an XML document. If you're hosting several Web sites that have separate configurations, backing up the metabase is vital. To back up the IIS metabase, perform the following steps:

  1. Start the Microsoft Management Console (MMC) Internet Information Services (IIS) snap-in (go to Start, Programs, Administrative Tools, then click Internet Information Services Manager).
  2. Right-click the name of the machine that hosts the IIS services, then select Backup/Restore Configuration from the All Tasks menu.
  3. Click Create Backup.
  4. Enter a name for the backup as this figure shows.
  5. Optionally select the "Encrypt backup using password" check box and enter a password to protect the backup.
  6. Click OK.
  7. Click Close on the main Backup/Restore Configuration window.

The OS will create a metabase backup in the \%windir%\system32\inetsrv\metaback folder. The backup consists of two files: "name of backup".MDx and "name of backup".SCx. You should ensure that you back up this folder as part of your routine system backups. The .MDx file contains the actual metabase information, and the .SCx file contains the schema. In both cases, "x" is the version of the backup.

Q. How can I restore the Microsoft IIS metabase backup in Windows 2000 and later?

A. You should be aware that you can't restore an IIS metabase backup from another computer; however, Microsoft provides utilities for copying IIS configuration information between machines. To restore an IIS metabase backup, perform the following steps:

  1. Start the Microsoft Management Console (MMC) Internet Information Services (IIS) snap-in (go to Start, Programs, Administrative Tools, then click Internet Information Services Manager).
  2. Right-click the name of the machine that hosts the IIS services, then select Backup/Restore Configuration from the All Tasks menu.
  3. Select the backup you want to restore, then click Restore, as this figure shows.
  4. When the system asks whether you're sure that you want to continue, click Yes.
  5. If the backup is password protected, you'll need to enter the password.
  6. After the backup restoration is finished, click OK to close the confirmation window.

Q. How can I back up the Microsoft IIS metabase from the command line in Windows 2000 and later?

A. Win2K includes a Visual Basic (VB) script called metaback.vbs for performing a command-line backup of the IIS metabase. The script resides in the \inetpub\iissamples\sdk\admin folder. To run the script, open a command prompt and type

cscript metaback.vbs 

where "backup name" is the name of the backup file you want to create.

Windows Server 2003 includes a VB script called iisback.vbs that resides in the system32 folder for performing a command-line backup of the IIS metabase. To run the script, open a command prompt and type

cscript iisback.vbs /backup /b 

The /b switch specifies the backup name. Type

cscript /iisback.vbs /backup /?

to see other available options (e.g., automatic versioning) for the iisback.vbs script.

Q. How can I use the Windows 2000 and later Netdom command to specify an organizational unit (OU) when I join my computer to a domain?

A. If you add a computer to a domain from the Computer Name tab of the Control Panel System applet, Active Directory (AD) will place the computer in the default Computers container. However, the most recent versions of Netdom (2.0 and later) let you specify an OU when joining a computer to a domain. To specify an OU and the OU's distinguished name (DN) when using the Netdom command, type

netdom join  /domain:name> /userd: /passwordd:password> /OU:

For example,

netdom join neutron /domain:savilltech.com /userd:john 
/passwordd:youwish /OU:"OU=LONDON,DC=SAVILLTECH,DC=COM"

joins computer Neutron to domain savilltech.com in the London OU. (Although I've included quotes in my example, you need to use quotes only if the OU's DN contains spaces; however, adding the quotes doesn't hurt.)

Two optional switches, /UserO and /PasswordO, are necessary only if the logged-on user doesn't have administrative rights on the computer that's joining the domain. In such a scenario, you can add these switches to specify a local administrative account to use while running the command.

Q. How can I create a file of a certain size in Windows XP and later?

A. If you need to create a file of a certain size and the file contents don't matter, you can use the Fsutil command as follows:

fsutil file createnew 

For example,

fsutil file createnew d:\temp\1mbfile.txt 1000000

creates a 1MB file named 1mbfile.txt in the d:\temp folder. I've successfully used this command to create a large file to reduce the amount of free space that a buggy installation program had problems addressing.

3. Announcements
(from Windows & .NET Magazine and its partners)

  • New White Paper on Exchange 2003 Deployment

  • In this timely white paper, author and Microsoft Exchange expert Kieran McCorry, from HP's Consulting and Integration Technology Group, outlines the best options for organizations migrating to Exchange Server 2003. The paper outlines inter- and intra-organizational migration issues and the benefits of server consolidation during deployment. Get your copy today!
    http://www.aelita.com/100603xpw2ktt

  • Order Windows & .NET Magazine and the Article Archive CD at One Low Rate!

  • What's better than Windows & .NET Magazine? Try Windows & .NET Magazine and the Windows & .NET Magazine Article Archive CD at one super low rate. Read Windows & .NET Magazine in the office. Take the Article Archive CD with you on the road. Subscribe now!
    http://www.winnetmag.com/rd.cfm?code=wcep203xcc

    Hot Release (Advertisement): Aelita Software
    Server consolidation has become a high priority for many cost-conscious IT organizations. In fact, Gartner has found that consolidation tops the list of issues for data center executives. The key to a successful consolidation project is planning. Aelita will get you started in the right direction. Access this complimentary Gartner research plan on server consolidation today.
    http://www.aelita.com/120103tips

    4. Event
    (brought to you by Windows & .NET Magazine)

  • Receive a Free Identity Management White Paper!

  • Are your existing identity-management and access-control solutions fragmented, duplicated, and inefficient? Attend this free Web seminar and discover how to automate and simplify identity creation, administration, and access control. Leverage your investment in Microsoft technologies and benefit from greater security, improved productivity, and better manageability. Register now!
    http://www.winnetmag.com/seminars/identity

    Sponsored Links

  • Sybari Software

  • Free! "Admins Shortcut Guide to Email Protection" from Sybari
    http://ad.doubleclick.net/clk;6574227;8214395;q?http://www.sybari.com/ebook

  • Microsoft(R) Security Readiness Kit

  • Get your free kit for creating an enhanced risk-management plan.
    http://ad.doubleclick.net/clk;6600432;8214395;e?http://ad.doubleclick.net/clk;6576037;8608804;t?http://www.microsoftsecuritysolutions.com/Default.asp?id=ros

    5. Contact Us
    Here's how to reach us with your comments and questions:

    This weekly email newsletter is brought to you by Windows & .NET Magazine, the leading publication for Windows professionals who want to learn more and perform better. Subscribe today.
    http://www.winnetmag.com/sub.cfm?code=wswi201x1z

    Receive the latest information about the Windows and .NET topics of your choice. Subscribe to our other FREE email newsletters.
    http://www.winnetmag.net/email

    Hide comments

    Comments

    • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

    Plain text

    • No HTML tags allowed.
    • Web page addresses and e-mail addresses turn into links automatically.
    • Lines and paragraphs break automatically.
    Publish