
Why would someone want to install a client OS from a thumb drive instead of a DVDROM or over the network? One reason: Performance. Installing Windows Vista from a high speed USB flash drive is in my experience the easiest & fastest way to complete a Windows Vista install. This is much faster than using a DVD, gigabit ethernet, or possibly even some external USB 2.0 hard drives, due to differences in access speed & transfer rate. To put this into perspective, y'know how installing Windows on a Virtual PC virtual machine from an .ISO CD image is really, really, really fast? Imagine something roughly just as fast, except for doing installations of the OS on to actual workstations.
Here's some step-by-step instructions on how we do this, some of which was adapted from Josh's instructions, again, kudos to Josh.

People Near Me (
PNM) is a new capability of the Microsoft® Windows® Peer-to-Peer Networking platform for Windows
Vista™ that allows applications to discover people connected to the local subnet and easily invite them into a collaborative activity. People Near Me provides a common user experience for sending and receiving invitations and application programming interfaces (APIs) for discovering people and publishing information.
Developers can use the People Near Me APIs to create scenarios like the following:
• Start a game with someone at the airport
During a layover at an airport terminal that supports wireless connectivity, you can advertise your interest in playing a popular computer game, discover others at the airport who are also interested in playing the game, and start a gaming session.
• Advertise your interests at an industry conference, and discover those of others
When attending an industry conference that supports wireless connectivity, you can use a PNM-enabled chat client to advertise your specific interests within that industry or search for others that have your interests.
• Use a collaboration application for file sharing or screen projection
Quickly and easily collaborate with other people in the conference room without entering computer names or Internet Protocol (IP) addresses.(
more)

The naming of the different versions changed in
Windows Mobile 6.
* Pocket PC became Windows Mobile 6 Classic
* Pocket PC Phone Edition became Windows Mobile 6 Professional
* Smartphone became Windows Mobile 6 Standard


If you have considered running
Bitlocker, Microsoft's drive encryption tool, but didn't want to bother with what it would take to setup your drives properly to support it, then you are in luck if you are running Windows
Vista Ultimate edition or Enterprise edition Microsoft has made a tool just for you. The Bitlocker
Drive Preparation Tool is designed to help convert your existing install of Windows Vista into a setup that supports Bitlocker drive encryption.
Windows Vista Ultimate users can get this utility today as an ultimate extra from the Windows Update control panel applet and if you are a Windows Vista Enterprise customer you can head over the premier website and look under the tools section
https://premier.microsoft.com/troubleshoot.aspx?taid=tools or contact Microsoft
customer support.(
continue at source)

Arneh from Winbeta describes how to easily integrate Windows
Vista hotfixes and Ultimate Extra's directly into Vista's install.wim image.
Microsoft has made it extremely simple by providing the tools necessary for free on their web site. Following is a short guide on the basics of Hotfix integration using the 32-Bit Ultimate Edition of Vista as an example and a download of a batch script skeleton that will help you get started.(
more)

A new public milestone, Beta 2, is available for System Center Configuration Manager 2007:
Techlog related articles:
Airlift: Configuration Manager 2007
Configuration Manager 2007: Beta 1 Refresh

Now that Windows
Vista is finished and is available, you have probably had a chance to experience some of the many improvements that it offers over Windows XP. What you might not realize is that the only way to take full advantage of all of Vista’s new features is to use Vista in conjunction with
Longhorn Server.
Being that Longhorn Server and Windows Vista share a common kernel and user interface (although Aero is disabled by default in Longhorn Server), it only makes sense that the two operating systems would work well together. However, a more compelling reason for deploying Longhorn Server and Windows Vista together is that doing so can reduce your support costs.(
more)

It seems that the Operations Manager product team is almost finalizing RTM for System Center Operations Manager 2007. Tonight they posted an "IDS build" called build 4941 to the Microsoft Connect website for their TAP and RDP customers:
|
Date
|
Version
|
Description
|
|
2/20/2007
|
4941
|
OpsMgr 2007 Final Pre-RTM "lab only" Build. Please use this build of OpsMgr in your test labs only unless specifically authorized by the OpsMgr product team. There is NO support for upgrade from RC2 to this IDS build. There is NO support for IDS to RTM upgrade. The only supported upgrade path is RC2 to RTM.
|

