Migrateuser: Stsadm operation (Windows SharePoint Services)
Applies To: Windows SharePoint Services 3.0
Topic Last Modified: 2007-06-08
Operation name: Migrateuser
Description
Migrates a user account in Windows SharePoint Services 3.0 to a new login name and binary ID. If an entry for the new login name already exists, the entry is marked for deletion to make way for the migration. Migrates user access from one domain user to another.
Syntax
stsadm -o migrateuser
** -oldlogin <domain\name>**
** -newlogin <domain\name>**
**\[-ignoresidhistory\]**
Parameters
Parameter |
Value |
Required? |
Description |
oldlogin |
A valid user name in the form: Domain\user_name |
Yes |
The login credentials of the old account to be migrated |
newlogin |
A valid user name in the form: Domain\user_name |
Yes |
The login credentials of the new account that will replace the old account |
ignoresidhistory |
Any one of the following values:
|
No |
If the value is "False" or not specified, the SID history meta data of the new user is checked to see if it matches the name of old user. If the value is "True," the checking of meta data is ignored. |