Previous Topic: Active Directory UsersNext Topic: Excluding Users


Orphan Users

You can specify orphan users using the /user command line by entering orphan true or orphan false.

The syntax to migrate orphan users is as follows:

/user <user name> orphan true
/user <user name> orphan false

Example 1: Migrate a Local User Who Is Not an Orphan

The following example migrates the local user Michael that is not an orphan account:

/user Michael orphan false

Example 2: Migrate Any Domain User Whose Name Begins with M and Is an Orphan

The following command migrates any domain user whose name begins with M and is an orphan account:

/user ?*\M* orphan true

Example 3: Migrate Any Domain User Whose Name Begins with and Contains ch That Is Not and Orphan

The following command migrates any user whose name begins with M and contains ch that is in any domain and is not an orphan account:

/user ?*\M?ch* orphan false