Jump to content


Search the Community

Showing results for tags 'usmt custom folders xml'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Cloud
    • Azure
    • Microsoft Intune
    • Office 365
    • Windows 365
  • General Stuff
    • General Chat
    • Events
    • Site News
    • Official Forum Supporters
    • Windows News
    • Suggestion box
    • Jobs
  • MDT, SMS, SCCM, Current Branch &Technical Preview
    • How do I ?
    • Microsoft Deployment Toolkit (MDT)
    • SMS 2003
    • Configuration Manager 2007
    • Configuration Manager 2012
    • System Center Configuration Manager (Current Branch)
    • Packaging
    • scripting
    • Endpoint Protection
  • Windows Client
    • how do I ?
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Vista
    • Windows XP
    • windows screenshots
  • Windows Server
    • Windows Server General
    • Active Directory
    • Microsoft SQL Server
    • System Center Operations Manager
    • KMS
    • Windows Deployment Services
    • NAP
    • Failover Clustering
    • PKI
    • Hyper V
    • Exchange
    • IIS/apache/web server
    • System Center Data Protection Manager
    • System Center Service Manager
    • System Center App Controller
    • System Center Virtual Machine Manager
    • System Center Orchestrator
    • Lync
    • Application Virtualization
    • Sharepoint
    • WSUS

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests

Found 1 result

  1. Hi everybody I just encountered an issue while trying to capture and restore custom folders / data with USMT 4.0 in combination of a SCCM2012 state migration point. The capturing task works quite well, I suppose. At least all the settings I did and wanted to capture got captured and restored again from WinXP into Win7. Well, so far the success story ... Since I need to capture more data (Outlook signatures in this first case), I read the documentation on how to do this and created a custom XML-File: <migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/testmigration"> <component type="Documents" context="UserAndSystem"> <displayName>Copy Files from XP Folder A to Win7 Folder B</displayName> <role role="Data"> <rules> <include> <objectSet> <script>MigXmlHelper.GenerateUserPatterns ("File","%USERPROFILE%\Application Data\Microsoft\Outlook\* [*]","TRUE")</script> </objectSet> </include> <locationModify script="MigXmlHelper.Move ('%CSIDL_PPROFILE%\AppData\Local\Microsoft\')"> <objectSet> <script>MigXmlHelper.GenerateDrivePatterns ("* [*]","Fixed")</script> </objectSet> </locationModify> </rules> </role> </component> </migration> Quite simple job, basically. Get the files of the WinXP-Client and restore them back to the Win7-Client to a different location. To my understanding, this should work. But actually, it doesn't Consulting the loadstate-logfile, I unfortunately did not see any errors correlating with the "Copy Files from XP Folder A to Win7 Folder B"-Section. Any help is appreciated Cheers and thanks in advance JV
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.