How does Adaxes connect to Exchange 2007? We are having problems managing Public Folders through remote powershell (adding the pssnapin). Was wondering if there was any other way of doing this..
Get-PublicFolder -DomainController $dc
fails with:
Cannot find an available public folder database. Please make sure that there is a public folder database on an Exchange
2007 mailbox server, and then ensure that the public folder database is mounted.
This works fine when accessing the server directly and adding the snap in.
Get-Mailbox $id -DomainController $dc
works fine in remote sessions