You can use before and after dates to specify the migration of users. This command-line switch migrates user profiles that are modified before or after the specified date. You can use the before and after arguments independently or together to create a date range with the /user or /nouser arguments.
Note: The dates must follow the short date format for the current local. In English, the date format defaults to m/d/yyyy (12/5/2002 or 1/14/2003).
The syntax to specify a date range for a migration is as follows:
/user <domain name>\<user name> after 12/5/2003
/user <domain name>\<user name> before 1/15/2004
/user <domain name>\<user name> after 12/5/2003 and before 1/15/2004
Example 1: Migrate a User in Any Domain Created After 12/5/2003
For a user profile created after 12/5/2003, the following command migrates the user Michael in any domain:
/user ?*\Michael after 12/5/2003
Example 2: Migrate a User in Any Domain Created Before 1/15/2004
For a user profile created before 1/15/2004, the following command migrates the user Michael in any domain:
/user ?*\Michael before 1/15/2004
Example 3: Migrate Any User in a Date Range
For a user profile accessed between 12/2/2003 and 1/15/2004, the following command migrates any user in any domain:
/user ?*/* after 12/5/2003 before 1/15/2004
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|