Summary: Using the -Replace parameter with Set-ADUser to take an array to populate multi-valued attributesQuestion: Hey Doctor Scripto, how can I use Set-ADUser to populate multivalued attributes in Active Directory?Answer: You can use an array with the -Replace parameter to do it.Set-ADUser -Identity "TestUser" -Replace @{...