Previous Topic: Orphan UsersNext Topic: Date Ranges


Excluding Users

You can exclude users from a migration on the command line. Use this argument with a /user parameter.

The syntax to exclude a user from a migration is as follows:

/nouser *\<user name>
/user <domain name>\<user name> /nouser <domain name>\<user name>

Example 1: Exclude a Domain User from a Migration

The following example excludes the user Michael in domain D5 from the migration:

/nouser D5\Michael

Example 2: Migrate a User in Any Domain Except D5

The following command migrates all users named Michael in all domains, except the user named Michael in domain D5:

/user ?*\Michael /nouser D5\Michael

Example 3: Do Not Migrate Any Domain User Whose Name Begins with M

The following command excludes all users whose names begin with M in any domain:

/nouser ?*\M*