phht 55 for tethering? fail ATT fail

Google’s CEO Is Using a BLACKBERRY oops

Bing vs. Google

BING

Google announces Chrome OS, coming to netbooks second half of 2010

Winmob 6.5 emulator

ocs pic

No Jitter | blog

OCS R2 Ports

There, I Fixed It.

Backing Up Hyper-V

From:From: Windows Tips & Tricks UPDATE [mailto:Windows_TipsandTricks_UPDATE@email.windowsitpro.com]
Sent: Monday, June 29, 2009 1:39 PM
To: John A. Cook
Subject: Backing Up Hyper-V

Windows Tips & Tricks UPDATE [mailto:Windows_TipsandTricks_UPDATE@email.windowsitpro.com]
Sent: Monday, June 29, 2009 1:39 PM
To: John A. Cook
Subject: Backing Up Hyper-V

Windows Tips & Tricks UPDATEWindows Tips & Tricks UPDATE

June 29, 2009June 29, 2009

Forums

Forums

Articles

Articles

Blogs

Blogs

Events

Events

Resources

Resources

Our Publications

Our Publications

IN THIS ISSUEIN THIS ISSUE

- Q. How can I check if the backup integration service is running in my guest OS in Hyper-V?

- Q. How does a Volume Shadow Copy Service (VSS) snapshot backup of a Hyper-V server work with guest OSs?

- Q. Should I back up at the Hyper-V host level or within my guest OSs?

- Q. Should I install System Center Virtual Machine Manager (VMM) on a physical box, or can I install it on a virtual machine (VM)?

- Q. Why should I disable time synchronization services for a PDC Flexible Single-Master Operation (FSMO) virtual machine (VM)?

SponsorSponsor Windows IT Pro

Windows IT Pro

New from Left-Brain.com – Exchange Server 2007 Training Package

If you want to master Exchange Server 2007, you can’t replace real world experience, but this intensive, 21-hour training course can easily eliminate up to four years of trial, error, and frustration! You’ll learn how to avoid the costly misconfigurations that even the most seasoned experts make. Find out more at Left-Brain.com

ArticlesArticles

Q. How can I check if the backup integration service is running in my guest OS in Hyper-V?

Q. How can I check if the backup integration service is running in my guest OS in Hyper-V?
John Savill
John Savill


A.A.
First you need to make sure that you’ve actually installed the integration services. Do this by connecting the guest OS and using device manager in the guest. You’ll see various VMBus devices, such as network and display, if the integration service is running. If you expand the System devices section we will see various Hyper-V integration services that should include the Hyper-V Volume Shadow Copy system device, as shown below. You can also look at running services using the net start command. You should see the Hyper-V Volume Shadow Copy Requestor service, also shown below. If you see these, then the VSS integration service is running and available.

First you need to make sure that you’ve actually installed the integration services. Do this by connecting the guest OS and using device manager in the guest. You’ll see various VMBus devices, such as network and display, if the integration service is running. If you expand the System devices section we will see various Hyper-V integration services that should include the Hyper-V Volume Shadow Copy system device, as shown below. You can also look at running services using the net start command. You should see the Hyper-V Volume Shadow Copy Requestor service, also shown below. If you see these, then the VSS integration service is running and available.

Click to expand.

Next, you need to make sure the integration service is enabled through the Hyper-V Management Microsoft Management Console snap-in. Select the settings of the VM and select Integration Services from the Management section. Make sure "Backup (volume snapshot)" is checked, as shown here.

Q. How does a Volume Shadow Copy Service (VSS) snapshot backup of a Hyper-V server work with guest OSs?

Q. How does a Volume Shadow Copy Service (VSS) snapshot backup of a Hyper-V server work with guest OSs?
John Savill
John Savill


