Invoke powershell run exchange 2016 cmdlet

I able to ran the normal powershell script via " Invoke Power Shell " activity.
but now I wanna run the script which using exchange management shell cmdlet.
how to do that ?

I know the exchange management shell is
exchange management shell actually is below command
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command ". ‘C:\Program Files\Microsoft\Exchange Server\V15\bin\RemoteExchange.ps1’; Connect-ExchangeServer -auto -ClientApplication:ManagementShell "

but I tried to make the -noexit -command ". ‘C:\Program Files\Microsoft\Exchange Server\V15\bin\RemoteExchange.ps1’; Connect-ExchangeServer -auto -ClientApplication:ManagementShell " as a argument in “parameters”
but still failed.
do you know how to call exchange management shell on UIPath ?
btw, my exchange is on-prem verison 2016

thanks!