To copy the IAS configuration to another server

To copy the IAS configuration to another server
Open Command Prompt.

At the command prompt, type netsh aaaa show config >path\file.txt.
This stores configuration settings (including registry settings) in a text file. The path can be relative or absolute, or it can be a UNC path.

Copy the file you created to the destination computer.

At a command prompt on the destination computer, type netsh exec path\file.txt.
A message appears indicating whether the update was successful

Error message when you create the trusted side of a trust between Windows Server 2003-based domains: "The parameter is incorrect"

http://support.microsoft.com/kb/930218

If the names of two domains collide, you can rename one of the domains. If the SIDs of the domains are duplicate, you have to remove one of the domains. Typically, this situation occurs when one of the following scenarios exists:

  • One domain was cloned from the other domain.
  • Before a computer became the first domain controller in either of the two domains, you clone this computer without using the SYSPREP tool.

Alternatively, you can migrate one of the domains to a new domain. However, you cannot migrate a domain to a new SID by using the sIDHistory property. Even if you successfully create a trust after you migrate one of the domain SIDs, you still have duplicate SIDs in user access tokens. Then, users who have duplicate SIDs can access resources that they should be unable to access.

DHCP server default permission settings in the registry

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip “Local service” Full, Read (add this permission)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BFE “NT Service\BFE” Full, Read (add this permission)HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS “NT Service\Trustedinstaller” Full, Read (add this permission)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc “NT Service\NlaSvc” Full, Read (add this permission)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Epoch “NT Service\MpsSvc” Query, Set Value (add this permission)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy “NT Service\MpsSvc” Full, Read (add this permission)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Defaults\FirewallPolicy “NT Service\MpsSvc” Full, Read (add this permission)

server manager encountered an unexpected error while collecting data about the stutus of HRESULT:0x80070543

server manager encountered an unexpected error while collecting data about the stutus of this computer
HRESULT:0x80070543

Problem:
The server-wide COM security settings have been changed to have a “Default Authentication Level” of ‘None.’

Solution:

1. Using elevated permissions, run Dcomcnfg.exe

2. In the “Component Services” window, navigate to ComponentServices->Computers->My Computer.

3. Right-click on “My Computer” and select [Properties] from the context menu.

4. In the “My Computer Properties” dialog, select the [Default Properties] tab.

5. Change the “Default Authentication Level” drop to ‘Connect’; if it is set to None.

7. Change the “Default Impersonation Level” to Identify; if it is set to something else.

8. Press the OK button in the “My Computer Properties” dialog.

IIS Feature Requirement Warning Message on SQL Server 2005 Setup

IIS Feature Requirement Warning Message on SQL Server 2005 Setup

Warning message on the System Configuration Check during SQL Server 2005 Setup
If you receive a warning message for the IIS Feature Requirement item on the System Configuration Check page during the SQL Server 2005 installation on Windows Vista/Windows Server Longhorn, chances are you did not install all the IIS 7 role services that SQL Server depends on. Here is the list of IIS 7 role services that need to be installed:

Static Content
Default Document
HTTP Redirection
Directory Browsing
ASP.Net
ISAPI Extension
ISAPI Filters
Windows Authentication (Not available on Windows Vista Basic/Premium)
IIS Metabase
IIS 6 WMI

How to troubleshoot Volume Activation error codes on Windows Server 2008 and Windows Vista-based computers

Doing the following activates it using the MAK key:

1) Open a cmd shell as Administrator.
2) Type the following (but use your key instead of all the X’s)

slmgr -ipk serial
3) The prompt will return right away, but there is a licensing task that it started (if you look in Task Manager you can find a task SLsvc using up cpu, I assume this is where the licensing is going on).
4) After a while a dialog will pop up saying that it has been activated.