Wednesday, January 14, 2009

moving printer shares with Print Migrator 3.1

I used Microsoft's Print Migrator 3.1 utility to move printer shares from a Windows 2000 Server domain controller to a 2003 DC.

I. Backup the printer shares

From the source server:

execute printmig.exe > click Actions > backup... > choose a location to save the .cab file

001

The Print Migrator utility does it's thing...

003

...and creates a .cab file which contains all the drivers, share names, etc. you will need to recreate these printer shares on another server. 

II. Restore the printer shares

Copy the above mentioned .cab file to a location on the target server and run the Print Migrator utility:

execute printmig.exe >

001

click Action > Restore... > browse to the .cab file >

002

Open >

003

...and if you're like me you'll get this error:

004

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

Select OK, then do this:

Start > Run > type gpedit.msc >

005

explore Computer Configuration > Administrative Templates > Printer > select Disallow installation of printers using kernel mode drivers >

006

select Properties > check Disabled >

007

OK >

008

...and restart the Print Migrator utility.

execute printmig.exe > click Action > Restore... > browse to the .cab file > Open

010

Make sure the printer shares have appeared on the target server.

011          

see also:

Friday, January 9, 2009

make a global catalog in Windows Server 2003

Here's the procedure for making a Windows Server 2003 domain controller a global catalog server.

Start > Programs > Administrative Tools > Active Directory Sites and Services >

double-click Sites > double-click your site name >

001

double-click Servers > click your domain controller > right-click NTDS Settings > Properties >

select the General tab > select the Global Catalog check box >

002

OK > restart this domain controller

see also: