Site Meter Microsoft Talk » Server

Server

Virtual Server 2005 Resources

Wednesday, July 25th, 2007

Product Links

?Virtual Server Technical Resources


Webcasts and Videos

?Architectural Best Practices for Virtual Server

?How Microsoft IT Improved Efficiency Using Virtual Server 2005

?Automating a Test Lab Using Virtual Server


Whitepapers

?Virtual PC vs. Virtual Server: Comparing Features and Uses

?Installing the Virtual Server Administration Website on a Separate Computer

?Using iSCSI with Virtual Server 2005 R2

?Virtual Server 2005 Technical Reference


Case Studies

?See how companies use Virtual Server 2005 to develop solutions that are tailored to meet their business needs


Community

?Join Microsoft’s Virtualization Pro Community

Windows: Backup System State Data with Commands

Wednesday, July 18th, 2007

To back up System State data using a command line:

1. Open Command Prompt.

2. To backup the System State data, type: ntbackup backup systemstate

Value Description
systemstate specifies that you want to back up the System State data.

When you select this option, the backup type will be forced to copy.

For information about additional backup options, see the ntbackup command-line utility.

For example, to create a backup job named “Backup Job 1″ that backs up the System State data to the file C:backup.bkf, type:

ntbackup backup systemstate /J “Backup Job 1″ /F “C:backup.bkf”

All other options will default to those specified in the Backup program.

Notes:
To open command prompt, click Start, point to All Programs, point to Accessories, and then click Command Prompt.

To view the complete syntax for this command, at a command prompt, type:

ntbackup /

If you do not specify the other backup options, ntbackup will use the backup program’s default values for the backup type, verification setting, logging level, hardware compression and any other settings.

 

Windows Backup, Windows Server, MSTalkOnline, Alpesh Nakar

, , ,

Windows: Administrator Password ends with S or L

Tuesday, July 17th, 2007

You are in trouble!

Your monitor is blank, ideally because you are in power save mode. However the reality is that the console session may not be locked. You may still be logged in and it’s just the monitor.

Out of habit you inadvertently hit Ctrl+Alt+Del keys. Doomed!

Because in the above scenario, if you have a password that ends with the letter “S” or “L,” you’ll actually be sending the command to shut down or log off when you hit Enter. Once the monitor comes online, you’ll see your logged-on session will either be logging off or shutting down the server on you.

To recreate this issue, log onto a server using its console (aka the keyboard and monitor connected directly to the server). When you hit Ctrl+Alt+Del, the Windows Security dialog box appears. Now hit either the “S” or “L” key. It will activate the appropriate button. Then a final corresponding “Are you sure you want to do this action?” window appears. If you hit Enter, that action is applied.

VIA: TechTarget

Windows Admin, Windows Server, MSTalkOnline, Alpesh Nakar

, , ,

Windows Server 2008: Step by Step Guides

Tuesday, June 12th, 2007

These step-by-step guides help IT Professionals learn about and evaluate Windows Server 2008.
These documents are downloadable versions of guides found in the Windows Server 2008 Technical Library.

GUI Version of Robocopy

Wednesday, March 28th, 2007

What command do you use for copying of files from the command line? COPY would be the most obvious answer for single-item copying of files.

For copying multiple directories you would use XCOPY command, since it preserves the attributes as well. What about preserving NTFS extended attributes such as access control lists and alternate data streams? Use Robocopy. It is available as part of Windows Resource Kit, designed to overcome unreliable network conditions or other possible interruptions of service—e.g., for copying files to drives mapped across WAN links or via wireless networks.

Robocopy is now a a standard-issue item with Vista, meaning it’s all the easier to get hold of and work with.

Derk Benish,systems engineer in Microsoft’s MSN Search Group, has a simple GUI for Robocopy! Maybe because Robocopy is a command line utility and has not gained as much ground as it should have.

The GUI is divided into six tabs, each dealing with one aspect of the Robocopy command set:

  • Path allows you to set the source and target paths for the copy operation, or use the standard Windows folder-picker to select them manually. The “Map Drive?” box lets you map to a folder on a remote server if needed.
  • Copy Options lets you set all the needed switches for the copy operation. If you don’t know what each switch does, hover your mouse over them for an explanation.
  • Drive Mapping allows you to provide a target server name, username, password and domain if you’re using the drive-mapping option in the Path tab.
  • Filters defines any file-filtering operations (again, as described by the program’s command switches). Hover your mouse over any of the options for an explanation.
  • Logging lets you enable any logging options for Robocopy.
  • Monitoring enables real-time monitoring for the copy operation.

Save the configuration to a script that can be reused, so the GUI doesn’t create a dependency on the GUI in order to make Robocopy functional. Use this GUI to learn how Robocopy works and slowly move to using the command line.

