I'd like to domain join (realm join) a newly deployed Linux VM. The only way I can think to do this is run realm join via SSH, but that prompts for a password rather than taking it as an argument (in other words, it does the right thing). Can I somehow send text over the pipe?
And assuming that I can do that, how can I convert a SecureString to a string? I assume that's actually not possible, so I'm hosed on this method too.
How are other people domain joining Linux VMs deployed with vRO?