ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. public folder
    Log in to post
    • All categories
    • scottalanmillerS

      Exchange / Office 365 Auto Response from Public Folder

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion email exchange office 365 public folder
      7
      0 Votes
      7 Posts
      1k Views
      scottalanmillerS

      @dbeato said in Exchange / Office 365 Auto Response from Public Folder:

      @scottalanmiller said in Exchange / Office 365 Auto Response from Public Folder:

      @travisdh1 said in Exchange / Office 365 Auto Response from Public Folder:

      @scottalanmiller said in Exchange / Office 365 Auto Response from Public Folder:

      We have a public folder on Office 365 that is email enabled, the customer would like an auto-response from the public folder. I'm not sure if that is even possible.

      Wouldn't that be an auto-response setup from one of the accounts that receives those emails?

      Does that work with a public folder?

      Yes, with Folder Assistant through Outlook. Otherwise you can create a rule for incoming emails through Office 365 to accomplish that too.

      Yeah, seems... poor. Found this for doing it through Outlook, which would be unreliable and clearly not useful.

      https://www.codetwo.com/admins-blog/setting-public-folder-auto-reply/

    • scottalanmillerS

      Office 365 Public Folder Cannot Receive Mail

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 public folder exchange
      18
      0 Votes
      18 Posts
      2k Views
      M

      @aaronstuder : After several minute delays between their replies, they'll eventually give you a phone number to call instead...

    • gjacobseG

      O365 Public Folder: Script to Delete OLD items

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion o365 public folder powershell management politics retention
      4
      0 Votes
      4 Posts
      870 Views
      gjacobseG

      sadly - setting this didn't work as the 'mailbox' doesn't exist...

      Curse you MS

    • scottalanmillerS

      List All Public Folders in Exchange or Office 365 with PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion exchange office 365 o365 powershell get-publicfolder email public folder
      2
      2 Votes
      2 Posts
      8k Views
      bbigfordB

      @scottalanmiller said in List All Public Folders in Exchange or Office 365 with PowerShell:

      Want to get a list of all of the public folders on your Exchange system, whether on premises or hosted, try this:

      Get-PublicFolder -Identity "\" -Recurse | Get-PublicFolderClientPermission | where{$_.Accessrights -eq "owner"}

      More on Get-PublicFolder from TechNet

      That's pretty cool. I was wondering why you were piping into every owner since you could create public folders in Exchange without delegating owners, but then I had remembered you can create them on the client side as well after a root or folders are created in Exchange and added to the client, which is explained in your first pipe. Thanks for the note.

    • 1 / 1