The System Center Essentials team is very pleased to announce the availability of the Release Candidate 1 software on the Microsoft Connect site. With the release of SCE RC1 in conjunction with Operations Manager 2007 RC2 you can now test providing managed services to your customers. This solution provides a single entry point for remote management over the internet for customers' server and client environments, leveraging Operations Manager 2007 as the service provider console.
This solution includes:
Support for remote management services over the internet without requiring a VPN
Remote Managed Services management pack
Customer centric service provider views and reports
Diagnostic tasks to troubleshoot problems remotely
Support for remote monitoring and centralized update management, software distribution and software and hardware inventory
To evaluate the System Center "Remote Managed Services" public beta, you will install Operations Manager 2007 RC2 at your service provider data center to provide the top-tier management experience and Essentials 2007 RC1 at your customer locations as the remote end-point for monitoring the customer's environment. To Download:
Go to http://connect.microsoft.com/SystemCenter
Click Sign in and using the Live ID you used to register for Managed Services Solution Beta - sign in
Click the System Center Operations and Service Management link under "My Participation"
Read the announcements and then click "Downloads" to access downloads
Techlog: Services Provider Management Pack

The System Center Essentials team is very pleased to announce the availability of the Release Candidate 1 software on the Microsoft Connect site. We encourage you to promptly download and start testing this exciting release of SCE! What's New in Essentials RC1?
Capabilities:
Support for upgrading from WSUS 2.0 and 3.0
Emailed Daily Health Report
Automatic scheduled discovery of computers from Active Directory
Enhanced network monitoring of SNMP-enabled network devices including a network topology diagram view
Remote Control support for remote control of managed client and server computers
Ability to import Update catalogs from third-party software publishers
SQL Services based reporting on monitoring, hardware and software inventory
Setup experience improvements for SQL Server selection and file locations
More management packs including support for Exchange 2003, Dynamics CRM 3.0, and Active Directory
Enhanced Platform support
non-English US locales
installing Essentials on x64 servers
managing Windows Vista
managing x64 systems
Support for managing systems in multiple domains in a single forest
Notes for RC1:
There is no upgrade from Beta 2 to RC1. You must fully uninstall Beta 2 before your deploy RC1. We have documented complete UNINSTALL steps in the Scenario guide and also as an announcement on the Connect site. Be sure to read the Release Notes to avoid any known issues. Please read the Deployment Guide and Scenario document to get the most out of this release.
System Center Essentials RC1 (Register to access the Public beta)

On Windows Vista when you map a drive under your admin account you will find that your mapped drive is not available after you switch to your full token via a RunAs or Consent dialog. This is by design because there are actually two tokens in play here. What happens is the LSA recognized that you are admin at logon and creates two logons. The first with a "filtered" token or non-admin which is used to render your desktop and the other containing your full token to be available after consent dialogs.
Because there are two separate logons there are separate logon ID's. When network shares are mapped they are linked to the current logon session for the current process token. Meaning you don't have access to the network drive from the alternate logon. This can come into play with logon scripts and a number of other areas where you may require access to a network share from both tokens.
If you set the following key it will change how SMB shares are mapped. They will be mapped to a token, which means that LSA will check to see if there is a linked token associated with the user session and add the network share to that location as well. Basically all of this means that after setting this drives will be accessible from both tokens no matter which they are mapped under.
Disclaimer: This is not supported by Microsoft and was never tested. Use at your own risk.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
EnableLinkedConnections = 1 (DWord)

