Hello,
Long story short, I am trying to get an employees updated last name to sync to Sharepoint 2010 Foundation using Powershell commands. These are the commands I am attempting to run.
$user =
Get-SPUser -Identity "domain\user_name" -Web http(s)://site_collection_url |
Set-SPUser -Identity $user -SyncFromAD -Web http(s)://site_collection_url |
This is what i get when i try to run the first command:
Has anyone encountered this?
Thank you in advance for any assistance.










