Sponsor

2006/04/03

Burn a DVD image from the command line

Subscribe to Windows IT Pro: http://list.windowsitpro.com/t?ctl=25BE1:610453

Make sure your copy of Windows Tips & Tricks UPDATE isn't mistakenly blocked by antispam software! Be sure to add Windows_TipsandTricks_UPDATE@list.windowsitpro.com to your list of allowed senders and contacts.

====================

This email newsletter comes to you free and is supported by the following advertisers, which offer products and services in which you might be interested. Please take a moment to visit these advertisers' Web sites and show your support for Windows Tips & Tricks UPDATE.

Surgient http://list.windowsitpro.com/t?ctl=25BD9:610453

Lefthand Networks http://list.windowsitpro.com/t?ctl=25BDD:610453

====================

==== Sponsor: Surgient ====

Learn the 12 critical capabilities needed in your virtual lab automation solution to meet the increasing demands from virtualization technology. http://list.windowsitpro.com/t?ctl=25BD9:610453

====================

FAQs Q. How can I burn a DVD image from the command line? Q. How can I burn a CD-ROM image from the command line? Q. How can I install a Windows Server 2003 Terminal Services licensing server? Q. How do I install Windows Server 2003 Terminal Services licenses? Q. How can I enable Terminal Services on a Windows Server 2003 server?

==== Sponsor: Lefthand Networks ====

Explore how the standardization of storage hardware will change market dynamics, focusing on the growth of iSCSI SANs and "glue software." http://list.windowsitpro.com/t?ctl=25BDD:610453

====================

==== FAQs ==== by John Savill, FAQ Editor, jsavill@windowsitpro.com

Q. How can I burn a DVD image from the command line?

A. You can use the dvdburn.exe utility, which is available in the Windows Server 2003 and Windows XP resource kits, to burn an ISO file to a DVD burner drive. Simply insert a blank DVD writable disk into the drive and use the following command format:

dvdburn [drive]: [image]

For example, to burn to drive G the latest Windows Vista build image, you would use the following command:

D:\>dvdburn g: Vista_5342_32bit_Main_Staged_DVD_EN.iso

which would produce the following output:

Media type: DVD-R Preparing media... - 100.0% done Finished Writing Waiting for drive to finalize disc (this may take up to 30 minutes)............. .......................... Success: Finalizing media took 36 seconds Burn successful!

-------------------- Q. How can I burn a CD-ROM image from the command line?

A. The Windows Server 2003 and Windows XP resource kits provide the cdburn.exe utility, which, like the dvdburn.exe utility, can burn an ISO file to a physical CD burner drive and uses the format

cdburn [drive]: [image]

Typing cdburn with no parameters will list the utility's Help information, which includes additional options related to the speed of the burn, type of write mode (e.g., session-at-once instead of the default track-at-once), and sector postgap options.

-------------------- Q. How can I install a Windows Server 2003 Terminal Services licensing server?

A. If you require full terminal server functionality beyond the basic two administrative sessions to a server, you must install the Windows 2003 Terminal Services Licensing service on a server in the environment before the 120-day grace period expires. After 120 days, users will no longer be able to connect to the terminal server. In small environments, both the terminal server and the terminal server licensing server can be the same box, but for larger environments, this isn't advised. Windows 2003 terminal servers must communicate with a Windows 2003 licensing server; a Windows 2000 licensing server isn't suitable. You can use most any machine to host the Terminal Services Licensing service because the overhead involved is minimal. The service uses only 10MB of memory and increments by only 5MB for each additional 6000 licenses added. In the case of a domain/workgroup terminal server licensing server, installing on a domain controller (DC) helps the terminal servers locate the licensing server. To install the Terminal Services Licensing service, perform the following steps: 1. Start the Add or Remove Programs Control Panel applet (Start, Settings, Control Panel, Add or Remove Programs). 2. Click the Add/Remove Windows Components button. 3. Select the "Terminal Server Licensing" check box, as the figure at http://list.windowsitpro.com/t?ctl=25BDE:610453 shows, and click Next. 4. You'll be prompted to enter the scope of the licensing server, enterprise, or domain/workgroup, as the figure at http://list.windowsitpro.com/t?ctl=25BDF:610453 shows. An enterprise licensing server will service any terminal server in the local Active Directory (AD) site, even from other domains (although the terminal servers must be a member of a domain and not a workgroup, and those domains must trust the domain that has the licensing server). A domain/workgroup licensing server will service only terminal servers from its local domain/workgroup but will service terminal servers in that domain from any site. 5. Click Finish.