Mark Russinovich writes:
Last month, in the first installment of this three-part series, I looked at Windows Vista kernel enhancements in the areas of processes and I/O.
This time I'll cover advances in the way Windows Vista manages memory, as well as major improvements to system startup, shutdown, and power management (
Part 1).
Every release of Windows® improves scalability and performance, and Windows Vista™ is no different. The Windows Vista Memory Manager includes numerous enhancements, like more extensive use of lock-free synchronization techniques, finer-grained locking, tighter data-structure packing, larger paging I/Os, support for modern GPU memory architectures, and more efficient use of the hardware Translation Lookaside Buffer. Plus, Windows Vista memory management now offers dynamic address space allocation for the requirements of different workloads.
Four performance-enhancing features that use new technologies make their operating system debut on Windows Vista: SuperFetch, ReadyBoost, ReadyBoot, and ReadyDrive. I'll discuss them in detail later in this article.

Welcome to the Microsoft Exchange Server 2007 Hosted Trial Web site. You can create a temporary account to experience the features of Exchange Server 2007 which will stay active for 5 days. Your account will be pre-populated with sample messages, calendar appointments and contacts to help you have a rich experience. You will be able to send and receive mail, schedule meetings, and adjust your options. You can access your account via Microsoft Outlook Web Access, Microsoft Office Outlook, or an Exchange ActiveSync compatible application. Please review your pre-populated messages for details.
Visit the Microsoft Exchange Server 2007 Hosted Trial Web site

How
Exchange Server 2007 can coexist with
Exchange Server 2003 and their main differences.
Let us start by explaining the key differences between Exchange Server 2003 and Exchange Server 2007, especially for coexistence:
* Administrative Groups
* Routing Groups
* Server Roles
It is possible to install Exchange Server 2007 into an existing Exchange Server 2003 organization that is operating in Exchange native mode. The existing Exchange organization can contain Exchange 2003 servers, and Exchange 2000 servers.
There are many differences between Exchange Server 2007 and Exchange Server 2003. To explain these differences and how the different features can coexist is the main focus of this article.(
more)

We’ve been waiting for this one. The OMPM is finally and officialy realeased. For those who are not familiar with OMPM; it is short for Office Migration Planning Manager and is similar to what ACT (Application Compatibility Toolkit) does for Vista, only OMPM ‘does it’ for Office. It provides you with a set of tools that enables you to to scan the pc’s and file shares for document conversion issues. The purpose of this free tool is to simplify the migration to Office 2007.
Information that you can retrieve from this tool is which documents have which type of conversion issues. After examing this data, you can decide which documents you want to convert automatically (a conversion tool is provided with the OMPM) and which files you do not want to touch. In addition, it tells when documents have last been modified and that information can be used to archive those ‘ever lasting’ documents.
(more)

Office Migration Planning Manager

I saw an interesting discussion topic in the Operations Manager 2007 beta newsgroups and wanted to share this information with you.
Pete Zerger aksed about what the Cert Import Tool does 'behind the scenes'. Doug Bradley from Microsoft answered that the tool essentially just puts the serial # of the certificate into the registry and stops/starts the HealthService:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Machine Settings]
"ChannelCertificateSerialNumber"
One might ask "how do I access these newsgroups?". Well, enroll yourself on the
Microsoft Connect website and enroll for the Operations Manager 2007 RC2 public beta
by clicking here. Besides the downloads, you will find the info on the newsgroup details there in the left pane.

Fibre Channel Information Tool (fcinfo) works on Microsoft Windows Server 2003 and Microsoft Windows 2000 systems and is a tool for discovery of SAN resources and configuration information on your Fibre Channel SAN. The tool gathers configuration information on your Fibre Channel SAN based on the SNIA HBAAPI for management of Fibre Channel Host Bus Adapters and discovery of SAN resources. For more info on HBAAPI, see:
http://www.snia.org/tech_activities/hba_api Download and run the MSI. This is a command line tool, follow the instructions in the readme.txt file. This version only runs on x86. Version for IA64 and x64 will be available soon. Customers using Storport miniports in their configurations should consider using the latest Storport QFE from Microsoft. Details at:
http://support.microsoft.com/?kbid=838894.
Fibre Channel Information Tool (fcinfo)