A.A.
Hyper-V has a VSS writer that’s registered with the backup software on the server. When you perform a VSS backup on the Hyper-V server, something very cool happens in the guest OSs, assuming you have Hyper-V Integration Services installed and the backup service enabled.

    Hyper-V has a VSS writer that’s registered with the backup software on the server. When you perform a VSS backup on the Hyper-V server, something very cool happens in the guest OSs, assuming you have Hyper-V Integration Services installed and the backup service enabled.

    1. The backup software (the VSS requestor) on the Hyper-V server requests a VSS snapshot. The VSS requestor lists the VSS writers on the system to figure out what data the VSS writer can back up. The Hyper-V VSS writer, in conjunction with the VSS Coordination Service, forwards the VSS snapshot request to each guest OS via the backup integration service.
    2. The backup software (the VSS requestor) on the Hyper-V server requests a VSS snapshot. The VSS requestor lists the VSS writers on the system to figure out what data the VSS writer can back up. The Hyper-V VSS writer, in conjunction with the VSS Coordination Service, forwards the VSS snapshot request to each guest OS via the backup integration service.
    3. Each guest OS thinks it’s receiving a native VSS request. Each one proceeds to notify all VSS writers on the guest OS to prepare for a snapshot.
    4. Each guest OS thinks it’s receiving a native VSS request. Each one proceeds to notify all VSS writers on the guest OS to prepare for a snapshot.
    5. Each VSS writer in the guest OSs writes any information to disk that relates to its service, such as Microsoft Exchange or SQL Server. The guest OS VSS writers notify the VSS coordinator that they’re ready for a snapshot and tell it which data to back up. The part about which data to back up is ignored, however, because you’ll be backing up the entire Virtual Hard Disk (VHD) from the Hyper-V host.
    6. Each VSS writer in the guest OSs writes any information to disk that relates to its service, such as Microsoft Exchange or SQL Server. The guest OS VSS writers notify the VSS coordinator that they’re ready for a snapshot and tell it which data to back up. The part about which data to back up is ignored, however, because you’ll be backing up the entire Virtual Hard Disk (VHD) from the Hyper-V host.
    7. The backup integration service for each VM tells Hyper-V’s VSS writer it’s ready for a snapshot to be taken. The Hyper-V VSS writer notifies the backup application via the VSS coordinator that it is ready for a snapshot.
    8. The backup integration service for each VM tells Hyper-V’s VSS writer it’s ready for a snapshot to be taken. The Hyper-V VSS writer notifies the backup application via the VSS coordinator that it is ready for a snapshot.
    9. The backup software takes a VSS snapshot of the host file system that contains the virtual configuration files and the VHDs. All data on the VHDs is consistent because of the VSS request being passed into the VMs. Once the snapshot is taken, the VSS writer notifies the guests that the snapshot is complete and they continue their normal processing.

    As you can see, you can take backups from the Hyper-V host and still take full advantage of all the backup integrity provided by the VSS writers within the guest OSs to make sure the content on disk is complete.

    It’s very important that when you perform the backup, all disks that contain VM configuration files and VHDs are selected as part of the backup.

    You should note that only VHD content will be backed up using this method. If a VM has pass through or iSCSI storage storage connected through the guest OS iSCSI initiator, that content won’t be backed up through a backup at the Hyper-V server level through the Hyper-V VSS Writer.

    The scenario above describes an online backup, also known as child VM snapshot, where the guest OS meets the following requirements:

      The backup software takes a VSS snapshot of the host file system that contains the virtual configuration files and the VHDs. All data on the VHDs is consistent because of the VSS request being passed into the VMs. Once the snapshot is taken, the VSS writer notifies the guests that the snapshot is complete and they continue their normal processing.

As you can see, you can take backups from the Hyper-V host and still take full advantage of all the backup integrity provided by the VSS writers within the guest OSs to make sure the content on disk is complete.

It’s very important that when you perform the backup, all disks that contain VM configuration files and VHDs are selected as part of the backup.

You should note that only VHD content will be backed up using this method. If a VM has pass through or iSCSI storage storage connected through the guest OS iSCSI initiator, that content won’t be backed up through a backup at the Hyper-V server level through the Hyper-V VSS Writer.

The scenario above describes an online backup, also known as child VM snapshot, where the guest OS meets the following requirements:

  • Integration services is installed, with the backup integration service enabled
  • Integration services is installed, with the backup integration service enabled
  • It supports VSS
  • It supports VSS
  • It uses NTFS file systems with basic disks (not dynamic)

If you have guest OSs that use dynamic disks, use non-NTFS partitions, don’t have integration services installed, or don’t have the backup integration service enabled, or if you’re using an OS that isn’t supported, such as Windows 2000, then an offline backup will be taken of the VM. This backup is also known as a saved state backup, because VMs that can’t support an online backup are placed into a saved state during the VSS snapshot, so there’s a period of downtime for the VM during the backup. OSs that have to use saved state include Windows XP, Windows 2000, Windows NT 4, and Linux OSs. Windows Server 2008, Windows Vista, Windows Server 2003, and later OSs all support the online backup method without any VM downtime.

It uses NTFS file systems with basic disks (not dynamic)

