Before you can export PST you will need to have mailbox Import/Export role Add to Mailbox Import Export role New-ManagementRoleAssignment -Role “Mailbox Import Export” -User “<user name or alias>” Now you can use the command below to export pst New-MailboxExportRequest -Mailbox <user> -FilePath \\<server FQDN>\<shared folder name>\<PST name>.pst I have multiple organisation, therefore I need […]
Get All Users Outlook/Inbox Rules in Office 365 Description: PowerShell cmdlet to view inbox rules is Get-InboxRule. First grab all mailboxes in the organisation and store the UserPrincipalName in a variable. Here we are storing it in a variable called “Users” Then for each user we are going to get the InboxRule and select several attributes: MailboxOwnerID Name Description […]
Applies to: Exchange Server 2013 Standard EditionExchange Server 2016 Standard Edition This issue occurs because the default database size limit for Exchange Server 2013 Standard Edition and Exchange Server 2016 Standard Edition is 1,024 gigabytes (GB). There is no default database size limit for the Enterprise Edition. The Exchange store checks database size limits periodically and dismounts […]
Configuring a shared Office 365 mailbox on an iOS device using IMAP Updated 27/07/17 On the iPad or iPhone, go to SETTINGS > MAIL > ADD ACCOUNT Select OTHER from the list of types. iOS Shared Office 365 Mailbox Step 1 Select ADD MAIL ACCOUNT iOS Shared Office 365 Mailbox Step 2 Enter a name […]
I have deleted/repaired keychain but nothing has worked. It does save password for a few hours, but then forgets it. For Exchange I had this problem and a few others – this is how I fixed it: Take a note of exchange server settings in Outlook->Preference, select the account click advance. Locate your account setup file […]
Forwarding mail to an external address in Exchange 2010 and Exchange 2007 In Exchange 2010/2007, these tasks remain the same. However, instead of using ADUC to accomplish them, you use the EMC or the Shell (aka “EMS“). The new term for a Contact is MailContact. Create a MailContact Create a MailContact using the EMC: Expand […]
Sometime in terminal server you don’t have mail applet in control panel. You can create profile using method below. c:\Program Files (x86)\Microsoft Office\Office14\outlook.exe /profile nameofprofile — To Reset Outlook 2010 to First Run Settings 1. Use the command line switch /profile xxx 2. Outlook will report that there is no such profile and prompt for another. […]
Adjusting Mail Mark As Read Behavior from the Command Line Launch the Terminal Set the delay to 2 seconds with the following: defaults write com.apple.Mail MarkAsReadDelay 2 Replace the two on the end with any number to change the delay to that many seconds. You can also remove the delay with the following defaults write command: defaults […]
Enable-ExchangeCertificate : The certificate with thumbprint XXXXXXX was found but is not valid for use with Exchange Server (reason: PrivateKeyMissing). At line:1 char:27 + Enable-ExchangeCertificate -Thumbprint XXXXXXXXX -Services “IIS” The above error can as a result of multiple reasons. CSR was created with IIS and attempted to be installed through the Exchange Management Shell (EMS), […]