You may have issue to find a public folder path that you know the email address of the PF:
Here is the cmdlet you need to find out the path:
1. Set-AdServerSettings -ViewEntireForest $true -PreferredGlobalCatalog gc1.contoso.com
2. Get-PublicFolder cmdlet to find the path via the PF's email address:
Get-MailPublicFolder AccountsPayable@domain.com | Get-PublicFolder
you will see output something like below:
Name Parent Path
---- -----------
Accounts Payable \Accounting\US\Americas Choice
---- -----------
Accounts Payable \Accounting\US\Americas Choice
Thanks for sharing your thoughts about Local Ads.
ReplyDeleteRegards