I am trying to import GPOs into a test domain and I need to rewrite IE's "Site to Zone Assignment List" under "Windows Components/Internet Explorer/Internet Control Panel/Security Page".
I have been using a migration table like this, but the translation has not occurred. The literal value in the backup is preceded by an "*.".
*.xyz.net
Whether I put the "*." in the file or not, the translation does not occur.
<?xml version="1.0" encoding="utf-16"?><MigrationTable xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.microsoft.com/GroupPolicy/GPOOperations/MigrationTable"><Mapping><Type>Unknown</Type><Source>xyz.net</Source><Destination>xyz.qa1</Destination></Mapping></MigrationTable>
Is there a way to achieve this "substring" replacement when importing?