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)
by (216k 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.

by (960 points)
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.

by (216k points)
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

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

No edit button is available within Adaxes for these accounts. The service account has 'Mail Recipients' and 'MailRecipientCreation' permissions assigned. What additional configuration or permissions might be needed?

asked 2 days ago by HappyOtter6153 (20 points)
0 votes
0 answers

We are using Adaxes Directory Object Picker for selecting Distribution Group members. We create external recipients as Exchange Online MailContacts (via New-MailContact). These contacts: are ... Context: We are using cloud-only contacts (no on-prem AD sync).

asked 4 days ago by IwistIT (140 points)
0 votes
1 answer

Microsoft supports decommissioning your last on prem Exchange Server and managing receipients using Windows PowerShell. See: https://learn.microsoft.com/en-us/exchange/manage- ... . Can the Exchange Management Tools be installed safely on an Adaxes Server?

asked Apr 22 by RayBilyk (310 points)
0 votes
1 answer

This is from within a custom task. Account has proper RBAC permissions and I can do this from a normal powershell window.

asked Mar 26 by ZoomGhost (340 points)
0 votes
1 answer