Next, start the Microsoft Management Server (MMC) Terminal Server Licensing snap-in (Start, Programs, Administrative Tools, Terminal Server Licensing). The local server will show as "Not activated." Right-click the server and select Activate, which will initiate the License Server Activation Wizard. 1. Click Next to the wizard's welcome page. 2. You'll be prompted to select the activation method. The options are Automatic connection, Web Browser, or Telephone. In this example, we'll select Automatic connection, as the figure at http://list.windowsitpro.com/t?ctl=25BE8:610453 shows. Click Next. Whichever method that you select will facilitate the connection to the Microsoft License Clearinghouse, allowing license server activation. 3. Enter the company name and contact information, then click Next. 4. You can add optional information such as email address and physical address. Click Next. 5. You'll see a dialog box confirming activation, and by default, the licensing wizard will start when you click Next.

After the licensing service is installed for an enterprise server, a record is written to the sites container in the form of a TS- Enterprise-License-Server object, as the figure at http://list.windowsitpro.com/t?ctl=25BE0:610453 shows. The siteServer attribute identifies the name of the license server.

--------------------

Q. How do I install Windows Server 2003 Terminal Services licenses?

A. To install a Terminal Server Client Access License (TSCAL), perform the following steps: 1. Start the Terminal Server Licensing snap-in (Start, Programs, Administrative Tools, Terminal Server Licensing). 2. Right-click the licensing server and select "Install Licenses" from the displayed context menu. 3. Click Next on the welcome screen. 4. Select the license program that provides your TSCALs (e.g., License Pak), and enter the 25-character alphanumeric license code, as the figure at http://list.windowsitpro.com/t?ctl=25BE5:610453 shows. Click Next. 5. Enter the license code for each purchased license and click Add. After you've added all the licenses, as the figure at http://list.windowsitpro.com/t?ctl=25BE6:610453 shows. Click Next. 6. After the wizard communicates with the Microsoft Clearinghouse and confirms the licenses, click Finish.

-------------------- Q. How can I enable Terminal Services on a Windows Server 2003 server?

A. You can enable "administrative mode" terminal services, which allows only two sessions, via the System Control Panel applet's Remote tab; for full terminal services, you must enable it by performing these steps: 1. Start the Add or Remove Programs Control Panel applet (Start, Settings, Control Panel, Add or Remove Programs). 2. Click Add/Remove Windows Components. 3. Select the Terminal Server option (and clear Internet Explorer Enhanced Security Configuration), then click Next. 4. For the security mode, select Full or Relaxed, then click Next. 5. Select the licensing server to use or select the option to automatically discover a license server, as the figure at http://list.windowsitpro.com/t?ctl=25BE7:610453 shows, then click Next. 6. Select the licensing mode--Per Device or Per User. If you have more users then devices, select Per Device mode; otherwise select Per User. Click Finish. 7. Reboot the computer when prompted.

You must add all users who you want to be able to connect to the terminal server to the Remote Desktop Users group, and you must install all programs via the Add or Remote Programs Control Panel applet.

Members of a terminal server farm must be running Windows 2003 Enterprise Edition. If you want to confirm the licensing server that a terminal server is using, run the lsview.exe utility, which you'll find in the Windows 2003 Resource Kit. The figure at http://list.windowsitpro.com/t?ctl=25BEA:610453 shows the results of running the tool.

You can also see the licensing server by navigating to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing\Parameters registry key under either the EnterpriseServerMulti or DomainLicenseServerMulti values (depending on the type of the licensing server).

====

Editor's note: Meet your favorite Windows IT Pro authors at Connections Europe in Nice, France, April 24-27. Our popular Connections conference is coming to Europe. Learn from authors such as Mark Minasi and Paul Robichaux, live and in person, and hear directly from Microsoft experts about the next generation of Microsoft technologies. This is an action-packed event with four conferences located together for one rate: ASP.NET, Visual Studio, SQL Server, and Exchange plus bonus sessions on SharePoint and Windows! And we want to let you know about a special rate -- when you buy your first conference registration at 1,100 euros, you can get additional passes at half off -- so partner up with your friends and take advantage of this great rate. The regular price is 1450 euros, so this is a great bargain, especially when you check out the lineup of speakers! To get this special rate, go to http://list.windowsitpro.com/t?ctl=25BEB:610453 to register today and enter promocode: TIPENL. Hope to see you in Nice!

