USMT 2.6 - Scanstate.exe Question

Z

ZoL

I am using USMT 2.6 and have a question on the following:

As I read the documentation, I can see that I can choose to migrate ALL
users or certain user from a SOURCE machine.

My question is...what is an example of the syntax can I use to migrate only
the DOMAIN based users from a local source machine? I can't list all 500
users in an INF! (or is this required).


For example, I have:

(1) Administrator (local user)
(2) User A (local domain user)
(3) User B (local user)
(4) User C (local domain user)
(5) IUSR_MACHINE1 (local user)

I only want to capture the LOCAL DOMAIN USERS on all the SOURCE machines,
and each SOURCE has different LOCAL DOMAIN USER.

Again:
 
M

Michael Niehaus [MS]

You can specify wildcards, either on the command line or in an INF file.
For example, you could use:

/user:DOMAIN\*

or you could build an INF that contained the equivalent:

[IncludeUsers]
DOMAIN\*

In both instances, substitute your domain name for "DOMAIN". You can also
do the opposite: exclude all local accounts and migrate everything else by
using INF directives:

[IncludeUsers]
*\*

[ExcludeUsers]
%COMPUTERNAME%\*

-Michael Niehaus
Senior Consultant
MCS US Centers of Excellence - Deployment AOS
(e-mail address removed)
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top