Hi,
I have created a new organization with the Hosted Mode module. WSP has created a Remote Domain for that organization in Exchange but the character set is set to iso-8859-1 by default. Of course I can change the character set with
Set-RemoteDomain -Organization <org> -Identity <id> -CharacterSet "utf-8" but how can I make WSP to set it automatically upon organization creation? Thank you.