I have used CreateXMLFromEnvironment.wsf and CreateMigrationTable.wsf to build xml files to copy the environment from one 2008 R2 single domain forest to another 2008 R2 single domain forest. I want to export the users too, so I used the /IncludeAllGroups and /IncludeUsers switches.
I copied the resulting xml files to the new domain and modified the migtable xml file with Migration table Editor (mtedit.exe) to reflect the new domain name in the two UNC Paths for UserName and scripts at the end of the table.
I then ran CreateEnvironmentFromXML.wsf (cscript). The script started, confirmed the domain, forest and DC OK, but then reported that I have 176 user objects defined that do not specify a password to use, and I must provide a password to use on any accounts that do not have one specified in the XML.
How do I provide passwords in this case?