I would like to run powershell exchange scripts on the mid server. How would I go about doing this?
I would like to be able to write a step in my mid server script file to login to exchange online (Connect-ExchangeOnline) and run a simple line of powershell.ie Add-MailboxFolderPermission -Identity john.doe@123.com ........... From what I can tell, ...