Quantcast
Channel: Exchange Server 2013 - General Discussion forum
Viewing all 4521 articles
Browse latest View live

What happen if I reply to an automated email?

$
0
0

I receive email with following message, and would like to know on what happen if I reply to an automated email.

In general, does anyone know on what the default setting is for Exchange Server?

How do Exchange Server handle automated emails?

Does anyone have any suggestions?
Thanks in advance for any suggestions

This is an automated email - no need to reply


Thanks in advance for any suggestions


New-MoveRequest from OnPrimes to o365 (Automatic provisioning isn't available for the "TargetDatabase")

$
0
0

Hi,

I have an OnPremis Exchange 2007 that's integrated with o365 via Exchange 2010 CAS Server. I'm in the process of migrating all the users and I would like to create a scrip to move them batch by batch.

I have created a script to work against a .csv file but it always says I have to specify the Database.

I have consulted Microsoft o365 Support, it they are clearly mentioned a Database doesn't need to be mentioned in the script, as the mailboxes automatically will be moved to any database and the backend team will do the database cleanup by themselves...

Below the script I've used.. any suggestion please?

$Users = Import-Csv -Path C:\Scripts\Migration\MigrateMCP.csv
$Users | ForEach-Object {New-MoveRequest -Identity $_.UserID}

I also used this script, but same issue...

Import-Csv -Path C:\Scripts\Migration\MigrateMCP.csv | % {New-MoveRequest -Identity $_.UserID -targetdatabase  -Verbose
Automatic provisioning isn't available for the "TargetDatabase" mandatory parameter. A value must be explicited provide
d for this parameter.
    + CategoryInfo          : InvalidData: (:) [], RecipientTaskException
    + FullyQualifiedErrorId : 8B2E2316
    + PSComputerName        :ExchangeCAS2010.Domain.Com

Any help, would be greatly appreciated.

Regards,

Issue with automatic replies.

$
0
0
I have 2 users who are experiencing  an issue with their automatic reply settings.  When they try to set their OOO they are met with the "Your automatic reply settings cannot be displayed because the server is currently unavailable. Try again later."  This only happens when another account is added to their outlook profile via Auto Account Setup.  When that account is removed. The auto replies work fine.  My assumption is that the credentials for that other account are messing with the CAS.  Of course I could be completely wrong.  Both clients are using outlook 2010 to connect to an on-premise Exchange 2013 server.

Step 1 of 3: Mailbox Role: Mailbox Service Error

$
0
0

This is what I get when trying to install Exchange 2013:::


Error:
The following error was generated when "$error.Clear();
          if (!$RoleIsDatacenter -and !$RoleIsDatacenterDedicated)
          {
          $mailboxId = [Microsoft.Exchange.Management.Migration.MigrationBatchIdParameter]::MigrationMailboxName;
          $dispName = "Microsoft Exchange Migration";
          $mbxs = @(Get-Mailbox -Arbitration -DomainController $RoleDomainController -Filter {Name -eq $mailboxId});
          $migrationMailbox = $null;

          if ($mbxs.Length -eq 0)
          {
          Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");
          $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
          if ($dbs.Length -ne 0)
          {
          Write-ExchangeSetupLog -Info ("Retrieving users with Name=$mailboxId.");
          $arbUsers = @(Get-User -Filter {Name -eq $mailboxId} -IgnoreDefaultScope -ResultSize 1);
          if ($arbUsers.Length -ne 0)
          {
          Write-ExchangeSetupLog -Info ("Enabling mailbox $mailboxId.");
          $migrationMailbox = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;
          }
          }
          }
          else
          {
          $migrationMailbox = $mbxs[0];
          }

          # Set the Organization Capabilities and quotas needed for this mailbox
          if ($migrationMailbox -ne $null)
          {
          Set-Mailbox -Arbitration -Identity $migrationMailbox -ProhibitSendReceiveQuota 300MB -ProhibitSendQuota 300MB -IssueWarningQuota 150MB -RecoverableItemsQuota 30GB -RecoverableItemsWarningQuota 20GB -UseDatabaseQuotaDefaults $false -SCLDeleteEnabled $false -SCLJunkEnabled $false -SCLQuarantineEnabled $false -SCLRejectEnabled $false -HiddenFromAddressListsEnabled $true -DisplayName $dispName -Management:$true -Force;
          }
          else
          {
          Write-ExchangeSetupLog -Info ("Cannot find migration mailbox with name=$mailboxId.");
          }
          }" was run: "Database is mandatory on UserMailbox.".

Error:
The following error was generated when "$error.Clear();
          if (!$RoleIsDatacenter -and !$RoleIsDatacenterDedicated)
          {
          $mailboxId = [Microsoft.Exchange.Management.Migration.MigrationBatchIdParameter]::MigrationMailboxName;
          $dispName = "Microsoft Exchange Migration";
          $mbxs = @(Get-Mailbox -Arbitration -DomainController $RoleDomainController -Filter {Name -eq $mailboxId});
          $migrationMailbox = $null;

          if ($mbxs.Length -eq 0)
          {
          Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");
          $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
          if ($dbs.Length -ne 0)
          {
          Write-ExchangeSetupLog -Info ("Retrieving users with Name=$mailboxId.");
          $arbUsers = @(Get-User -Filter {Name -eq $mailboxId} -IgnoreDefaultScope -ResultSize 1);
          if ($arbUsers.Length -ne 0)
          {
          Write-ExchangeSetupLog -Info ("Enabling mailbox $mailboxId.");
          $migrationMailbox = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;
          }
          }
          }
          else
          {
          $migrationMailbox = $mbxs[0];
          }

          # Set the Organization Capabilities and quotas needed for this mailbox
          if ($migrationMailbox -ne $null)
          {
          Set-Mailbox -Arbitration -Identity $migrationMailbox -ProhibitSendReceiveQuota 300MB -ProhibitSendQuota 300MB -IssueWarningQuota 150MB -RecoverableItemsQuota 30GB -RecoverableItemsWarningQuota 20GB -UseDatabaseQuotaDefaults $false -SCLDeleteEnabled $false -SCLJunkEnabled $false -SCLQuarantineEnabled $false -SCLRejectEnabled $false -HiddenFromAddressListsEnabled $true -DisplayName $dispName -Management:$true -Force;
          }
          else
          {
          Write-ExchangeSetupLog -Info ("Cannot find migration mailbox with name=$mailboxId.");
          }
          }" was run: "Database is mandatory on UserMailbox.".

Recovering email via Exchange Management Shell from specific date and time.

$
0
0

Hi Guys,

How to search email messages from Exchange Management Shell in Exchange Server 2013? (example below):

-From specific Date and Time, then send to recipient

Thanks in Advance,

-Rommel

Exchange 2013 optimal database size and configuration

$
0
0
My company is currently running Exchange 2013 with about 1200 users, 24 database averaging 220GB, also 1 two node DAG. There are 6 1.2TB partitions and the databases and logs are divided across the partitions 4 per partition. This company does not have mailbox limits but we do archive to Enterprise Vault. I am trying to plan for growth and find the best configuration in terms of database size and performance.  It seems that there are a wide variety of opinions on sizing databases for performance but I would like real world answers. Appreciate feedback. Thank you.

Unable to edit or create contacts in Outlook

$
0
0

Exchange 2013

Windows 7

Outlook 2013 and Outlook 2007 (replicated for this *One User* on multiple machines)

One user mailbox is effected - remainder of the users are not effected by this issue.

When the user tries to create or edit a contact, in her "Contacts" folder or other contact folders I create, she is presented with the message"The item cannot be saved to this folder. The folder was deleted or moved, or you do not have permission. Do you want to save a copy of it in the default folder for the item?" Regardless of the answer, the item fails to save.

This happens even when I am in "The default folder for the item". 

The message in Outlook 2013 is different and less informative, but it sounds like it wants to be my friend: "We cannot do this for you now.  Please try again later."

I am able to make changes to the items through OWA... I'm not sure that is any less baffling.

Because it is one user, multiple computers, and multiple versions of Outlook, I am confident that the issue is at the Exchange Server.  Because it is not happening to other users on the same computers and in the same Exchange database, I am confident that it is specific to the user's mailbox...

The question is "How do I fix it?"

Cu10

$
0
0
We need to install Exchange 2010 cu10. Can we just run it normally? We currently have cu7 with sp3 installed.

How to import contacts to Outlook Web App Exchange 2013

$
0
0

Hi,

We have deployed Exchange Server 2013. Previously, Our emails were running on a hosted email server. 

Now, our all users are using Outlook Web App to send/receive emails. We had taken the backup of contacts of all users in CSV format from old hosted server. Now, users are looking for their contacts on Outlook Web App. 

Can anyone suggest how to import that old contact to Outlook Web App.

Please help me as it is very crucial for me.

Thanks in advance.

Moving an exchange mailbox to two databases

$
0
0

Hi Everyone,

I'm just checking my understanding on this one. When I open the ECP in 2013 I can migrate a user from one database to another. What I've seen is that I can migrate a user to two mailboxes. Does this mean that they will be active/active? We don't have too many users and having this would really help our site resiliency(We have a three member DAG spanned across two sites) 

Is this recommended? Or should we rely on having one active database at a time?

exchange Server 2010 Logs error and warning

$
0
0

Hi everyone,

today i open event viewer i saw some Error and warning i will upload this to help me to solve this problem:

1-The execution time of agent 'Connection Filtering Agent' exceeded 90000 milliseconds while handling event 'OnRcptCommand' for message with InternetMessageId: 'Not Available'. This is an unusual amount of time for an agent to process a single event. However, Transport will continue processing this message.


2-The average of the most recent heartbeat intervals [536] for request [Sync] used by clients is less than or equal to [540].
Make sure that your firewall configuration is set to work correctly with Exchange ActiveSync and direct push technology. Specifically, make sure that your firewall is configured so that requests to Exchange ActiveSync do not expire before they have the opportunity to be processed.

3-The Exchange certificate [Subject]
  CN=mail.domain.com

thanks in advance

Convert mailbox to MEU after O365 migration

$
0
0

Hi,

I'm currently planning a cutover migration of a 120 user Exchange 2013 environment.

We're planning to finalize the cutover migration before we enable directory sync to O365, and prior to this I understand the recommendation is to convert the on-premise mailboxes to mail-enabled-users.

I can find scripts related to Exchange 2007 to perform this task, but there is very little described regarding Exchange 2013.

Can someone give some input on how to bulk convert migrated mailboxes to MEUs, as the 2007 script is not supported on Exchange 2013. 

Find the related Exchange 2007 document below:

https://community.office365.com/en-us/w/exchange/845

Thanks for all the good input :)

Exsetup.exe has been stopped working - unable to uninstall the EMC

$
0
0

hi There,

good morning.

Some please hep me with this issue, we have a server only having the Exchange management tools installed, no exchange roles are installed. we are getting the below errors while uninstalling the same. 

issue: Exsetup.exe has been stopped working

we tried in GUI as well as the cmd window, but no luck.

Exchange 2013 CU6 upgrade to CU10

$
0
0

Hi,

I have Exchange 2013 CU6 environment. 2 frontend servers and 2 backends running on Windows 2008 R2.

I upgraded one backend server to update CU10, other is still CU6.

Now seems, like Outlook 2010 connected Exchange without cached mode is littlebit slow, if I try to open big mails. For excample with size 2MB or more.

Also I noticed, that when I brought upgraded server out from maintenance mode, 2 components didnt start automatically:

ForwardSyncDaemon and ProvisioningRps

I started them manyally and since that they work on the upgraded server. For some reasons they are inactive state on the other server running on the CU6 although after first server ugrade they were active.

Might it be, that this is somehow related with DAG? I mean, can CU6 and CU10 coexists in the same DAG cluster?

I Noticed, that in instrutions to upgrade CU9 was suggested to use 3 commands on the Domain controller:

Setup.exe /prepareSchema /IAcceptExchangeServerLicenseTerms
Setup.exe /prepareAD /IAcceptExchangeServerLicenseTerms
Setup.exe /prepareDomain /IAcceptExchangeServerLicenseTerms

Instructions for CU10 the 3rd command (prepareDomain) was not mentioned that, so I did'nt use that.

best regards,

hoping to get some answere soon:)







