I have a problem with the public folders. After messing with ADSI my public folders don't show up when I run get-publicfolder and they can't be accessed via outlook.
This is the output from get-publicfolder -identity kwspub
No existing 'PublicFolder' matches the following Identity: 'kwspub'. Make sure that you specified the correct 'PublicFo
lder' Identity and that you have the necessary permissions to view 'PublicFolder'.
+ CategoryInfo : NotSpecified: (0:Int32) [Get-PublicFolder], MapiOperationException
+ FullyQualifiedErrorId : F9B24956,Microsoft.Exchange.Management.MapiTasks.GetPublicFolder
This is output from get-publicfolder
[PS] C:\Windows\system32>get-publicfolder
Name
Parent Path
----
-----------
IPM_SUBTREE
I can mount/unmount, remove and create PFs in EMC/S. They show up in ADSI in CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=KWS,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=com
I followed
http://geekswithblogs.net/marcde/archive/2011/07/05/article-recreating-the-public-folder-hierarchy.aspx
and
http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/ac69d2f2-b8c4-40ab-9466-c6727da87fc7
to create a Folder Hierarchies CN within CN=Exchange Administrative Group (FYDIBOHF23SPDLT) as It didn't exist
Within the Administrative groups CN I have
CN=First Administrative Group,CN=Administrative Groups,CN=KWS,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=com
and
CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=KWS,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=com
Within the 1st admin group under my server the Information Store is unpopulated.
Any ideas?