Till now, what did you use to copy files/folders?

Download

Cross Posting from Alpesh Nakars’ Blogosphere - IT’s All about Technology

Microsoft Download Notifications: March 23 2007

Tuesday, March 27th, 2007

Microsoft Download Notifications is a weekly mailing that points you to the latest free downloads and download-related services from Microsoft.

Windows Vista

Purchase and Download Windows Vista Today

Find out which edition of Windows Vista will work best for your needs, then download and install with easy step-by-step instructions at Windows Marketplace.

Expression Web

Get a Free 60-day Trial of Expression Web

Expression Web is a professional design tool for creating modern, standards-based sites that deliver superior quality on the Web. Get your free trial today.

Windows

Microsoft Update

Visit Microsoft Update for the latest updates to Windows, Office, and other Microsoft applications. Also, learn how to have automatic security updates delivered to your computer.

Windows Vista Upgrade Advisor 1.0

Windows Vista Upgrade Advisor is designed to help Windows XP users identify whether their PCs are ready for an upgrade to Windows Vista, which edition of Windows Vista meets their needs, and which features of Windows Vista will be able to run on their PCs.

Release Notes for Microsoft Windows Server 2003 Service Pack 2

These release notes address late-breaking issues and information about Microsoft Windows Server 2003 operating systems with Service Pack 2 (SP2) and Microsoft Windows XP Professional x64 Edition operating system with SP2.

All recently published Windows downloads

Office and home applications

Office Update

Scan your computer for updates that help improve the stability and security of the Office programs on your computer.

Live Meeting Add-in Pack

With the Live Meeting Add-in Pack, you can perform conferencing tasks directly from Microsoft Office Outlook, Word, Excel, PowerPoint, Project, and Visio, as well as from Windows Messenger, MSN Messenger, and Office Communicator 2005.

All recently published Office and home downloads

All recently published server application downloads

32-bit or 64-bit Windows

Monday, March 26th, 2007

If you want an answer to this burning question, especially if you’re planning a new PC purchase and weighing the pros and cons of the x86 and x64 architectures, this article is worth a read.

George Ou has a very nice introduction to the differences between 32-bit and 64 bit Windows.

He has summarized the situation for you:

  • Almost all new servers sold within the last two years from AMD or Intel will have x64 capability.
  • Most mid- to high-end desktop processors from AMD or Intel within the last year have x64 capability.
  • Some higher-end Semprons have x64; lower-end Semprons do not.
  • No AMD Durons have x64.
  • All AMD Opteron processors have x64.
  • All AMD X2, FX, and Athlon64 chips have x64.
  • All Intel Pentium D and Celeron D chips have x64.
  • All AMD Turion notebook processors have x64.
  • All Intel Core 2 processors (mobile, desktop, and server) have x64.
  • No Intel Core Duo notebook processors have x64
  • No Intel Pentium M notebook processors have x64.

 

Have a read. Its worth it.

Subscribe to MSTalkOnline Feed for Regular Updates

Inside Your Windows Server 2003 with AUTORUNS

Wednesday, March 21st, 2007

When you install Windows Server 2003 and start to place applications on that server, it’s absolutely astounding how many programs are actually there. If you’ve used msconfig, you’ve gotten a partial look at a list of these programs. Msconfig provides you with a small subset of the actual executables that are loaded when you use a Windows server. Using the AutoRuns utility, available for download from Microsoft’s Web site, you can get the complete list of programs and executables that are loaded when a Windows server boots or when you run certain applications.

AutoRuns looks at every known location that houses boot files, including the StartUp folder, the Run and RunOnce registry keys, Explorer shell extensions, toolbars, browser helper objects, Winlogon notifications, autostart services, and a number of other locations. AutoRuns displays each item in the order that Windows processes the item, and provides a Properties page that matches the page you get if you locate the executable file on your own and bring up the Properties page.

AutoRuns also provides a Jump To link that takes you directly to the location that loads the executable. For example, if you use the Jump To link on an entry that is loaded from the registry, AutoRuns will load the registry editor and browse to the key. You can also configure AutoRuns to look at the entries that are loaded for a particular user.

AutoRuns also comes in a command line variety, named Autorunsc.exe. Use autorunsc /? to get information from particular startup locations.

VIA TechRepublic

About Microsoft Talk

My name is Brick ONeil, and I’ve been with the 451 Press Network since March 2007. I’m the new blogger for Microsoft Talk. We’ll be discussing ‘About Microsoft’ itself. What’s happening, who’s coming/going, what new technologies they’re coming out with, updates and upgrades. I’ll try to bring you news each day that impacts your daily life and use of Microsoft products, or just interesting information I think you’ll enjoy

Microsoft Talk Author(s)
    » Brick-ONeil

Technology Channel Posts

Hot Off The Press