Exchange Licensing

$
0
0
hi I want to ask about Exchange Licensing, Previously, External Connector licences were required to license external users, but now the Server licence itself covers an unlimited number of external users for access to the basic functionality of the server. If external users require access to the advanced functionality of the server then they must be licensed with Standard and Enterprise CALs. What is the basic functionality of Exchange Server that don't need Exchange CAL?

Endpoint type 'Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.MailboxDatabaseEndpoint' has not been initialized.

$
0
0

Hi,

We are currently getting the following errors in Applications and Services Logs > Microsoft > Exchange > ActiveMonitoring > MaintenanceResult:

Error
Endpoint type 'Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.SubjectListEndpoint' has not been initialized. Make sure the endpoint is enabled in its definition, and that it has executed successfully.
 
Exception
Microsoft.Exchange.Monitoring.ActiveMonitoring.Local.EndpointManagerEndpointUninitializedException: Endpoint type 'Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.SubjectListEndpoint' has not been initialized. Make sure the endpoint is enabled in its definition, and that it has executed successfully. at Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.LocalEndpointManager.GetEndpoint(Type type, Boolean throwIfEndpointContainsException) at Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.LocalEndpointManager.get_SubjectListEndpoint() at Microsoft.Exchange.Monitoring.ActiveMonitoring.ActiveMonitoring.ObserverMaintenance.DoWork(CancellationToken cancellationToken) at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.Execute(CancellationToken joinedToken) at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.<>c__DisplayClass2.<StartExecuting>b__0() at System.Threading.Tasks.Task.Execute()