When deploying OM 2007 you might want to use the same port as the good, old MOM 2005 (1270) instead of the default OM 2007 (5723). To do that you need to modify this regkey on your OM server:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Server Management Groups\MSDEMOMG]
"Port"=dword:000004f6
After that restart the MOM Health Service on your management server. All the agents that get installed from the console from that point on will use this port number. However, old installations and new manual installaitons will need to be modified to use the new port setting. This can be done by running System Center Operations Manager 2007 agent setup from add/remove programs.

The Microsoft Volume Activation Management Tool (“VAMT”) is part of Microsoft Volume Activation 2.0 and allows organizations to manage the activation of their Windows Vista and Longhorn Server computers using Multiple Activation Key (MAK) keys. A MAK performs a one time activation of computers against Microsoft. Once the computers are activated they require no further communication with Microsoft. The number of computers that can be activated with a specific MAK is based on the type and level of the organizations's volume license agreement with Microsoft.
MAK Independent Activation: Each computer individually connects and activates with Microsoft either online or via telephone
MAK Proxy Activation: One centralized activation request on behalf of multiple computers with one online connection to Microsoft
Activation Status: Ability to determine the activation status of Windows Vista and Longhorn Server computers in the environment
Remaining MAK activations: The current remaining activations associated with a MAK key
XML Import/Export: Allows for exporting and importing of data in a well formed XML format to enable activation of systems in disconnected environment scenarios
Local reactivation: Enables reactivation of computers, that has been previously activated using MAK, after rebuild or reimage by applying the Confirmation Id
Multiple Activation Key (MAK) REQUIRED: In order to use VAMT, a valid MAK is required. MAK keys can be obtained from the Microsoft Licensing portals by customers with a valid Volume License Agreement. For more information see the Microsoft Volume Licensing website.
Windows Vista Volume Activation Management Tool (VAMT)

Virtual PC 2007 is a powerful software virtualization solution that allows you to run multiple PC-based operating systems simultaneously on one workstation, providing a safety net to maintain compatibility with legacy applications while you migrate to a new operating system. It also saves reconfiguration time, so your support, development, and training staff can work more efficiently.
(more)
Virtual PC 2007 (will be available shortly)

Jalasoft has release their first public beta of Xian IO for Operations Manager 2007 which adds a whole new dimension to monitorinig network devices with OpsMgr. Check it out:
We wanted to thank you for subscribing to our Xian Io mail alert and for expressing your interest in being part of our beta test program. We are delighted to announce that our Xian Io beta for Ops Mgr. 07 is public as of today! You may download your evaluation version from the link below:
http://www.jalasoft.com/jalasoftweb/jsp/products/xianio
This version will allow you to monitor up to 10 network devices and is valid for a period of 50 days. In addition, we strongly suggest that you review our release notes (below) before installing Xian Io in your environment.
http://download.jalasoft.com/pub/products/xian/install/XianIo/ReleaseNotes.zip
Please note that we will do our best to answer your tech support questions in a timely and efficient manner; however, it might take slightly longer than our usual standard to receive an answer. For technical questions, refer to our tech support department at
betaprogram@jalasoft.com. For Xian Io general product questions, feel free to contact your sales representative.
Check out our
previous article for more information.

If you try to set the current directory of a command prompt, you get the error message "CMD does not support UNC paths as current directories." What's going on here?
It's MS-DOS backwards compatibility.
If the current directory were a
UNC, there wouldn't be anything to return to MS-DOS programs when they call function 19h (Get current drive). That function has no way to return an error code, so you have to return a drive letter. UNCs don't have a drive letter.
You can work around this behavior by using the pushd command to create a temporary drive letter for the UNC. Instead of passing script.cmd to the CreateProcess function as the lpCommandLine, you can pass cmd.exe /c pushd \\server\share && script.cmd.

The guys from the Filing Cabinet, a blog about file services and storage features in
Windows Server,
Windows XP, and
Windows Vista have made a File Backup in Windows Vista FAQ which answers most of your questions about file backup in Windows Vista.
Visit the File Backup in Windows Vista FAQ

