We plan to update our domain group description fields via script to note down the related item id for managing the group modification.
Unfortunately we can only create newlines via admin gui for the group description.
Name:
DomainGroup1234
Description:
Line1
Line2
Group Members:
TestUser:User
Via command line we don't know how to do this, everything in the description statement is put in one line:
> Integrity editmksdomaingroup --hostname=host --port=port --description="Line1"◙"Line2" DomainGroup1234
leads to:
Name:
DomainGroup1234
Description:
Line1?Line2
Group Members:
TestUser:User
I have tried replacing the newline characters with “\n” and the command works, but the description contains the “\n” and not a newline character. Do you have any idea how we can add newline characters into the group description with the commandline?
Regards,
Bertram