Hello,
i would like to use it in a custom command.
The hash table looks somehow like this:
Name                           Value
----                           -----
UserPrincipalName              user@domain.com
TwoWayVoiceMobile              False
DisplayName                    User, Name
PhoneAppNotificationIsDefault  True
PhoneAppOTP                    False
AuthPhoneNumber                +49 160 1234567
AuthAltPhone
AuthEmail
PhoneAppOTPIsDefault           False
PhoneDeviceName                {iPhone, iPhone}
ObjectID                       as04654-sdd-e104-0815-4711
PhoneAppNotification           True
State                          Disabled
TwoWayVoiceMobileIsDefault     False
OneWaySMSIsDefault             False
OneWaySMS                      True
It would be nice to have it in the CustomAttributeTextMultiValue1 row per row with Name: Value., i.E.:
UserPrincipalName:  user@domain.com
TwoWayVoiceMobile:  False
DisplayName: User, Name
Thanks a lot