Quantcast
Channel: Configuration Manager 2012 - Operating System Deployment forum
Viewing all articles
Browse latest Browse all 9126

USMT 5.0 - disable user settings migration with custom.xml

$
0
0

I am trying to setup an OSD solution with MDT integrated into SCCM 2012. I created a USMT custom.xml to migrate user data only, but it is still migrating user settings. Can you please tell me what I can do to prevent USMT from migrating user settings? I have a config.xml file that will work, but from what I’ve read it won’t work with SCCM. My custom.xml is shown below:

<?xml version="1.0" encoding="UTF-8"?>

<migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/CustomUser">

<!-- This component migrates Desktop files -->

<component type="Documents" context="System">

  <displayName>Desktop</displayName>

  <role role="Data">

    <rules>

      <include>

        <objectSet>

          <pattern type="File">C:\Users\*\Desktop\* [*]</pattern>

        </objectSet>

      </include>

    </rules>

  </role>

</component>

<!-- This component migrates My Documents files -->

<component type="Documents" context="System">

  <displayName>Documents</displayName>

  <role role="Data">

    <rules>

      <include>

        <objectSet>

          <pattern type="File">C:\Users\*\Documents\* [*]</pattern>

        </objectSet>

      </include>

    </rules>

  </role>

</component>

<!-- This component migrates Shared My Documents files -->

<component type="Documents" context="System">

  <displayName>Shared Documents</displayName>

  <role role="Data">

    <rules>

      <include>

        <objectSet>

          <pattern type="File">C:\Users\Public\Documents\* [*]</pattern>

        </objectSet>

      </include>

    </rules>

  </role>

</component>

<!-- This component migrates Favorites files -->

<component type="Documents" context="System">

  <displayName>Favorites</displayName>

  <role role="Data">

    <rules>

      <include>

        <objectSet>

          <pattern type="File">C:\Users\*\Favorites\* [*]</pattern>

        </objectSet>

      </include>

    </rules>

  </role>

</component>

</migration>

Thanks.


Viewing all articles
Browse latest Browse all 9126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>