I am not exchange admin but just a common user. I believe we are using Exchange 2019 and the address book (is it called GAL?) is saved in server side. I can open and search it via my Outlook interface.
Beside Outlook program I have access to PowerShell. I tested $Outlook = NEW-Object -comobject Outlook.Application
and I can successfully get the object.
I want to export the address book (users and groups) into csv by UI or PowerShell. How can I do it?