and

Error
Endpoint type 'Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.MailboxDatabaseEndpoint' has not been initialized. Make sure the endpoint is enabled in its definition, and that it has executed successfully.
 
Exception
Microsoft.Exchange.Monitoring.ActiveMonitoring.Local.EndpointManagerEndpointUninitializedException: Endpoint type 'Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.MailboxDatabaseEndpoint' has not been initialized. Make sure the endpoint is enabled in its definition, and that it has executed successfully. at Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.LocalEndpointManager.GetEndpoint(Type type, Boolean throwIfEndpointContainsException) at Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.LocalEndpointManager.get_MailboxDatabaseEndpoint() at Microsoft.Exchange.Monitoring.ActiveMonitoring.Rps.RPSDiscovery.AddRPSBackEndLogonProbe() at Microsoft.Exchange.Monitoring.ActiveMonitoring.Rps.RPSDiscovery.DoWork(CancellationToken cancellationToken) at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.Execute(CancellationToken joinedToken) at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.<>c__DisplayClass2.<StartExecuting>b__0() at System.Threading.Tasks.Task.Execute()
 
Our Exchange 2013 CU9 doesn't seem to have any issues, but we still want to solve this problem. We have no idea where to go from here nor which MailboxDataBaseEndpoint it is "talking" about  (we have 19 Mailbox Databases). My Google Skills haven't returned any solutions or pointers either. Does any of you know where to go from here?

