To list the policies in a Windows NT policy file:
gpolmig c:\temp\ntconfig.pol /list
To list the current Group Policy objects open for import on this computer:
gpolmig c:\temp\ntconfig.pol /listgpo
To migrate computer policy to a Group Policy object:
gpolmig c:\temp\ntconfig.pol /migrate computer mymachine {00000000-0000-0000-0000-000000000000}Machine
To migrate user policy to a Group Policy object:
gpolmig c:\temp\ntconfig.pol /migrate user user1 {00000000-0000-0000-0000-000000000000}User
Note
View the properties of the Group Policy object to determine the GUID placeholder.