You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example migrates DOMAIN\JaneDoe to the new account of DOMAIN\JaneSmith when using Windows Claims. `-IgnoreSid` must always be used with `Move-SPUser` when using a Claims Identity, such as Windows Claims.
44
54
45
55
## PARAMETERS
46
56
47
57
### -Identity
48
-
Specifies the GUID or login name of the user to be returned.
58
+
Specifies the `SPUser` object retrieved via `Get-SPUser`.
49
59
50
-
The type must be a valid login name or GUID of the user, in the form DOMAIN\username or 1234-5678-9876-0987.
0 commit comments