Forum Discussion
Marvin Oco
Feb 16, 2021Iron Contributor
powershell script to edit AD telephone notes
what is the powershell script to edit AD telephone notes the data is from csv file with header UPN and "telephone notes"
farismalaeb
Feb 23, 2021Iron Contributor
Also, this is another method
$Values=@{
homePhone="12311"
facsimileTelephoneNumber ="123123"
mobile="123123"
pager="123123"
ipPhone="123123"
info="This is test"
}
Set-ADUser -Identity cell1 -replace $Values