Guillermo

Wednesday, August 16, 2006

MS: Unattended Install

Unattended install .NET Framework v1.1/v2.0 (this appy to .NET Framework Language Pack too)

dotnetfx.exe /q:a /c:"install.exe /qb /l"

Unattended install .NET Framework v1.1 SP1

NDP1.1sp1-KB867460-X86.exe /q

Unattended install Windows Media v9.0

MPSetup.exe /q

Unattended install Windows Media v10.0

MP10Setup.exe /q


Unattended install DirectX 9.0c

Download DirectX 9.0c Redistributable, extract the file (using WinRAR for example) and then

DXSETUP.EXE /silent

Thursday, August 10, 2006

MS: Disable Windows XP SP2 Firewall using GPO

To disable Windows XP SP2 Firewall using GPO you will need to modify these settings:

Computer Configuration\Administrative Templates\Network\Network Connections\Windows Firewall\Domain Profile\

Computer Configuration\Administrative Templates\Network\Network Connections\Windows Firewall\Standard Profile\

Windows Firewall: Protect all network connections = Disabled

Wednesday, August 09, 2006

MS: Print Migrator

Print Migrator is a utility, which automates the backup and restore of print configuration data on print servers running Microsoft Windows NT 4, Microsoft Window 2000 and Microsoft Windows Server 2003. Print Migrator 3.1 continues full support for print servers running Microsoft Cluster Services; support for migration between different version of Windows (for example, Windows NT 4 to Windows Server 2003); and support for conversion of line printer remote (LPR) ports to the Standard TCP/IP Port Monitor on Windows 2000, Windows XP, and Windows Server 2003. This paper is designed for systems integrators, administrators, and architects who are planning, deploying, or managing Windows Print Servers.

You can download from here

Sometimes you will get this error:

"WARNING: Kernel Mode drivers (version 2) are blocked on the target machine. Disable Kernel Mode driver blocking and re-run Printer Migrator"

To fix that error:


1) Open Run and type gpedit.msc
2) Open Computer Configuration, Administrative Templates, Printer.
3) On the Right click on the policy labeled "Disallow installation of printers using kernel mode drivers"
4) Set it to disabled.

You may have to reboot, but you should now be able to install Kernel Mode Drivers.

MS: Move DHCP Database

How to move a DHCP database from a computer that is running Windows NT Server 4.0, Windows 2000, or Windows Server 2003 to a computer that is running Windows Server 2003
http://support.microsoft.com/kb/325473

How to move a DHCP database from one server to another in Windows NT 4.0 and in Windows 2000
http://support.microsoft.com/kb/130642

Tuesday, August 08, 2006

MS: How to use netsh to configure TCP/IP settings from the Command Prompt

In order to configure TCP/IP settings such as the IP address, Subnet Mask, Default Gateway, DNS and WINS addresses and many other options you can use Netsh.exe.

Netsh.exe is available on Windows 2000, Windows XP and Windows Server 2003.

With Netsh.exe, you can configure the IP address and other TCP/IP related settings. For example:

The following command configures the interface named Local Area Connection with the static IP address 192.168.0.100, the subnet mask of 255.255.255.0, and a default gateway of 192.168.0.1:

netsh interface ip set address name="Local Area Connection" static 192.168.0.100 255.255.255.0 192.168.0.1 1

Netsh.exe can also be used to configure your NIC to automatically obtain an IP address from a DHCP server:

netsh interface ip set address "Local Area Connection" dhcp

You can configure your NIC to dynamically obtain it's DNS settings:

netsh interface ip set dns "Local Area Connection" dhcp

You can configure DNS addresses from the Command Prompt:

netsh interface ip set dns "Local Area Connection" static 192.168.0.200

You can add extra DNS servers using:

netsh interface ip add dns "Local Area Connection" 192.168.0.210

You can configure your NIC to dynamically obtain it's WINS settings:

netsh interface ip set wins "Local Area Connection" dhcp

You can configure WINS addresses from the Command Prompt :

netsh interface ip set wins "Local Area Connection" static 192.168.0.200

If you want you can add extra WINS servers using:

netsh interface ip add wins "Local Area Connection" 192.168.0.210

Example Script to setup a computer:

netsh interface ip set address name="Local Area Connection" static 10.150.0.125 255.255.0.0 10.150.0.254 1
netsh interface ip set dns "Local Area Connection" static 10.150.0.10
netsh interface ip add dns "Local Area Connection" 10.150.0.11
netsh interface ip add dns "Local Area Connection" 10.150.0.12
netsh interface ip set wins "Local Area Connection" static 10.150.0.10
netsh interface ip add wins "Local Area Connection" 10.150.0.11
netsh interface ip add wins "Local Area Connection" 10.150.0.12

MS: Troubleshooting an Exchange Server 2000 / 2003 computer with antivirus software installed

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

Wednesday, August 02, 2006

MS: The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer

Error message when you run the Active Directory Installation Wizard: "The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer" in Windows 2003 R2
http://support.microsoft.com/?kbid=917385

Tuesday, August 01, 2006

MS: Windows 2003 Migration

Actually I'm working in Avanade in a large migration from Windows NT, Novell and Unix systems to Windows 2003/Exchange 2003.

Windows NT to Windows 2003

How to configure the Active Directory Migration Tool to migrate user passwords from a Windows NT 4.0 domain to a Windows Server 2003 domain
http://support.microsoft.com/kb/832221/en-us

How to use Active Directory Migration Tool version 2 to migrate from Windows 2000 to Windows Server 2003
http://support.microsoft.com/kb/326480