If you have guest OSs that use dynamic disks, use non-NTFS partitions, don’t have integration services installed, or don’t have the backup integration service enabled, or if you’re using an OS that isn’t supported, such as Windows 2000, then an offline backup will be taken of the VM. This backup is also known as a saved state backup, because VMs that can’t support an online backup are placed into a saved state during the VSS snapshot, so there’s a period of downtime for the VM during the backup. OSs that have to use saved state include Windows XP, Windows 2000, Windows NT 4, and Linux OSs. Windows Server 2008, Windows Vista, Windows Server 2003, and later OSs all support the online backup method without any VM downtime.

Q. Should I back up at the Hyper-V host level or within my guest OSs?

Q. Should I back up at the Hyper-V host level or within my guest OSs?
John Savill
John Savill


A.A.
The answer to this question depends on the guest OS, the type of storage you are using and the availability of VSS writers for the workloads within the virtual machine (VM).

If you’re running guest OSs that support VSS, use NTFS on basic disks, exclusively use Virtual Hard Disks (VHDs) for storage, and have integration services installed, you can probably back up safely at the Hyper-V host level. You can use a Hyper-V VSS writer-aware backup application that will notify your VMs to prepare for a snapshot, ensuring the integrity of the backup. Remember to back up all volumes that have any data relating to the VM, including configuration locations, VHDs, and snapshots.

You should back up from within the guest OSs if you’re running guest OS that

    The answer to this question depends on the guest OS, the type of storage you are using and the availability of VSS writers for the workloads within the virtual machine (VM).

    If you’re running guest OSs that support VSS, use NTFS on basic disks, exclusively use Virtual Hard Disks (VHDs) for storage, and have integration services installed, you can probably back up safely at the Hyper-V host level. You can use a Hyper-V VSS writer-aware backup application that will notify your VMs to prepare for a snapshot, ensuring the integrity of the backup. Remember to back up all volumes that have any data relating to the VM, including configuration locations, VHDs, and snapshots.

    You should back up from within the guest OSs if you’re running guest OS that

    • Uses pass through storage.
    • Uses pass through storage.
    • Maps to iSCSI storage directly through the guest iSCSI initiator.
    • Maps to iSCSI storage directly through the guest iSCSI initiator.
    • Doesn’t use NTFS.
    • Doesn’t use NTFS.
    • Uses dynamic disks.
    • Uses dynamic disks.
    • Doesn’t have integration services installed or doesn’t support the backup integration service.

Doesn’t have integration services installed or doesn’t support the backup integration service.

Q. Should I install System Center Virtual Machine Manager (VMM) on a physical box, or can I install it on a virtual machine (VM)?

Q. Should I install System Center Virtual Machine Manager (VMM) on a physical box, or can I install it on a virtual machine (VM)?
John Savill
John Savill


A.A.
VMM is the preferred management platform for your virtual environment and the question often comes up if VMM should be installed on its own physical box, or if can it be a VM. VMM is support in both physical and virtual environments. The only condition is that if VMM is virtualized, you won’t be able to migrate it to another virtual host, because VMM manages migrations. VMM is the preferred management platform for your virtual environment and the question often comes up if VMM should be installed on its own physical box, or if can it be a VM. VMM is support in both physical and virtual environments. The only condition is that if VMM is virtualized, you won’t be able to migrate it to another virtual host, because VMM manages migrations.

Q. Why should I disable time synchronization services for a PDC Flexible Single-Master Operation (FSMO) virtual machine (VM)?

Q. Why should I disable time synchronization services for a PDC Flexible Single-Master Operation (FSMO) virtual machine (VM)?
John Savill
John Savill


A.A.
Virtualization is becoming more widespread and virtual environments offer a large number of services to improve the consistency and performance of the infrastructure. There are, however, certain instances where you should disable some services.

The PDC FSMO acts as the time source for the entire domain and should sync its time from an external Simple Network Time Protocol (SNTP) time source. You don’t want the virtual server hosting the PDC FSMO to use its own local time to overwrite the time that PDC FSMO gets from the external time source, so you need to disable any time synchronization services in the virtual environment.

In Hyper-V you do this via settings for the VM. Select Integration Services from the Management section. Uncheck the "Time synchronization" option and click OK.

In Hyper-V you do this via settings for the VM. Select Integration Services from the Management section. Uncheck the "Time synchronization" option and click OK.

Virtualization is becoming more widespread and virtual environments offer a large number of services to improve the consistency and performance of the infrastructure. There are, however, certain instances where you should disable some services.

The PDC FSMO acts as the time source for the entire domain and should sync its time from an external Simple Network Time Protocol (SNTP) time source. You don’t want the virtual server hosting the PDC FSMO to use its own local time to overwrite the time that PDC FSMO gets from the external time source, so you need to disable any time synchronization services in the virtual environment.

