The Importgpo.wsf script that is provided with Group Policy Management Console does not import the changes in the migration table on a Windows Server 2003-based computer (911800)
The information in this article applies to:
- Microsoft Windows Server 2003, Enterprise Edition
- Microsoft Windows Server 2003, Standard Edition
- Microsoft Windows Server 2003, Datacenter Edition
SYMPTOMSWhen you use the Importgpo.wsf script that is provided with Group Policy Management Console (GPMC) on a Microsoft Windows Server 2003-based computer, the script does not import the changes that are defined in the migration table and that are called by the /MigrationTable: argument.
CAUSEThis problem occurs because of a coding error in line 162 of the Importgpo.wsf script.
RESOLUTIONTo resolve this problem, open the Importgpo.wsf script in a text editor such as Notepad and make the following change to line 162 of the script.
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. Existing code If GPMMigrationTable = vbNull Then Replacement code If IsNull(GPMMigrationTable) Then STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.REFERENCESFor more information about the Importgpo.wsf script, see the GPMC Help file (GPMC.chm). The GPMC Help file is located in the following folder on the drive where GPMC is installed: Program Files\GPMC\Scripts
Modification Type: | Major | Last Reviewed: | 1/23/2006 |
---|
Keywords: | kbwinservperf kbMgmtServices kbtshoot kbBug kbprb KB911800 kbAudITPRO |
---|
|