[There's a reason that Yoda is the unofficial mascot of SBS.  Size indeed matters not.] Topics from the Platform group -- Managed newsgroups - THE OFFICIAL BLOG OF THE SBS "DIVA"
Fri, Feb 13 2009 21:11 bradley

Topics from the Platform group -- Managed newsgroups

Once a month in the managed newsgroups these recap posts are posted.  I love them.

And if you are Microsoft partner and don't know what I'm talking about when I say "managed newsgroups" ...shame on you for not using a great resource!

Partner Online Technical Support Communities Newsgroups:
https://partner.microsoft.com/US/40014662

In this Issue:

TOP SUPPORT ISSUES
NEW & UPDATED KB ARTICLES
NEW & TOP DOWNLOADS
NEW WEBCASTS

TOP SUPPORT ISSUES
===============
The following “hot topics” were posted and resolved during the month of
January:

Issue #1
--------------
Subject:
=====
After you imported DNS management pack, you might receive alerts on SCOM2007
server about  “DNS 2003 external resolution”.  For example,


Date and Time: 30/12/2008 9.31.11
      Property Name Property Value
      SuccessCount 0
      NonAuthoritativeCount 0
      FailureCount 2
      BestHost
      BestServer
      BestTime 0
      WorstHost
      WorstServer
      WorstTime 0
      FailingPairs 172.16.253.202,www.microsoft.com.
fe80::2836:56d:c0a1:5f01,www.microsoft.com.


Cause:
=====
This issue occurs because DNS management pack actually uses this command to
verify name resolution: nslookup.exe -querytype=ns www.microsoft.com
172.16.253.202.

Usually, this query will return referrals to other DNS servers, instead of
returning the NS record for www.microsoft.com. So the DNS management pack
considers it as a failure. And the monitor is triggering alerts. For
example:

C:\Documents and Settings\Administrator>nslookup -querytype=ns
www.microsoft.com 172.16.253.202
*** Can't find server name for address 172.16.253.202: Non-existent domain
Server: UnKnown
Address: 172.16.253.202

Non-authoritative answer:
www.microsoft.com canonical name = toggle.www.ms.akadns.net
toggle.www.ms.akadns.net canonical name = g.www.ms.akadns.net
g.www.ms.akadns.net canonical name = lb1.www.ms.akadns.net


Resolution:
======

Method 1: disable this monitor:
=====
DNS 2003 external resolution monitor (query type is NS record)


Method 2: Override the monitor:
======
1. click monitors in authoring pane, search for "DNS 2003 external
resolution monitor"
2. right click it and click overrides -> override this monitor ->  for all
objects of type DNS 2003 server.
3. Change the Host string from www.microsoft.com to another ns record.

How to Override a Monitor
http://technet.microsoft.com/en-us/library/bb309455.aspx
 
Issue #2
--------------

Problem:
=================
The "Send as" permission configured on user account "Bill" for BESadmin will
be automatically removed after 20-30 minutes, thus Blackberry can no longer
send messages.

Analysis:
=================
Active Directory uses a protection mechanism to make sure that ACLs are set
correctly for members of sensitive groups.

This protects these administrative accounts from being modified by
unauthorized users if the accounts are moved to a container or
organizational unit in which a user has been delegated administrative
privilege for the modification of user accounts.

Every hour, the PDC emulator compares the ACL on the user accounts present
for its domain in Active Directory that are in administrative groups against
the ACL on the following object:
CN=AdminSDHolder,CN=System,DC=MyDomain,DC=Com

Solution:
=================
Remove the user account from “Domain Admins” group.


Issue #3
--------------
Subject:
=====

After restore a VHD copy from backup, the Virtual Machine cannot access
domain

Cause:
=====

The Virtual Machine's computer account password is expired.

Resolution:
======

Reset the Secure channel between the Virtual Machine and domain controller.

Resetting computer accounts in Windows 2000 and Windows XP
http://support.microsoft.com/kb/216393/EN-US/

Typical Symptoms when secure channel is broken
http://blogs.technet.com/asiasupp/archive/2007/01/18/typical-symptoms-when-secure-channel-is-broken.aspx
---------------------------------------


Issue #4
--------------

Subject:
=====
Customer found the Virtual Machine still listed on the Hyper-V server after
the disk(storing the VHD file) is formatted.


Cause:
=====
The Virtual Machine's configuration file still exists in the following
directory:
C:\ProgramData\Microsoft\Windows\Hyper-V\Virtual Machines

Resolution:
======
Remove the configuration file from the following directory and restart the
VMMS service
C:\ProgramData\Microsoft\Windows\Hyper-V\Virtual Machines
-----------------------------


Issue #5
--------------

Subject:
=====
Unable to import Virtual Machine from one Hyper-V server to anther Hyper-V
server

Cause:
=====

The config.xml is not set correct.

Resolution:
======

Correct the config.xml settings

Assume the export configuration folder is x:\tem\SBS-COMPLAB08. Then you
copy these two VHD files to X:\eos\VM. So the steps to import is:

1. Create additional folders, you need to create the following two
additional folders

x:\tem\SBS-COMPLAB08\Snapshots
x:\tem\SBS-COMPLAB08\Virtual Hard Disks

So the exported Virtual Machine's folder structure should like below:

x:\tem\SBS-COMPLAB08\Snapshots
x:\tem\SBS-COMPLAB08\Virtual Hard Disks
x:\tem\SBS-COMPLAB08\Virtual Machines
x:\tem\SBS-COMPLAB08\config.xml

2. Then you copy the disk1 and disk2 VHD file to the following location:

X:\eos\VM\

3. So the correct config.xml file should like below:

--------------
  <?xml version="1.0" encoding="UTF-16" standalone="yes" ?>
- < configuration>
  < SnapShotDataRoot type="string"></SnapShotDataRoot>
  < ExternalDataRoot type="string"></ExternalDataRoot>
- < vhd>
  < source type="string"> X:\eos\VM\disk1.VHD</source>
 < target type="string"> x:\tem\SBS-COMPLAB08\Virtual Hard
Disks\disk1.VHD</target>
  </vhd>

< vhd>
  < source type="string"> X:\eos\VM\disk2.VHD</source>
 <target type="string"> x:\tem\SBS-COMPLAB08\Virtual Hard
Disks\disk2.VHD</target>
  </vhd>
  < VmStateCopied type="bool">True</VmStateCopied>
  </configuration>
----------------

4. Save the config.xml file and them do the import again on the new Hyper-V
server.

Issue #6
--------------

Subject:
=====
dcdiag results

Cause:
=====
Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
      Replicating Directory Changes In Filtered Set
   access rights for the naming context:
   DC=ForestDnsZones,DC=petty,DC=com
   Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
      Replicating Directory Changes In Filtered Set
   access rights for the naming context:
   DC=DomainDnsZones,DC=petty,DC=com” appeared when you run dcdiag in win
2008

This issue occurs because there is no Replicating Directory Changes All
permission in a Windows 2003 Server Active Directory directory service
domain. When you run the Windows Server 2008 version of Dcdiag.exe in any
Active Directory domain mode, all four permissions settings are checked.
When there are no Windows Server 2008-based domain controllers in the
domain, the Replicating Directory Changes All permission does not exist, and
Dcdiag.exe reports the error message that is described in the "Symptoms"
section of this article.

Resolution:
======
You can safely ignore this error message. However, to resolve this issue,
use any one of the following methods.

Method 1
Run the Windows Server 2008 version of Dcdiag.exe with the /v switch when a
domain does not contain any Windows Server 2008 domain controllers.
Method 2
Run the Windows 2003 Server version of Dcdiag.exe when a domain does not
contain any Windows Server 2008 domain controllers.


Issue #7
--------------

Subject:
=====
GPO Filtering: Denied (Security)
Cause:
=====
The requirement that need configure a group policy which only allow specific
two users apply on just this computer
Resolution:
======

To accomplish this requirement, we should configure the policy as the
following:

1. Create a new OU, here we called new
2. Move this specific computer object into this new OU
3. Link and edit a group policy to this new OU
4. Enable the loopback policy processing on this new GPO and configure the
proper user setting for the specific 2 users on this GPO
5. add these two users and computer object to security filtering and delete
authenticated uses.

NOTE: to add computer object to security filtering, you should click
 “add”—“object types” check “computers”—“OK” then add the computer
object

Issue #8
--------------
Subject:
==========
about catastrofic failure

Issue:
==========
Cannot save the configuration change of the ISA server in array with the
error message "Catastrofic failure" returned.

Resolution:
===========
Correct or remove the protocol definition Exchange RPC server and the
related rule.

Issue #9
--------------
Subject:
=====
there are lots of dfssvc 14526 warning event and 14529 event on the PDC
where domain based DFS is hosted, but they are not appearing on the other
DC's of the same domain.

Cause:
=====
This problem occurs because the DFS service leaks private bytes when the DFS
service enumerates DFS roots.

Resolution:
======
Apply hotfix per KB 945050:
http://support.microsoft.com/kb/945050


Issue #10
--------------
The error "Remote Desktop cannot find the remote computer. Type the computer
name or IP address again" is received while trying to access RemoteApp. Also
this error will occur when you enter in the option Remote Desktop

Analysis:
=================
The behavior can occur if TS Web Server have no idea about TS Gateway server
name, even though TS Web and TS Gateway runs on same machine.

Solution:
=================
Edit value called DefaultTSGateway and set value to FQDN of TS Gateway
server in IIS Manager

Issue #11
--------------
The error "The following remoteapp program is not in the list of authorized
programs" is received while trying to run any application from TS Web Access

Case Analyze:
=================
This issue can be caused by the following factors:

-               Host (Terminal Servers) (A) records don't contain in local
DNS
-               If you are using TS Gateway and TS Farm, please make sure TS
Gateway points to the exact Terminal Server name, not the TS Farm name

Suggestions:
=================
- Double-check Host (A) records for the Terminal servers are in local DNS,
run the following commands on Terminal Server:

IPCONFIG /FLUSHDNS
IPCONFIG /REGISTERDNS

- Please check whether TS Gateway is using the exact Terminal Server name
(don't use TS Farm name)

RemoteAPP corresponding KB articles:
=================
An application does not start in a Windows Server 2008 Terminal Services
RemoteApp session
http://support.microsoft.com/default.aspx?scid=kb;EN-US;951048

You cannot create a terminal server session to a Windows Server 2008-based
computer by using an .rdp file that runs an initial program
http://support.microsoft.com/default.aspx?scid=kb;EN-US;946410


NEW & UPDATED KB ARTICLES
====================
You encounter storage adapter-related problems in Windows Vista and Windows
Server 2008
(961277) - Describes two storage adapter-related problems that you encounter
in Windows Vista and Windows Server 2008. Includes a resolution.
- 1/16/2009 - /default.aspx?scid=kb;en-us;961277

All USB devices on the same host controller are powered on and never return
to selective suspend mode when one of the USB devices is woken up on a
Windows Vista-based or Windows Server 2008-based computer
(961249) - Fixes a problem that occurs on a Windows Vista-based or Windows
Server 2008-based computer. When one of the USB devices on the same USB hub
is woken up, the other USB devices are also powered on and never returns to
selective suspend mode.
- 1/22/2009 - /default.aspx?scid=kb;en-us;961249

TPM (Trusted Platform Module) firmware updates may take longer when
installing on a Windows Vista or Windows Server 2008 based computer
(963704) - When installing TPM Firmware updates or updates that communicate
through a TPM driver, the update may take longer depending on the TPM driver
implementation. Details: Some TPM firmware updates send commands to the TPM
from the Windows operating system....
- 1/22/2009 - /default.aspx?scid=kb;en-us;963704

Event ID 5740 and event ID 5754 may be logged when the BizTalk SQL Adapter
is under heavy load on a Windows Server 2008-based multiprocessor computer
(961183) - Fixes a problem in which events may be logged in the Application
log when you are running BizTalk Server.
- 1/12/2009 - /default.aspx?scid=kb;en-us;961183

NPS servers in Windows Server 2008 systems cannot import configuration
settings that were exported from IAS servers in Windows Server 2003 systems
(955995) - Describes an issue in which NPS servers in Windows Server 2008
systems cannot import configuration settings that were exported from IAS
servers in Windows Server 2003 systems.
- 1/6/2009 - /default.aspx?scid=kb;en-us;955995

You cannot use the mouse or the keyboard to wake a Windows Vista-based or a
Windows Server 2008-based computer that has an integrated graphics processor
and a a graphics card
(959345) - Describes that you cannot wake a computer that is running Windows
Vista or Windows Server 2008 from Sleep mode if the computer has an AMD 780G
Chipset with ATI Radeon HD 3200 integrated Graphics and an ATI Radeon HD
2400 Series graphics card.
- 1/26/2009 - /default.aspx?scid=kb;en-us;959345

Stop error message when you run the Dynamic Partition Testing for a Hot
Replace test that is included in the Windows Logo Kit in Windows Vista or
Windows Server 2008: "Stop 0x0000000A"
(961324) - Describes a problem in which a Stop 0x0000000A error message when
you run the Dynamic Partition Testing for a Hot Replace test that is
included in the Windows Logo Kit in Windows Vista or Windows Server 2008.
- 1/16/2009 - /default.aspx?scid=kb;en-us;961324

LUN reset requests are not completed. and event ID 63 is logged on a Windows
Vista-based computer that uses iSCSI Initiator to connect to an iSCSI target
(958796) - Fixes a problem that occurs in Windows Vista when an LUN reset is
issued as part of a recovery action. More LUN reset requests are issued but
are never completed, and the iSCSI connection is eventually dropped and
reconnected. Event ID 63 is logged.
- 1/13/2009 - /default.aspx?scid=kb;en-us;958796

The USB audio driver may cause the computer to crash on a Windows Server
2008-based or Windows Vista-based computer that has a USB driver installed
(961317) - Fixes a problem in which you may experience delays or may be
unable to find USB devices in Windows Explorer.
- 1/20/2009 - /default.aspx?scid=kb;en-us;961317

A delay occurs when you try to reconnect to the network on a Windows Vista
Service Pack 1-based or Windows Server 2008-based computer that is a member
of a domain
(957933) - Fixes an issue in which a 12- to 14-second delay occurs when you
try to reconnect to a Windows Vista SP1-based or Windows Server 2008-based
computer that is a domain member.
- 1/13/2009 - /default.aspx?scid=kb;en-us;957933

Safe removal functionality is unavailable for an eSATA device that is
connected to a computer that is running Windows Vista SP1 or Windows Server
2008
(961078) - Fixes a problem that occurs when you connect an eSATA device to a
Windows Vista SP1-based computer. This problem disables the option to safely
remove the eSATA device.
- 1/19/2009 - /default.aspx?scid=kb;en-us;961078

The User Profile Service (ProfSvc) crashes in Windows Server 2008 or Windows
Vista SP1 systems when the service loads or unloads user profiles that
contain compressed files or folders
(959125) - Describes a problem in which the User Profile Service crashes in
Windows Server 2008 or Windows Vista SP1 systems when the service loads or
unloads user profiles that contain compressed files or folders.
- 1/22/2009 - /default.aspx?scid=kb;en-us;959125

Unexpected behavior occurs in the Windows Time service when you enable the
Windows Time Service Group Policy setting in Windows Server 2008 or in
Windows Vista Service Pack 1
(961027) - Describes a problem that occurs when you enable the Windows Time
Service Group Policy setting in Windows Server 2008 or in Windows Vista
Service Pack 1, and unexpected behavior occurs in the Windows Time service.
Includes a resolution and a workaround.
- 1/8/2009 - /default.aspx?scid=kb;en-us;961027

Windows Explorer may crash when you try to expand a parent folder in the
Windows Explorer navigation pane in Windows Vista or in Windows Server 2008
(961038) - Describes a problem in which the Navigation pane in Windows Vista
or in Windows Server 2008 expands the whole folder tree if the folder has
multiple nested folders. Windows Explorer may crash.
- 1/5/2009 - /default.aspx?scid=kb;en-us;961038

An application that uses Windows NT event log APIs cannot read the
description of an event log message from a computer that is running Windows
Vista or Windows Server 2008
(961099) - Fixes an issue in which an application that uses legacy Windows
NT event log APIs cannot read the description of an event log message from a
computer that is running Windows Vista or Windows Server 2008.
- 1/20/2009 - /default.aspx?scid=kb;en-us;961099

Image of the Shortcut (.url) on the desktop gets changed when using Remote
Desktop
(963682) - Consider the following scenario: • You log in to a Windows 2008
Server using Remote Desktop. • You are using a roaming profile. • Icons are
viewed as Large or Middle size icons (shortcut (.url)) on desktop. • You
have changed an Icon image to be...
- 1/22/2009 - /default.aspx?scid=kb;en-us;963682

MS09-001: Vulnerabilities in SMB could allow remote code execution
(958687) - Resolves vulnerabilities in the Microsoft Server Message Block
(SMB) protocol that could allow remote code execution on affected systems.
- 1/13/2009 - /default.aspx?scid=kb;en-us;958687

Virus alert about the Win32/Conficker.B worm
(962007) - Describes ways to detect and clean a system that has the
Win32/Conficker.B worm.
- 1/29/2009 - /default.aspx?scid=kb;en-us;962007

A Windows Vista-based or Windows Server 2008-based portable computer does
not resume correctly if you close the lid while the computer is asleep
(958685) - Fixes a problem that occurs if you close the lid while the
computer is asleep and then open the lid to resume the computer. You only
see a blank screen and a mouse pointer until you make other inputs such as
key strokes or mouse clicks.
- 1/7/2009 - /default.aspx?scid=kb;en-us;958685

Write protection does not always work on SD memory cards that are plugged
into a computer that runs Windows XP, Windows Vista, or Windows Server 2008
(959465) - Fixes a problem in which write protection on your SD memory card
does not always work.
- 1/28/2009 - /default.aspx?scid=kb;en-us;959465

Error message when a VPN client that is running Windows Vista or Windows
Server 2008 is remotely managed: "Computer \\ComputerName cannot be managed.
The network path was not found"
(961706) - Fixes an issue in which an error message is received when a VPN
client that is running Windows Vista or Windows Server 2008 is remotely
managed.
- 1/21/2009 - /default.aspx?scid=kb;en-us;961706

Description of updates to APIs that enable Windows-based applications to
retrieve historically accurate time stamps
(960417) - Describes updates to APIs that enable Windows-based applications
to retrieve historically accurate time stamps.
- 1/26/2009 - /default.aspx?scid=kb;en-us;960417

Windows Server 2008-based or Windows Vista Service Pack 1-based systems do
not generate a dump file if the system partition is a mirrored volume
(958933) - Describes a problem in which Windows Server 2008 or Windows Vista
SP1-based systems do not generate a dump file if the system partition is a
mirrored volume.
- 1/7/2009 - /default.aspx?scid=kb;en-us;958933

The Sound dialog box displays duplicate items or no items for an HDMI device
in Windows Vista or in Windows Server 2008
(959458) - Fixes a problem where you find duplicate items or no items for an
HDMI device that is plugged into a Windows Vista-based or Windows Server
2008-based computer. Occurs only in certain scenarios.
- 1/8/2009 - /default.aspx?scid=kb;en-us;959458

A long delay occurs when you try to open a network share by entering a path
in the Run box on a Windows Vista-based or Windows Server 2008-based
computer
(958970) - Fixes an issue in which a long delay occurs when you try to open
a network share by entering a path in the Run box on a Windows Vista-based
or Windows Server 2008-based computer.
- 1/7/2009 - /default.aspx?scid=kb;en-us;958970

Creating or starting a Hyper-V virtual machine on Windows Server 2008 or
Microsoft Hyper-V Server 2008 may fail with error: 0x800704C8
(961804) - You may experience one of the following issues on a Windows
Server 2008 system with the Hyper-V role installed or Microsoft Hyper-V
Server 2008: • When you attempt to create or start a virtual machine, you
receive one of the following errors: • The...
- 1/7/2009 - /default.aspx?scid=kb;en-us;961804

Detection and Deployment Guidance for Microsoft Security Updates
(961747) - Provides detection and deployment guidance for Microsoft Security
Updates.
- 1/15/2009 - /default.aspx?scid=kb;en-us;961747

Dynamic disks on SCSI controller fail to start automatically in Hyper-V
(961717) - Important This article contains information about how to modify
the registry. Make sure that you back up the registry before you modify it.
Make sure that you know how to restore the registry if a problem occurs. For
more information about how to back...
- 1/14/2009 - /default.aspx?scid=kb;en-us;961717

Connection to a Virtual Machine running in Hyper-V fails
(961723) - In Windows 2008, when you use VMConnect and Remote Desktop
Connection to connect a Hyper-V Guest, after you enter your logon
credentials, you may receive the following error: No authority could be
contacted for authentication. For assistance, contact...
- 1/5/2009 - /default.aspx?scid=kb;en-us;961723

The system becomes unresponsive after the primary MPIO path is disconnected
on a Windows Server 2008-based computer
(961570) - Fixes an unresponsiveness condition on Windows Server 2008-based
computers. Occurs when the computer is started from an iSCSI storage device
over MPIO paths, and the primary path is disconnected.
- 1/21/2009 - /default.aspx?scid=kb;en-us;961570

Error message when you try to unlock a Windows Vista-based or a Windows
Server 2008-based computer that has the Fast User Switching feature
disabled: "The password for this account has expired"
(958900) - Fixes an issue in which you receive an error message when you try
to unlock a Windows Vista-based or a Windows Server 2008-based computer that
has the Fast User Switching feature disabled.
- 1/21/2009 - /default.aspx?scid=kb;en-us;958900

The smart card personal identification number (PIN) dialog box does not
appear in the foreground of the desktop when you enroll a smart card
certificate in Windows Vista Service Pack 1 or Windows Server 2008
(959406) - Fixes an issue in which the smart card personal identification
number (PIN) dialog box does not appear in the foreground of the desktop
when you enroll a smart card certificate in Windows Vista Service Pack 1 or
Windows Server 2008.
- 1/6/2009 - /default.aspx?scid=kb;en-us;959406

Issues occur when you hot-plug or hot-unplug an external PCI Express
graphics device while a computer that is running Windows Vista or Windows
Server 2008 is asleep or hibernating
(958851) - Fixes some issues that may occur when you hot-plug a PCI Express
graphics card into a Windows Vista or Windows Server 2008-based computer.
- 1/14/2009 - /default.aspx?scid=kb;en-us;958851

Some unrecoverable hardware errors are not reported as expected on a
computer that runs a 32-bit version of Windows Vista or Windows Server 2008
(958860) - Fixes a problem in which 32-bit operating systems do not
initialize the bank 0 control register.
- 1/2/2009 - /default.aspx?scid=kb;en-us;958860

Error message when you try to browse a DFS namespace from DFS the Management
Tool: "An item with the same key has already been added"
(961652) - Describes an issue in which you cannot browse a DFS namespace
from DFS the Management Tool, error message "An item with the same key has
already been added", and event 14547 are generated. Provide a resolution to
resolve the issue.
- 1/22/2009 - /default.aspx?scid=kb;en-us;961652

A file sharing connection to a Windows Server 2008-based server drops
unexpectedly if the server has Symantec Antivirus installed
(961654) - Describes an issue in which a file sharing connection to a
Windows Server 2008-based server may drop unexpectedly if the server has
Symantec Antivirus installed. Provides a workaround and a resolution.
- 1/16/2009 - /default.aspx?scid=kb;en-us;961654

When you send a print job to an Internet Printer Protocol (IPP) print server
from a Windows-based computer, the print job fails and never restarts
(958910) - Fixes an issue in which a print job fails and never restarts when
you print to an Internet Printer Protocol (IPP) print server from a
Windows-based computer.
- 1/20/2009 - /default.aspx?scid=kb;en-us;958910

A hyperlink control that is used to open a file or an e-mail message fails
in an application that uses MSXML 6.0 on a Windows XP-based or Windows
Vista-based computer
(960380) - Fixes an issue in which a hyperlink control that is used to open
a file or a mail fails in an application that uses MSXML 6.0 on a Windows
XP-based or Windows Vista-based computer.
- 1/14/2009 - /default.aspx?scid=kb;en-us;960380

It takes a long time to log on to a Windows Vista-based computer that has
antivirus software installed, and you notice that the size of the
Setupapi.app.log file is very large
(958909) - Describes a problem in which it takes a long time to log on to a
Windows Vista-based computer that has some antivirus software installed. In
this situation, you may notice that the size of the Setupapi.app.log file is
larger than expected.
- 1/19/2009 - /default.aspx?scid=kb;en-us;958909

Windows Server 2008 systems may generate a truncated dump file if the system
supports Dynamic Hardware Partitioning (DHP) and if memory is hot added
(960658) - Fixes an issue in which Windows Server 2008 systems may generate
a truncated dump file instead of a complete dump file if the system supports
Dynamic Hardware Partitioning (DHP) and memory is hot added.
- 1/5/2009 - /default.aspx?scid=kb;en-us;960658

An update is available to update the Slovak koruna currency symbol (Sk) to
the Euro currency symbol (€) and to update the Turkish currency symbol from
Yeni Türk Lirası (YTL) to Türk Lirası (TL)
(960680) - Describes that an update is available to update the Slovak
currency symbol (Sk) to the Euro currency symbol (€) and to update the
Turkish currency symbol from Yeni Türk Lirası (YTL) to Türk Lirası (TL).
- 1/27/2009 - /default.aspx?scid=kb;en-us;960680

NEW & TOP DOWNLOADS
================
Windows Internet Explorer 8 Release Candidate 1 for Windows Vista and
Windows Server 2008.
http://www.microsoft.com/downloads/details.aspx?FamilyID=8e31391b-91b2-40c4-8643-7b70d1d5628b&DisplayLang=en

Windows Server 2008 R2 Beta
http://www.microsoft.com/downloads/details.aspx?FamilyID=85cfe4c9-34de-477c-b5ca-75edae3d57c5&DisplayLang=en
 
Windows Essential Business Server 2008 Standard Trial Software Download
http://www.microsoft.com/downloads/details.aspx?FamilyID=f0b4d51e-b850-4764-8ce2-62bf95b2b81f&DisplayLang=en


NEW WEBCASTS
==========
TechNet Webcast: How Microsoft IT Architects and Configures DFS Replication
(Level 300)
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032289011&EventCategory=3&culture=en-US&CountryCode=US

TechNet Webcast: Managing Multiple Active Directories: Mergers and
Acquisitions (Level 300)
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032271663&EventCategory=3&culture=en-US&CountryCode=US

TechNet Webcast: "The Network is Slow": Identifying the Cause of Slow
Network Communications (Level 200)
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032341239&culture=en-US

TechNet Webcast: Windows Server 2008 Active Directory Features and
Deployment (Level 300)
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032348671&culture=en-US

Filed under: