Questions tagged [mailbox]

23 questions
1
vote
2 answers

How to merge or append exported info of two different Exchange Powershell scripts?

I'm having a problem that I haven't been abble to resolve, I need to merge two scripts or append the second script exported info into the same delimited CSV file (created by the first script). This is the first script: Get-Mailbox -ResultSize…
0
votes
0 answers

Fetching email address from mailbox data file

I have written below program. Is there a better way (efficient one) to rewrite the code? ##Read through mailbox data. Find line starting with 'From' and split those into words. Fetch the email #address (second word) and print. Also count the total…
0
votes
1 answer

Limit permissions on shared mailbox via PowerShell

as the title says, I need to limit certain permissions on a office365 shared mailbox. The users should be able to: Read, Send As, use categories/tags. They should not be able to move/delete mails. I know I have to use Powershell, this is what I…
0
votes
1 answer

Get all mailboxes with Python exchangelib

I'm using Python exchangelib for loading information from Microsoft Exchange. I need to load all mailboxes from Exchange server. Can I get it with exchangelib?
0
votes
0 answers

Prevent Power Automate trigger transferring spam messages

I have a power automate trigger that is looking at the shared mailbox that receives the enquiries from my website forms. When an email arrived (Trigger = "When a new email arrives in a shared mailbox (V2)") the email is logged in my business system…
LawrenceF
  • 108
  • 9
0
votes
0 answers

How to use Proto.Mailbox.BatchingMailbox in proto.actor?

I want to use Proto.Mailbox.BatchingMailbox as a buffer for batch writing to a database. For example, I have several producers of messages and one persistence actor (it writes messages to the database). And I want that the persistence actor doesn't…
Iurii
  • 1
0
votes
0 answers

Cannot change identity of 365 shared mailbox in hybrid environment

Background: we are in a hybrid environment, with On-prem Exchange server and 365. Shared mailbox is created as a user with mailbox on-prem first before being converted to a Shared Mailbox. A Mailbox was created like this a while ago, and I was asked…
Rangnarok
  • 11
  • 1
0
votes
0 answers

Mailbox Size reports for Exchange Server using PowerShell

I'm using the following code to get a report of our exchange mailboxes sizes and usage the output of this script shows on CSV file this columns: DisplayName, FreeSpace, TotalItemSize, alias, IssueWarningQuota, ProhibitsendReceiveQuota …
Aviad Ofek
  • 13
  • 4
0
votes
1 answer

Controlling internal and external autoreplies

When I set mailboxsettigs|automaticRepliesSetting|status using MSGraph (for a shared mailbox) it seems to only affect the setting for internal recipients and there seems no syntax for dealing with internal/external recipients. What am I missing?
Martin
  • 45
  • 1
  • 5
0
votes
0 answers

MS Exchange: MailboxPlan is blank and MaxSendSize is Unlimited

During an audit of our org's mailboxes today, there are a few mailboxes that don't have MailboxPlan at all. Some of these will have MaxSendSize and MinSendSize as Unlimited, and these are RoomMailbox Some will have the old limit of 35MB, and these…
Rangnarok
  • 11
  • 1
0
votes
1 answer

imap_open(): Couldn't open stream {imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX

I am trying to access gmail inbox to read the emails via php code. $hostname = '{imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX'; $inbox = imap_open($hostname, $username, $password) or die('Cannot connect to Gmail: ' . imap_last_error()); but…
Pinal
  • 13
  • 1
0
votes
0 answers

Facing issues configuring Jenkins Poll Mailbox Plugin

We are trying to integrate a mailbox to read the mails from a platform for some specific alerts. We have installed the Poll Mailbox Trigger plugin. The configuration we are making are as follows: Host: outlook.office365.com Username:…
0
votes
0 answers

Script issue creating mailbox in exchange management shell

I'm running a script in exchange management shell, using variables to output a command for creating user email accounts. Write-Host does a nice job showing the command string in the management shell, but of course does not execute it. I've had…
0
votes
0 answers

How to read the ms-Exch-Mailbox-Security-Descriptor frm each Exchange Mailbox

When doing O365 migrations, part of the 'Planning' session includes an analysis of how users Share and give access to each others calendars and folders. I have this Function wrapped inside a ForEach loop which gets those permissions via native…
PJBuckley
  • 13
  • 3
0
votes
0 answers

Office Exchange user service account with valid o365 E3 license getting disabled after every 3-4 weeks

Office Exchange user service account with valid o365 E3 license getting disabled and we are getting following error after every 3-4 weeks: Error Message: An internal server error occurred. The operation failed., Mailbox…
1
2