Hi there,
I want to write a script that executes certain Powershell-commands, one of it being "New-GlobalAddressList". So I found out I need to run
. "C:\Program Files\Microsoft\Exchange Server\V15\Bin\RemoteExchange.ps1" Connect-ExchangeServer -auto"
Okay, that worked, but I still cannot use "New-GlobalAddressList" (CommandNotFoundException)
What am I missing?