In Hyper-V you do this via settings for the VM. Select Integration Services from the Management section. Uncheck the "Time synchronization" option and click OK.

In Hyper-V you do this via settings for the VM. Select Integration Services from the Management section. Uncheck the "Time synchronization" option and click OK.

Click to expand.

Events & ResourcesEvents & Resources

Don’t Miss Tomorrow’s Web Seminar: 5 Tips for Supporting User-Owned Smartphones
Live June 30, 2009, 11 a.m. EDT—Personal use of smartphones is on the rise. Are you ready to support them for the enterprise? Companies have historically standardized on a single smartphone platform. Forrester is warning firms that they need to put in place a robust mobile management and security strategy so that they can reap the productivity benefits of mobility.
Attend this live webinar to learn how Drew Collier, System Operations Manager for a legal firm implemented best practice policies to enable multi-device support while delivering on the promise of mobile productivity.
Learn how to say yes to supporting different devices without burdening IT.
http://windowsitpro.com/Downloads/Index.cfm?fuseaction=ShowDownload&uuid=336c0ad7-e2a3-4aca-8e51-bb0b53f6f96a&code=EUEWAZenpriseMar09WS02062909

Optimize Your Workload, Reduce Your Costs
What is workload optimization? And how can a workload optimization strategy impact your bottom line? This web seminar explores those questions and more with Gartner Research Vice President Dave Russell. Hear from Rob Jacks, CIO of Chickasaw Nation, why his IT organization turned to workload optimization to manage the migration, backup, availability, and provisioning of their critical workloads.
Register and watch this web seminar now!
http://windowsitpro.com/Downloads/Index.cfm?fuseaction=ShowDownload&uuid=03b8a2f1-4735-4fc7-a86a-485dc30dce38&code=EUEWADoubleTake0609WS02062909

Get Windows IT Pro To Go and Save 25 Percent
The Windows IT Pro Magazine Master CD is a powerful combination of content and convenience. Instantly search over 10,000 solution-driven articles instantly and get online access to new articles each month at Windowsitpro.com. Subscribe today and save up to 25 percent off the regular rate! https://store.pentontech.com/index.cfm?s=1&promocode=EU2297UP

Featured White PaperFeatured White Paper

If SharePoint Isn’t Fast and Responsive, People Won’t Use It
IT managers must learn to meet the challenges of supporting globally distributed workforces. Unfortunately, many have taken applications that were originally designed to run on a LAN and made them accessible to remote workers over a WAN without making any other changes. So what can you do? WAN acceleration has existed for decades, but the biggest innovations have happened in recent years as TCP/IP stacks are optimized and SMB is revisited.
Get the results of a proof of concept test using a traffic management device and learn how you can reduce (optimize) WAN bandwidth use and minimize the effects of latency.
http://windowsitpro.com/whitepapers/Index.cfm?wpid=24c9f750-848b-484e-9956-4ced05d90630&fuseaction=ShowWP&code=EUEWAf5NetworksApr09WP01062909

AnnouncementsAnnouncements

Dive Deep into Hyper-V Version 2 eLearning Series with John Savill—July 9, 2009, 11 a.m. EDT
Get the skills and tools you need to ensure that Hyper-V is deployed and maintained in the most optimal way.
Join us on July 9, 2009 to explore the major functionality changes and the most significant new capabilities of Hyper-V version 2 that ships with Windows Server 2008 R2.
Make plans to attend this expert training, get real-life solutions and answers to your questions, directly from your own computer!
http://windowsitpro.com/elearning/index.cfm?fuseaction=dynamic&v=5163&p=5207&code=&eventid=29&code=EUEWAHyperV2008R2July09062909

WinConnections November 9-12, 2009, Las Vegas, NV
The first 500 paid attendees receive SQL Server 2008 Standard with one CAL. Register by July 1 to receive a discounted room rate and a $100 Mandalay Bay Certificate. For more details, call (203) 268-3204 or 800-438-6720.
http://www.winconnections.com

Eight Things to Consider Before Sinking Money into Endpoint Security
Mobile devices, laptops, removable media, and removable storage devices present a complex challenge to administrators trying to plug all potential security holes. Endpoint security is a veritable Medusa’s head with seemingly unlimited attack vectors, each requiring specialized technology on multiple platforms.
Addressing each security issue produced by endpoints individually can be costly, time consuming, and detrimental to productivity. Get eight tips for plugging the security holes made by endpoints.
http://windowsitpro.com/needtoknow/index.cfm?action=show&guid=3f159175-b630-4316-b16f-dda1b917348c&code=EUEWASymantecFebNK01062909

spanspan

<table class=MsoNormalTable border=0 cellspacing=0 ce