Push email has always been a matter of pride for the road warriors. Having email delivered to your mobile device the instant it lands on your mail server - that's like ultimate nirvana! RIM had the first popular commercial implementation with their BlackBerry enterprise server and BlackBerry devices.
Windows Mobile introduced it with WM5
MSFP (Messaging and Security Feature Pack) which works with
Exchange 2003 SP2 and (now)
Exchange 2007. Steve Jobs announced push email using Yahoo for the iPhone which was probably the first announcement of push-email for non-enterprise (and free) email provider.
Well, with
Windows Live Hotmail and
WM6, we have push email support for free! And it works pretty darn well.(
continue at source)

A challenge for customers in
OSD feature pack was having the correct drivers available for the hardware being imaged - both during the Windows PE phase and after the image was deployed and the new operating system booted. Further, customers were limited to only being able import NIC and Mass Storage device drivers. With
SCCM 2007 the process gets much easier. Now, there is a 'drivers' node in the console that allow drivers of all sorts to be imported - resulting in a driver catalog. These drivers may be arranged into driver packages and easily imported into the
Windows PE images being used or used with an image being deployed - which is where we see the power of the driver catalog.
During the Windows PE phase of image deployment - and right before booting into the new OS, a step in the task sequence requests driver matching from the driver catalog. The hardware where the image is being deployed is scanned and a summary of devices sent to the management point - the management point then queries the driver catalog (the drivers imported previously) to see if we have matching driver(s) for the hardware. If so, the driver is returned to the task sequence and loaded into the image so it is available immediately when the system reboots.

Restartable
Active Directory, it is one of the new cool features of Active Directory Services in Windows
Longhorn Server. With Beta 3 due mid March (but only to a closed group) and the final release due for the final quarter of 2007 this is one feature that administrators have been waiting for.
Restartable Active Directory
* Restart Active Directory without rebooting
* Can be done through command line and MMC
* Can’t boot the DC to stopped mode of Active Directory
* No effect on non-related services while restarting Active Directory
* Several ways to process login under stopped mode
Benefits of Restartable Active Directory
* Reduces time for offline operations
* Improves availability for other services on DC when Active Directory is stopped
* Reduces overall DC servicing requirements with Server Core

Ed Holloway writes on his blog:
This is more a personal reference than anything, but hopefully someone else will find it useful too. In Vista you can navigate to many of the system folders, such as the "Send To" folder by typing shell: (eg shell:sendto) in the Start/Search(aka Run) text box (See screen shot). This sure beats typing C:\Users\[UserID]\AppData\Roaming\Microsoft\Windows\SendTo\ to do the same thing. For a complete list go to the source link.

Julian,
who has a blog on Technet, writes about a procedure that a Microsoft GTSC employee wrote on configuring Exchange 2007 Continuous Clustering Replication in a virtual environment:
Setting up the Virtual Machines
• Install two Windows 2003 Member Servers into your domain. In my environment I called them:
E2007 CCR Node1
E2007 CCR Node2
• You might want to think about giving them 256Mb of memory as my cluster “struggled” with 128Mb.
• In Virtual Server manager create a new Virtual network from the menu on left hand side … name it something like E2007 Private Cluster network
• In Virtual Server manager edit the configuration of E2007 CCR Node1 and E2007 CCR Node2 and add a new Virtual network adapter to each, connecting it to your new virtual network (E2007 Private Cluster network)
• Start the Virtual Servers and from “Control Panel > Network Connections” create a new network connection on each (call it private and rename the first network connection to public)
• Assign a static IP address to the private networks on E2007 CCR Node1 and E2007 CCR Node2 (see my examples below)
E2007 CCR Node1 192.168.1.1
E2007 CCR Node2 192.168.1.2
• From “Control Panel > Network connections go to advanced menu > advance settings and ensure Public network appears above Private in the connections list
• On your DC create a new domain user called ClusSVC
(more)
Ian Blyth writes: There are some short videos showing some parts of System Center Operations Manager 2007. This is a good way to get a quick look at the new application without having to install RC2. Tom Keane, Lead Program Manager, does an overview of the new Operations Console. 3:30 minutes.
Using the Operations Console
Presenters: Tom Keane, Microsoft
The Using the Operations Console video provides an overview of each of the nodes in the Operations Manager console including the Monitoring, Authoring, Administration, Reporting and My Workspace nodes.
Tom also shows creating a monitor for the Telnet service. This is good as it shows how to create a rule (like MOM 2005) and also how to create a monitor for a service direct from the console without need a Resource Kit tool like MOM 2005. 3:30 minutes.
(more)

