Hello
We are running a custom process that touches several target systems, for security reasons we cannot provide the account under wich 1IM service account runs with specific Exchange permissions so we need to use a different account for running Powershell commands to the on-prem Exchange Server
The Connect-ExchangeServer cmdlet does not allow to use credentials (PSession cmdlet allows credentials but we cannot use it due to Exchange version restrictions) therefore we are blocked, my question here would be:
Its possible to set one specific step on the multistep process to run under a different account than the service account ? Throug connection string or something similar ?
Thks in advance