thadkew Posted January 10, 2011 Report post Posted January 10, 2011 Any way to capture the direct IP printers in USMT? I've used this as a migprint.xml file: <?xml version="1.0" encoding="UTF-8"?> <migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/migprnt"> <!-- This component migrates the printers and network drives --> <component type="System"> <displayName>Printers and Network Drives</displayName> <role role="Settings"> <rules context="UserAndSystem"> <include> <objectSet> <pattern type="Registry">HKCU\Printers\* [*]</pattern> <pattern type="Registry">HKCU\Network\* [*]</pattern> </objectSet> </include> </rules> </role> </component> </migration> but to no avail. Quote Share this post Link to post Share on other sites More sharing options...
Any way to capture the direct IP printers in USMT? I've used this as a migprint.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<migration urlid="http://www.microsoft.com/migration/1.0/migxmlext/migprnt">
<!-- This component migrates the printers and network drives -->
<component type="System">
<displayName>Printers and Network Drives</displayName>
<role role="Settings">
<rules context="UserAndSystem">
<include>
<objectSet>
<pattern type="Registry">HKCU\Printers\* [*]</pattern>
<pattern type="Registry">HKCU\Network\* [*]</pattern>
</objectSet>
</include>
</rules>
</role>
</component>
</migration>
but to no avail.
Share this post
Link to post
Share on other sites