When you're using the email notification feature in System Center Operations Manager 2007, which allows you to configure an email recipient to receive email messages for certain types of alerts (can be set at a very granular level), you might have noticed that there is a link at the bottom of the message. However, out of the box it displays an incomplete string:

I have submitted a bug for RC2 for this to the Operations Manager product team, but Omar Kouatly kindly responded that it is "by design". The RTM documentation will actually tell you that you have to manually correct this. While this is not yet available, I have assembled the steps; go to the Administration pane, select Settings and double-click Notification. In the Email tab, scroll down in the "e-mail message" box and prepend your webconsole URL. Here is a sample:
Alert view link: http://mgmtserver.corp.local:51908/$Target/Property[Type="Notification!Microsoft.SystemCenter.AlertNotificationSubscriptionServer"]/WebConsoleUrl$?DisplayMode=Pivot&AlertID=$Data/Context/DataItem/AlertId$
Please replace
mgmtserver.corp.local with your own FQDN. View
this screenshot, that I made, to see it graphically. Hope this helps!

One of the most exciting aspects of Windows Home Server, to me, is the ability to have access to your files at home from almost any remote location. I do a lot of traveling and also a lot of forgetting of files I find myself needing when I'm on the road. Windows Home Server fixes this problem and does a fantastic job fixing it at that.

What surprised me the most about the remote aspect of Windows Home Server was ultimately how easy it was for me to set it up. Now I believe the Windows Home Server is looking to make this process even better in later releases. But all I had to do was go into my wireless router and configure HTTP and HTTPS access (incoming) to go to the internal IP Address of my Windows Home Server.
(more)

Home Server:
Welcome |
Shared Folders |
Computers

After you install Ops Manager 2007 RC2 you might experience an issue with recording a browser session through IE (for HTTP/HTTPS monitoring). The buttons are just grayed out:

This is an issue with some time zone settings (east of GMT) in RC2. Set them to Pacific time or anything west of GMT and the recorder launches properly. This problem should be fixed by RTM timeframe. A really cool feature in the new HTTP request monitoring is that you can use all sorts of authentication (Integrated, Basic, etc) by providing RunAs accounts in Operations Manager 2007 to run those test sequences. Besides, you can now monitor SSL sites which was near impossible with the Websites and Services management pack in MOM 2005.
Jim McBee writes: "I came across this on Josh Maher's blog. Danilo Bordini of Microsoft Brasil has posted some early plans for Exchange 2007 Service Pack 1. Keep in mind that these are "plans" and may not reflect reality. The availability is "sometime after Longhorn" releases. So, don't hold your breath. Here are some high-points, at least based on what I could read and get translated from Portuguese."
S/MIME controls for Outlook Web Access
Personal distribution lists via OWA
Outlook Web Access monthly calendar view
Custom fields visible in the OWA address book
Rules wizard for OWA
Move-Mailbox cmdlet will import/export from a PST file!
Bulk mailbox operations (I'm assuming this means creation)
Public folder management from GUI
POP3/IMAP4 configuration management from GUI
IPv6 support
Support for Longhorn server
Standby continuous replication (SCR)
Log shipping on private networks
Information Rights Management (WRMS integration was pulled from E2K7 right before RTM)
Improvements in geographic CCR clusters
Improved VOIP security
More as it comes publicly available.