Windows NT Server 4.0 Upgrade Guide Windows NT Server 4.0 Upgrade Guide
http://www.microsoft.com/windowsserver2003/partners/isvs/ntmigrate.mspx

Migrating from Windows NT Server 4.0 to Windows Server 2003
http://www.microsoft.com/downloads/details.aspx?FamilyID=e92cf6a0-76f0-4e25-8de0-19544062a6e6&DisplayLang=en

Tools and Documentation for Upgrading to Windows Server 2003
http://www.microsoft.com/windowsserver2003/upgrading/nt4/tooldocs



MS: Transfer roles to a Windows Domain Controller

Using Ntdsutil.exe to transfer or seize FSMO roles to a domain controller
http://support.microsoft.com/kb/255504/en-us

How to view and transfer FSMO roles in Windows Server 2003 / 2008
http://support.microsoft.com/kb/324801

Monday, July 31, 2006

CERTIFICATION: Microsoft Test 70-292 passed!

Today I passed the Microsoft Test 70-292: Managing and Maintaining a Microsoft Windows Server 2003 Environment for an MCSA Certified on Windows 2000. I got today the Microsoft Certified Systems Administrator (MCSA) en Microsoft Windows 2003 certification.

Exam Statistics:

10 Citrix Exams
04 Citrix Certifications
18 Microsoft Exams
08 Microsoft Certifications

http://www.musumeci.com.ar/Web_English/certificaciones_eng.htm

Wednesday, June 21, 2006

New Job!

I am very excited to announce that I accepted an offer to work for Avanade (www.avanade.com) as System Engineer in Madrid. Avanade is the leading technology integrator specializing in the Microsoft enterprise platform. I think the job is going to be very exciting.

Tuesday, June 20, 2006

BETA: Microsoft Windows 2003 SP2 Build 2721

Microsoft releases today the pre-beta version of the SP2 for Windows 2003 (x86, x64 and Itanium) and Windows XP 64 bits.

Monday, June 12, 2006

MS: Exchange Server '12' requires Microsoft Management Console 3.0

One issue that seems to come up frequently for those of you that have tried installing Exchange 12 CTP build (Exchange 2007 Beta 1) is the following error at Setup:

"Exchange Server '12' requires Microsoft Management Console 3.0."

This happens even though the final (RTM), released version of MMC is installed on the system.

The problem here is that the CTP build of Exchange 12 setup actually needs a "RC1 refresh" build of MMC 3.0, and as this build is not found - the setup fails with the above error. E12 is looking for a registry key that is not there on the machine that has RTM version of MMC 3.0 installed. This issue is going to be fixed in later builds of Exchange 12 and will definitely not be there in final release version.

You can resolve this problem in 2 different ways:

1. Download and install the RC1 refresh MMC release, see
Microsoft Management Console 3.0 Pre-Release (RC1 Refresh).

2. If you would like to run the RTM version instead (as you already installed it) create the following empty registry key:

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MMC30Core

Thanks to Nino Bilic @ Microsoft Exchange Team Blog (
http://msexchangeteam.com)

Thursday, June 08, 2006

MS: Microsoft Solution Accelerator for Business Desktop Deployment

The Microsoft Solution Accelerator for Business Desktop Deployment (BDD) delivers end-to-end guidance for efficient planning, building, testing, and deploying Microsoft Windows XP Professional x64 edition, Windows XP Tablet PC Edition, and Office Professional 2003 Editions. It helps IT professionals realize a quick return on investment while also setting new standards for reliability, performance, security, and ease of use.

http://www.microsoft.com/technet/desktopdeployment/bddoverview.mspx

CTX: Configuring and Securing Citrix Shadowing

Shadowing is a valuable tool released with Citrix Presentation Server, however, taking time to implement and delegate this ability to support personnel often falls to the bottom of the priority list. Enabling your first responders with the shadowing ability, and a basic understanding of Citrix, will help them to identify the source of a problem and thus decrease the amount of escalated calls. This article will go over the different methods of configuring shadowing (including order of precedence), shadowing utilities, shadow logging, and to conclude, a summary of best practices.

http://www.brianmadden.com/content/content.asp?id=583

CTX: A Listing of Free Tools for Citrix and Terminal Server Environments

There are a lot of great FREE tools and utilities out there that can really help in Citrix and Terminal Server deployments.
http://www.brianmadden.com/content/content.asp?ID=466

CTX: Unlicensed server error

http://support.citrix.com/article/CTX104959

CTX: Troubleshooting and Explaining Citrix ICA Shadowing

http://support.citrix.com/article/CTX040083

Reliability Survey: Windows Servers Beat Linux Boxes

Windows 2003 Server is a more reliable server operating system than Linux, a research firm said Monday.

According to the Yankee Group's annual server reliability survey, only Unix-based operating systems such as HP-UX and Sun Solaris 10 beat Windows on uptime. Windows 2003 Server, in fact, led the popular Red Hat Enterprise Linux with nearly 20 percent more annual uptime.

On a broader note, said Yankee analyst Laura DiDio, the major server operating systems all have a "high degree of reliability," and have showed marked improvement in the last 3 to 5 years.

On average, individual enterprise Windows, Linux, and Unix servers experienced 3 to 5 failures per server per year in 2005, generating 10 to 19.5 hours of annual downtime for each server.

But standard Red Hat Enterprise Linux, and Linux distributions from "niche" open source vendors, are offline more and longer than either Windows or Unix competitors, the survey said. The reason: the scarcity of Linux and open source documentation.

The Yankee Group made a point of stressing that the survey was not sponsored or supported by any server OS maker.