==== Hot Release ====

Identify the appropriate tools to manage your mobile workforce effectively, and avoid increases in TCO and more. http://list.windowsitpro.com/t?ctl=25BD7:610453

==== Events and Resources ==== ( A complete Web and live events directory brought to you by Windows IT Pro: http://list.windowsitpro.com/t?ctl=25BEC:610453 )

Learn the best ways to manage your email security (and fight spam) using a variety of solutions and tips. http://list.windowsitpro.com/t?ctl=25BD8:610453

Learn to secure your IM traffic - don't let your critical business information be intercepted! http://list.windowsitpro.com/t?ctl=25BDC:610453

Special Offer Ends Soon! Register now for DevConnections Europe, 24-27 April in Nice, France, and get http://list.windowsitpro.com/t?ctl=25BE9:610453

Expert Ben Smith describes the benefits of using server virtualization to make computers more efficient. http://list.windowsitpro.com/t?ctl=25BDA:610453

Learn the advantages of each alternative to traditional file servers and tape storage solutions, and make the best choice for your enterprise needs. Live Event: Thursday, April 13 http://list.windowsitpro.com/t?ctl=25BD6:610453

==== Featured White Papers ====

Protect mission-critical business information stored on your high- availability Exchange systems when you implement backup and restore strategies. You'll also learn the proven best configuration and deployment considerations. http://list.windowsitpro.com/t?ctl=25BDB:610453

==== Announcements ==== (from Windows IT Pro and its partners)

Exclusive Spring Savings Subscribe to Windows IT Pro magazine and SAVE 58% off! Along with your 12 issues, you'll also get FREE access to the entire Windows IT Pro online article archive which houses more than 9,000 helpful articles. This is a limited-time offer, so order now: http://list.windowsitpro.com/t?ctl=25BE4:610453

Save 44% off the Windows Scripting Solutions Newsletter For a limited-time, order the Windows Scripting Solutions Newsletter and SAVE up to $80 off! You will get 12 helpful issues loaded with expert-reviewed downloadable code and scripting techniques, as well as hundreds of tips on automating repetitive tasks. You will also get FREE, unlimited access to the full online scripting article library (over 500 articles). Subscribe now: http://list.windowsitpro.com/t?ctl=25BE2:610453

====================

==== Contact Us ====

About the newsletter -- letters@windowsitpro.com About technical questions -- http://list.windowsitpro.com/t?ctl=25BED:610453 About product news -- products@windowsitpro.com About your subscription -- tipsandtricks@windowsitpro.com About sponsoring UPDATE-- salesopps@windowsitpro.com

====================

This email newsletter is brought to you by Windows IT Pro, the leading publication for IT professionals deploying Windows and related technologies. Subscribe today. http://list.windowsitpro.com/t?ctl=25BE3:610453

Manage Your Account You are subscribed as news-and-stuff@arconati.us

You are receiving this email message because you subscribed to this newsletter on our Web site. To unsubscribe, click the unsubscribe link:

http://list.windowsitpro.com/u?id=28351AE7DCFB1F6C6B35CFE9B55E13E1

View the Windows IT Pro Privacy policy at http://www.windowsitpro.com/AboutUs/Index.cfm?action=privacy

Windows IT Pro, a division of Penton Media, Inc. 221 East 29th Street, Loveland, CO 80538, Attention: Customer Service Department

Copyright 2006, Penton Media, Inc. All Rights Reserved.

No comments:

Post a Comment

Keep a civil tongue.

Label Cloud

Technology (1464) News (793) Military (646) Microsoft (542) Business (487) Software (394) Developer (382) Music (360) Books (357) Audio (316) Government (308) Security (300) Love (262) Apple (242) Storage (236) Dungeons and Dragons (228) Funny (209) Google (194) Cooking (187) Yahoo (186) Mobile (179) Adobe (177) Wishlist (159) AMD (155) Education (151) Drugs (145) Astrology (139) Local (137) Art (134) Investing (127) Shopping (124) Hardware (120) Movies (119) Sports (109) Neatorama (94) Blogger (93) Christian (67) Mozilla (61) Dictionary (59) Science (59) Entertainment (50) Jewelry (50) Pharmacy (50) Weather (48) Video Games (44) Television (36) VoIP (25) meta (23) Holidays (14)

Popular Posts