Feeling lost here, because using the exact syntax from example #4 here gives me a Set-AdmObject: One or more input parameters are invalid
error when I try to pass an array of values:
$values = "value1", "value2"
Set-AdmObject -Identity <guid> -Replace @{adm-CustomAttributeTextMultiValue2=$values}
If I pass it a single string, it works as expected:
$value = "value1"
Set-AdmObject -Identity <guid> -Replace @{adm-CustomAttributeTextMultiValue2=$value}
Adaxes Version 3.16.21906.0