I use PowerShell to create new users and accounts for our onboarding process and for Exchange accounts for Office 365 (which we recently migrated to), I need to create the accounts locally and then move them (if they meet certain criteria) a couple hours later after dirsync has finished completely.
But to move them, I need to store accounts and passwords for the local farm and for O365 access. We use Manage Engine PMP for password storage and it has an API using XML-RPC to get the passwords but I'm not sure how to call it from Powershell (not being familiar at all with XML-RPC).
Anyone done that before? Here's the help page on it.