1

Is there any way of creating a public folder calendar using the Exchange Management Shell?

Outlook is not installed on the Exchange Server nor do I want to install it. Access is very limited to client computers so I would rather create it from the server itself. Surely it can't be that difficult to do?

I have tried using the PFDAVAdmin tool but it fails to connect despite numerous attempts and I have given up on it for now.

Kez
  • 448
  • 4
  • 11
  • 22

2 Answers2

0

As far as I know, you can only use Outlook to create public folders for different content types than messages.

Massimo
  • 70,200
  • 57
  • 200
  • 323
0

Well, the creation is possible with a cmdlet - new-publicfolder. As you can see, there's no EMS syntax for setting that folder's data type, though you could Add-PublicFolderAdministrativePermission, allowing the user to do what's needed at that point through Outlook.

Kara Marfia
  • 7,892
  • 5
  • 33
  • 57