0 votes

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

by (960 points)
0

Hello,

It looks like a permission issue. To be able to access the public folder, the account of Adaxes default service adminiostrator (the user that you specified during installation) must be granted appropriate permissions for the folder in Exchange. For more details on how to grant such permissions, have a look at the following article by Microsoft: http://technet.microsoft.com/en-us/libr ... 80%29.aspx.

0

It's not a permission issue. I've tested with the same user as i use for remote powershell right on the server, it works there.

0

Hello,

To further troubleshoot the issue, can you answer the following questions:

  1. How many Exchange Servers do you have in your Exchange Organization? Are they all Exchange 2007 Servers or do you have servers of other versions?
  2. Have you tried executing the same PowerShell line from the PowerShell console on the computer where Adaxes service is installed? What are the results?
  3. Can all your Exchange Servers communicate with the domain controller passed in the -DomainController parameter?

By the way, could you post here the full script that you are using?

Please log in or register to answer this question.

Related questions

0 votes
1 answer

We are experiencing issues with mailbox moves failing between AD sites. If we use the Exchange Move Mailbox task, it works fine for small mailboxes (under 30MB). Once the ... is logged, nor do I see any events logged on the Exchange servers in question.

asked Oct 30, 2013 by DFassett (710 points)
0 votes
1 answer

Hello, currently we have an Exchange 2019 Server in Hybrid configuration with Exchange Online. During our user onboarding a mailbox for the user is being created by a ... Remote-Mailboxes in this scenario for newly created AD-Users? Thanks and KR Christian

asked 11 hours ago by User0815 (40 points)
0 votes
1 answer

Hi All, I am looking for a script i can use in adaxes, that removes all delegates for an exchange O365 mailbox, and reset their MFA tokens as well. I ... ($mailbox.Identity)" } } } # Disconnect from Exchange Online Disconnect-ExchangeOnline -Confirm:$false

asked 11 hours ago by Brobertson92594 (20 points)
0 votes
1 answer

Hello, we are in a migration phase from Exchange onPrem to Exchange Online. Since not all of our sites will be migrated at one time we are looking into a way to migrate ... an alerting / sending out a mail if the batch is not succesful? Thanks and KR Christian

asked Mar 21 by User0815 (40 points)
0 votes
1 answer

Howdy - Has anyone run into this message before? The changes never make their way through, I just have to manually do them. WIll I just need to create custom powershell scripts to achieve these items?

asked Feb 27 by ajblevins (20 points)
3,346 questions
3,047 answers
7,772 comments
544,968 users