Hi All, I'm using below commands in custom xml file. but not working, any help. My goal is to restore the signatures of user profile in outlook using USMT 10
<?xml version="1.0" encoding="UTF-8"?> <migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/test"> <component type="Documents" context="System"> <displayName>Component to migrate Outlook Signatures and Nickname Cache and psts</displayName> <role role="Data"> <rules> <include> <objectSet> <pattern type="File">%appdata%\Microsoft\signatures\* [*]</pattern> </objectSet> </include> </rules> </role> </component> </migration>