Posted via email from johnacook’s posterous

Ccr multi site

intel team hyper v

hyperv checks

Ensuring the Availability of Hyper-V Virtualized Workloads

Begin forwarded message:
 
From: Windows IT Pro >
Date: June 22, 2009 6:15:38 CDT
To: “John A. Cook” >
Subject: Ensuring the Availability of Hyper-V Virtualized Workloads
Reply-To: “windowsitpro@pminews.com” >
 
[http://www.windowsitpro.com/common/adforceimages/rh0108.gif]
[http://www.windowsitpro.com/Common/adforceimages/penton_connecting.gif]
 
 
Featured Web Seminar:
Ensuring the Availability of Hyper-V Virtualized Workloads [http://www.windowsitpro.com/Common/adforceimages/promo_download_button1.gif]
[http://www.windowsitpro.com/common/images/web_seminar.gif]
 
Server virtualization is a hot topic in the IT world because of the potential for providing serious cost savings for customers. Microsoft Hyper-V is the next generation hypervisor-based server virtualization technology from Microsoft – making it easier than ever to take advantage of the cost savings and management benefits virtualization can provide by deploying it as part of Windows Server 2008.
 
To provide disaster recovery for virtual machines running on a Hyper-V host, a solution can be to protect your workloads with real-time replication and automated failover for virtualized workloads. All companies desire a quick recovery of virtual machines after any type of outage without the expense and complexity of clustering or shared storage.
 
Watch this web seminar now to learn how to make this technology work for your organization. Also included in this presentation is Microsoft expert Patrick Foley talking about Microsoft’s virtualization strategy and specifically about the Microsoft Hyper-V product.
 
Register and watch this web seminar now!
 
 
________________________________
 
For more great technical information, check out Windows IT Pro Resources to see a full listing of available eBooks, white papers and essential guides.
 
Don’t keep it all to yourself…Send this valuable info to a friend!
 
 
 
 
 
You are subscribed as john@intellisystems.net.
 
You received this email because you have an existing business relationship with Windows IT Pro, a division of Penton Media. Periodically, we will inform you of special Penton-related shows, products and other offers that we believe you will find helpful in your business or career. To STOP receiving promotional e-mails from Windows IT Pro, please click here to opt-out.
 
Windows IT Pro| Penton Media | 249 W. 17th Street | New York, NY 10011 | Privacy Statement

Posted via email from johnacook’s posterous

2000 server p2v

BACS Broadcom TEAM and hyperv

dl185 drive trays

OCS Presence Screensaver…cool

Palm Godaddy Exchage 2007

Ensuring the Availability of Hyper-V Virtualized Workloads

Begin forwarded message:
 
From: Windows IT Pro >
Date: June 9, 2009 5:56:14 CDT
To: “John A. Cook” >
Subject: Ensuring the Availability of Hyper-V Virtualized Workloads
Reply-To: “windowsitpro@pminews.com” >
 
[http://www.windowsitpro.com/common/adforceimages/rh0108.gif]
[http://www.windowsitpro.com/Common/adforceimages/penton_connecting.gif]
 
 
Featured Web Seminar:
Ensuring the Availability of Hyper-V Virtualized Workloads [http://www.windowsitpro.com/Common/adforceimages/promo_download_button1.gif]
[http://www.windowsitpro.com/common/images/web_seminar.gif]
 
Server virtualization is a hot topic in the IT world because of the potential for providing serious cost savings for customers. Microsoft Hyper-V is the next generation hypervisor-based server virtualization technology from Microsoft – making it easier than ever to take advantage of the cost savings and management benefits virtualization can provide by deploying it as part of Windows Server 2008.
 
To provide disaster recovery for virtual machines running on a Hyper-V host, a solution can be to protect your workloads with real-time replication and automated failover for virtualized workloads. All companies desire a quick recovery of virtual machines after any type of outage without the expense and complexity of clustering or shared storage.
 
Watch this web seminar now to learn how to make this technology work for your organization. Also included in this presentation is Microsoft expert Patrick Foley talking about Microsoft’s virtualization strategy and specifically about the Microsoft Hyper-V product.
 
Register and watch this web seminar now!
 
 
________________________________
 
For more great technical information, check out Windows IT Pro Resources to see a full listing of available eBooks, white papers and essential guides.
 
Don’t keep it all to yourself…Send this valuable info to a friend!
 
 
 
 
 
You are subscribed as john@intellisystems.net.
 
You received this email because you have an existing business relationship with Windows IT Pro, a division of Penton Media. Periodically, we will inform you of special Penton-related shows, products and other offers that we believe you will find helpful in your business or career. To STOP receiving promotional e-mails from Windows IT Pro, please click here to opt-out.
 
Windows IT Pro| Penton Media | 249 W. 17th Street | New York, NY 10011 | Privacy Statement

Posted via email from johnacook’s posterous

How To: Install Windows Mobile 6.5 Right Now [How To]

OCS SNOM meeting point

2008 storage server oem

MFCMAPI

R2 Port Updates

R2 EDGE Ports

OCS servermanagercmd

UnifySquare Blog

ervermanagercmd -i web-server
Servermanagercmd -i web-webserver
Servermanagercmd -i web-common-http
Servermanagercmd -i web-static-content
Servermanagercmd -i web-dir-browsing
Servermanagercmd -i web-http-errors
Servermanagercmd -i web-http-redirect
Servermanagercmd -i web-health
Servermanagercmd -i web-http-logging
Servermanagercmd -i web-request-monitor
Servermanagercmd -i web-security
Servermanagercmd -i web-basic-auth
Servermanagercmd -i web-windows-auth
Servermanagercmd -i web-digest-auth
Servermanagercmd -i web-filtering
Servermanagercmd -i web-performance
Servermanagercmd -i web-stat-compression
Servermanagercmd -i web-mgmt-tools
Servermanagercmd -i web-mgmt-console
Servermanagercmd -i web-mgmt-compat
Servermanagercmd -i web-metabase
Servermanagercmd -i web-wmi
Servermanagercmd -i web-lgcy-scripting
Servermanagercmd -i web-lgcy-mgmt-console

Servermanagercmd -i rsat
Servermanagercmd -i rsat-addc
Servermanagercmd -i rsat-role-tools
Servermanagercmd -i rsat-web-server

Servermanagercmd -i was
Servermanagercmd -i was-process-model
Servermanagercmd -i was-config-apis

Looking for download links for the Office Communicator Mobile? Just go to www.getcomo.com!

Good HV Site

Office Communications Server Today!

A few Exchange PowerShell scriptlets

Exchange version pshell script

Exchange 2010 install and prereqs

Running Microsoft Office Communications Server 2007 R2 in a Virtualized Topology

boom! ocs 2k7 r2 virtualization suuport guidelines updated

White Paper Announcement – CCR and DAS

TechEd 2009 Releases

Begin forwarded message:
 
From: WindowsITProUpdate >
Date: May 12, 2009 17:12:32 CDT
To: “John A. Cook” >
Subject: TechEd 2009 Releases
Reply-To: “WindowsITProUpdate@email.windowsitpro.com” >
 
[http://insidepenton.com/windowsitpro/IT_PRO_logo.gif]
Windows IT Pro UPDATE
 
May 12, 2009
 
Forums Articles Blogs Events Resources Our Publications
IN THIS ISSUE
- TechEd 2009: Windows 7, Windows Server 2008 R2, and More
- Booting Up With BCEDIT
- Tool Time: Encrypt Files with AxCrypt
- Find the Right Search Solution for Your Business
- Get Ready for Windows 7 (Or Don’t)
- SharePoint from Chaos to Success: June 17, 2009
- Get the Most Out of Your Unified Communications
 
 
 
 
Sponsor Windows IT Pro
 
Get Ready for Windows 7 (Or Don’t)
 
Join veteran Windows watcher and Windows IT Pro magazine columnist Mark Minasi on May 28, 2009 for a clear, comprehensive, independent and often entertaining look at what Windows 7 can (and can’t) do for you. In 3 info-packed lessons, Mark explains what’s new in Windows 7 from soup to nuts to save you time and help you make an informed “upgrade or not?” decision.
 
Find out if Windows 7 is right for you. Register for this online series today!
 
 
 
Commentary
 
 
 
 
 
TechEd 2009: Windows 7, Windows Server 2008 R2, and More by Paul Thurrott
 
 
by Paul Thurrott
I didn’t attend this week’s TechEd 2009 shindig in Los Angeles because of a looming book deadline, but it looks like I wasn’t the only one who couldn’t make it this year: Only 7,000 attendees showed up for what has historically been one of Microsoft’s biggest annual conferences. But don’t let the lackluster turnout or the global economic crisis that’s behind it get in the way of the news. Because there’s a lot to tell.
 
Windows 7
I previously noted that Microsoft had told me in recent briefings that it intended to ship Windows 7 before the end of 2009, but this week, company representatives were even more definitive: While Microsoft still won’t provide an exact launch date for Windows 7, they have confirmed publicly this week that Windows 7 will be made available in time for the holiday 2009 selling season. This suggests an October release, but Microsoft said it had no comment on specifics when pressed.
 
Windows Server 2008 R2
Last week, I published an overview of the Windows Server 2008 R2 Release Candidate (RC) on the SuperSite for Windows (www.winsupersite.com/server/ws2008_r2_rc.asp). This week, Microsoft is revealing more changes that are coming in this release, and these changes are big news.
 
First, Microsoft is introducing a major new R2 feature called File Classification Infrastructure (FCI). FCI provides an infrastructure by which admins and IT pros can classify data using file labels and properties, then apply policy based on that classification. FCI is managed via the File System Resource Manager (FSRM) and is compatible with Microsoft Office SharePoint.
 
Second, Microsoft is revealing that it will now support Hyper-V live migration between servers that are in the same processor family (Intel or AMD). Previously, both servers had to be running the same processor family and version.
 
So you’ll be able to do things such as migrate from an Intel Pentium 4-based server to an Intel Core 2 Duo-based server. What’s still not possible is cross-migration between AMD- and Intel-based servers. The issue is technical, not political, according to Microsoft. And the company is working to make cross-family migrations possible in the future.
 
To view the rest of this article, click here
 
 
From Windows IT Pro
 
 
 
 
 
Booting Up With BCEDIT
 
In “Bcdedit Basics” (InstantDoc ID 101168), I introduced you to Bcdedit, a tool in Windows Vista and later that lets you modify the way your system boots. (The tool’s name refers to Microsoft’s replacement of the boot.ini text file with a binary data file called BCD.) In that article, you learned how to store information in the BCD about how to boot more than one OS, but even if you have only one OS on a computer, you’ll still find Bcdedit useful: It also lets you modify what Microsoft calls OS entry options (or what I refer to as boot options).
 
Boot.ini used to let you boot pre-Vista systems under some non-standard set of parameters. For example, Windows NT has always offered the /vga boot option, which—if placed in a system’s boot.ini file—instructs the OS to boot using not a hardware-specific display driver but rather the generic SVGA driver. (The ability to choose an OS entry is useful if you realize too late that you’ve installed a defective or mismatched video driver.)
 
To view the rest of this article, click here
 
 
From the Community
 
 
 
 
 
Tool Time: Encrypt Files with AxCrypt
 
There are many free tools to encrypt sensitive data. Most of them let you encrypt an entire drive (e.g., Windows Vista’s built-in feature) or create and encrypt a virtual drive (e.g., TrueCrypt). However, when you copy a file to removable media, the file isn’t encrypted anymore. To avoid this situation, I use Axantum Software’s AxCrypt. You can use this free utility to encrypt a single file or a group of files. It remembers the file extension, so you can open the file later with a double-click.
 
AxCrypt integrates with Windows Explorer, so the easiest way to encrypt a file is to right-click it and select Encrypt from the AxCrypt context menu.
 
To view the rest of this article, click here
 
 
Events and Resources
 
 
 
 
 
Find the Right Search Solution for Your Business
 
Stop looking for needed information stored in applications with Enterprise Search. In this podcast, you’ll learn about Microsoft’s unified search strategy and its three products capable of meeting various search needs.
Find out which product meets your organization’s needs—listen to this podcast today!
 
To view the rest of this article, click here
 
 
 
 
 
Get Ready for Windows 7 (Or Don’t)
 
Join veteran Windows watcher and Windows IT Pro magazine columnist Mark Minasi on May 28, 2009 for a clear, comprehensive, independent and often entertaining look at what Windows 7 can (and can’t) do for you. In 3 info-packed lessons, Mark explains what’s new in Windows 7 from soup to nuts to save you time and help you make an informed “upgrade or not?” decision.
Find out if Windows 7 is right for you. Register for this online series today!
 
To view the rest of this article, click here
 
 
 
 
 
SharePoint from Chaos to Success: June 17, 2009
 
Make sure that your SharePoint environment is secure and manageable. This FREE online event led by SharePoint MVP Dan Holme will set you up for success with clear, practical guidance for best practice implementation of governance, security, and search. Learn how to:
* Align SharePoint farms, apps, and site collections with your information architecture
* Implement SharePoint governance from a technical perspective
* Customize search pages and web parts
* Leverage Search reporting
* And more!
Find new ways to deliver value with SharePoint! Register for this online event today!
 
To view the rest of this article, click here
 
 
Featured White Paper
 
 
 
 
 
Get the Most Out of Your Unified Communications
 
Tap into the fast, unimpeded, and environmentally friendly interaction your business can have through unified communications. In this white paper, you’ll learn how you can take advantage of unified communication benefits and the best practices for managing the challenges they present.
Download this white paper today!
 
To view the rest of this article, click here
 
 
Announcements
 
 
 
 
 
 
The Shortcut Guide to SSL Business Security Measures
Learn how to enable secure communication, identity verification, and develop trust between businesses with SSL technology. This eBook examines current information security threats to business and describes techniques for developing a security management strategy that leverages established best practices. Designed for IT professionals and business managers, this guide provides
Download this guide to get an overview of security threats and learn practices and technologies for controlling security risks.
windowsitpro.com/Whitepapers/Index.cfm?wpid=3ae1ec96-0636-4bb9-8db6-41048078625a&fuseaction=ShowWP&code=EUEWAVerisSignXXWP02051109
 
Get Windows IT Pro & a New PowerShell Guide
Order Windows IT Pro and along with a 58% savings off the cover price, you’ll get time-saving advice, and expert tips and solutions. Plus, we’ll send you the latest PowerShell 101 Guide — with 2 new lessons covering cmdlets, implementing a pipeline, statement output, and more! Sign up today!
store.pentontech.com/index.cfm?s=1&promocode=eu2094up
 
Boost Uptime with the Benefits of Virtualization
Increase utilization of your server investments, provide a more resilient and available infrastructure, and more quickly roll out new infrastructure and services. In this white paper, you’ll find out have both intelligent configuration and management and the ability to perform physical-to-virtual migration to promote uptime and efficient resource usage.
Read this white paper to learn how virtualization can benefit your organization!
windowsitpro.com/Whitepapers/Index.cfm?fuseaction=ShowWP&WPID=7831a34c-3111-4f9e-9a33-e49f8966da84&code=EUEWAHPEPYWP02051109
 
 
 
 
 
 
 
 
 
 
 
If you use a product that has made a tremendous impact in your organization and is a product that you can’t live without, tell us about it at whatshot@windowsitpro.com and we’ll feature your review in a future issue of the magazine, under the “What’s Hot” section.
 
Contact Us
About the newsletter — letters@windowsitpro.com
About technical questions — www.windowsitpro.com/forums
About product news — products@windowsitpro.com
About your subscription — windowsitproupdate@windowsitpro.com
About sponsoring UPDATE — salesopps@windowsitpro.com
Subscribe to this newsletter at: www.windowsitpro.com/email
 
Make sure your copy of Windows IT Pro UPDATE doesn’t get mistakenly blocked by antispam software! Be sure to add WindowsITPro_Update@email.windowsitpro.com to your list of allowed senders and contacts.
 
You are subscribed as: john@intellisystems.net
 
You are receiving this email message because you subscribed to this newsletter on our Web site. Click here to Unsubscribe<http d=”33-64780-793-207-8997-3106282-0-0-0-1-2-207&list_id=793&email=john@intellisystems.net&message_id=64780″>
 
View the Windows IT Pro Privacy policy at http://www.windowsitpro.com/aboutus/index.cfm?action=privacy
 
Windows IT Pro is a division of Penton Media, Inc.
221 East 29th Street
Loveland, CO 80538
Attention: Customer Service Department
Copyright 2009, Penton Media, Inc. All Rights Reserved.

Posted via email from johnacook’s posterous

One of our own gets quoted in Computer World!!!

From: Robert Gillies [mailto:rgillies@microsoft.com]
Sent: Tuesday, May 12, 2009 9:45 AM
To: exchange@rangers.ms
Subject: One of our own gets quoted in Computer World!!!

http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9132877&intsrc=news_ts_head

Way to go RS4!!!

–  

Robert Gillies

Microsoft Certified Architect – Exchange 2003 & 2007

Office Phone: (425) 538-1326  (Preferred phone number)

Mobile Phone: (256) 468-8107

MSN IM: <a href=”mailto:rgillies@microsoft.com“>rgillies@microsoft.com

Posted via email from johnacook’s posterous

Unified Communications by Joachim Farla [MVP]: OCS WebChat interview posted on UCVUG.nl

ocs and virtualization guidelines

multirole cas ipv6

Symantec antivirus ports

Audio Conferencing in OCS 2007 R2 CWA

Five Reasons to use ISA 2006 to Publish Your Web Applications

Download details: Microsoft Product Support Reports

RtcQmsAgent fails to start on OCS 2007 R2 server – and causes KB 967831 (April 2009 update for Front End Server components) install to fail

Microsoft Certified Professional Magazine Online | Column: More Fun with Aliases

My Favorite Utilities That Make UMPCs better

Configuring Microsoft Office Communications Server 2007 in a Multiple Forest Environment

Next Page »