In forward thanks.

MAPI Profile LogonFailed with error message: The information store could not be opened

$
0
0

We use C++ to create an Profile which works in Exchange 2007 & 2010, but it did not work on exchange 2013.

I checked the created profile with MFCMAPI & all properties mentioned in this article has been created & the related values comes from auto discover.

Here is one thing:

Even I specified the 3 properties PR_CONVERSION_PROHIBITED, PR_PROFILE_UNRESOLVED_NAME, PR_PROFILE_UNRESOLVED_SERVER in code & configured them in MSEMS service, but I cannot see them in properties view from MFCMAPI.

In MFCMAPI, when I use this profile to logon, the value of properties PR_PROVIDER_UID, PR_SERVICE_UID, PR_RECORD_KEY will be Err: 0x8004010F=MAPI_E_NOT_FOUND

I pasted the detail properties for the profile, could you please help to take a look? Thanks.

Error:

Prpperties Details:

Any ideas of this, please? Thanks for your help.

Exchange DLP vs ADRMS

$
0
0

I need to compare DLP and RMS technologies...

What is the main difference??


Migrated Mailboxes Still in Source Database?

$
0
0

I'm running Exchange 2013, hosted on-site.

I've started spreading out my mailboxes into multiple databases.  Yesterday I migrated a number of mailboxes to a new database.  When I look at space consumption (using Get-MailboxStatistics), I see the mailboxes that I moved are still listed in the source database as well as in the destination database.  What do I have to do to recover that space in the source database?

Thanks

Exchange 2013 automatically sending read receipts nightly

$
0
0

I have exchange 2013, we migrated from exchange 2003 by import/export (messup). We have been running for about a year. Now I get complaints of exchange sending read receipts to old emails. I have checked one of the mailboxes, It's getting it from "microsoft outlook" (MicrosoftExchange158e71ec99ae9866bbc36ab6ce58802e@domain.local). I have checked this user had  "Ask me before sending a response" or "Never Send a response", however this server keeps on sending them out on old emails on a nightly basis. This includes internal as well as external email addresses. People keep on complaining that they get sooo many every night.

Environment: windows server 2012 with exchange 2013. NOT virtual.

Viewing all 4521 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>