Quantcast
Channel: Exchange Server 2013 - Setup, Deployment, Updates, and Migration 论坛
Viewing all 7008 articles
Browse latest View live

What is the easiest way to create alias email addresses in exchange 2013?

$
0
0

For example my official domain is mycompany@godaddy.com

Within my company i want to make it look like certain departments are sending from bicycles.com skateboards.com

and skooters.com and receive to those addresses even though the emails are really going through the

mycompany@godaddy.com domain. but it appears to be coming from three other domains.

appearance is everything. What is the easiest way to accomplish this.

Step by step with examples if possible. I am not well versed in exchange server 2013 yet.


Droid Hacker


Error installing exchange 2013 on server 2012 R2

$
0
0

I can't install exchange server. please help me to solve this problem.

Error:

The following error was generated when "$error.Clear();

          if (($RoleIsDatacenter -ne $true) -and ($RoleIsDatacenterDedicated -ne $true))

          {

          if (test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)

          {

          $sysMbx = $null;

          $name = "SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}";

          $dispname = "Microsoft Exchange";

          $mbxs = @( get-mailbox -arbitration -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1 );

          if ( $mbxs.length -eq 0)

          {

          $dbs = @(get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);

          if ($dbs.Length -ne 0)

          {

          $arbUsers = @(get-user -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);

          if ($arbUsers.Length -ne 0)

          {

          $sysMbx = enable-mailbox -Arbitration -identity $arbUsers[0] -DisplayName $dispname -database $dbs[0].Identity;

          }

          }

          }

          else

          {

          if ($mbxs[0].DisplayName -ne $dispname )

          {

          set-mailbox -Arbitration -identity $mbxs[0] -DisplayName $dispname -Force;

          }

          $sysMbx = $mbxs[0];

          }

          # Set the Organization Capabilities needed for this mailbox

          if ($sysMbx -ne $null)

          {

          Write-ExchangeSetupLog -Info ("Setting mailbox properties.");

          set-mailbox -Arbitration -identity $sysMbx -UMDataStorage:$true -Force;

          # No RetentionPolicy assigned to E-Discovery arbitration mailbox currently, we need to set it here.

          # This can be remove after BUG(O15#2555914) is fixed.

          if ($sysMbx.RetentionPolicy -eq $null )

          {

          $arbitrationRetentionPolicy = @(Get-RetentionPolicy -DomainController $RoleDomainController | where {$_.Name -eq 'ArbitrationMailbox'});

          set-mailbox -Arbitration -identity $sysMbx -RetentionPolicy $arbitrationRetentionPolicy[0].Identity -Force;

          }

          }

          else

          {

          Write-ExchangeSetupLog -Info ("Cannot find E-discovery arbitration mailbox with name=$name.");

          }

          }

          else

          {

          write-exchangesetuplog -info "Skipping creating Discovery Arbitration Mailbox because of insufficient permission."

          }

          }

        " was run: "Database is mandatory on UserMailbox.".

Error:

The following error was generated when "$error.Clear();

          if (($RoleIsDatacenter -ne $true) -and ($RoleIsDatacenterDedicated -ne $true))

          {

          if (test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)

          {

          $sysMbx = $null;

          $name = "SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}";

          $dispname = "Microsoft Exchange";

          $mbxs = @( get-mailbox -arbitration -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1 );

          if ( $mbxs.length -eq 0)

          {

          $dbs = @(get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);

          if ($dbs.Length -ne 0)

          {

          $arbUsers = @(get-user -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);

          if ($arbUsers.Length -ne 0)

          {

          $sysMbx = enable-mailbox -Arbitration -identity $arbUsers[0] -DisplayName $dispname -database $dbs[0].Identity;

          }

          }

          }

          else

          {

          if ($mbxs[0].DisplayName -ne $dispname )

          {

          set-mailbox -Arbitration -identity $mbxs[0] -DisplayName $dispname -Force;

          }

          $sysMbx = $mbxs[0];

          }

          # Set the Organization Capabilities needed for this mailbox

          if ($sysMbx -ne $null)

          {

          Write-ExchangeSetupLog -Info ("Setting mailbox properties.");

          set-mailbox -Arbitration -identity $sysMbx -UMDataStorage:$true -Force;

          # No RetentionPolicy assigned to E-Discovery arbitration mailbox currently, we need to set it here.

          # This can be remove after BUG(O15#2555914) is fixed.

          if ($sysMbx.RetentionPolicy -eq $null )

          {

          $arbitrationRetentionPolicy = @(Get-RetentionPolicy -DomainController $RoleDomainController | where {$_.Name -eq 'ArbitrationMailbox'});

          set-mailbox -Arbitration -identity $sysMbx -RetentionPolicy $arbitrationRetentionPolicy[0].Identity -Force;

          }

          }

          else

          {

          Write-ExchangeSetupLog -Info ("Cannot find E-discovery arbitration mailbox with name=$name.");

          }

          }

          else

          {

          write-exchangesetuplog -info "Skipping creating Discovery Arbitration Mailbox because of insufficient permission."

          }

          }

        " was run: "Database is mandatory on UserMailbox.".


Md. Ramin Hossain


Exchange 2013 - Outlook Preauthentication

$
0
0

We have an Exchange 2013 Project and plan the publishing of the Outlook Anywhere Service. We have the following scenario:

- Outlook Anywhere with preauthentication from the Internet

- Preauthentication Basic or NTLM

- No direct access to the Exchange CAS Server from Internet (Reverse Proxy, or LB)

- No TMG 

Now I'm looking for a solution which can do preauthentication.

Best Regards - Bueschu


Bueschu

Setup Error Reinstallin Exchange 2013

$
0
0
Trying to reinstalling Exchange 2013 after removing Exchange from ADSI, IIS, Registry, and Active Directory. Receiving the following error when attempting AD Prep. ERROR: Method Not found:  Boolean Microsoft.Exchange.Data.Mime.MimeAddressParser.IsValidDomain(System.String, Int32, Boolean)'. and the setup fails.  This occurs whether I try Schema Prep, ADPrep or just trying to load Exchange.  This is a lab environment.  Any suggestions to correct the install?

O365 migration where Exchange 2003 and 2007 coexist ?

$
0
0

I was about to do a O365 cutover migration from on-premise Exchange 2003, when I read the following:

You can’t migrate public folders directly from Exchange 2003. If you’re running Exchange 2003 in your organization, you must move all public folder databases and replicas to Exchange 2007 SP3 RU15 or later. No public folder replicas can remain on Exchange 2003.

That is from the following TechNet article:

https:/ /technet.microsoft.com/en-US/library/jj200758(v=exchg.150).aspx

So, if I install Exchange 2007 to coexist with Exchange 2003 and move the public folders, will that scenario be supported by a O365 cutover migration? or should I completely move to Exchange 2007 and get rid of Exchange 2003 prior to the O365 migration?

OR should I migrate the 300+ public folders to O365 some other way, skipping the Exchange 2007 migration.

 

How to implement DMARC policy in Exchange Server as a recipient

$
0
0

Hi,

Our company has Exchange server and we want to implement DMARC as a receiver. As below link says receiver like mailbox provider should implement DMARC themselves, we use our company server as mail server so we don't even know whether DMARC is implemented as a receiver. Please let me know how can I implement DMARC in our Exchange server.

http://dmarc.org/faq/end-users/#u_2

Exchange Server 2013 migration and high avalability

$
0
0

Hello,

We are using Office 365 online and will be migrating onto an in-house Exchange Server 2013 on a new Windows Server box.

I have two questions:

1. What is the best way to migrate everything from the Office 365 to the in house server? Do I setup a hybrid environment and then move the mailboxes and then remove the hybrid environment?

2. What is the best way to setup high availability for the in-house Exchange server? I found out that in order to setup Exchange 2013 as high availability it needs to run on Windows server 2012 STD or Windows server 2008 Enterprise.

Please let me know and provide links to step by step instructions if possible.

Thank you, Karel


Thank you. Karel Grulich, MCSE, SBS

Cross Forest Migration

$
0
0

Hi 

We are looking to complete 2 cross forest migrations - One from 2007 and the other from 2010 to 2013

Native tools are being used with ADMT and New-MoveRequest.  But in terms of co-existence (GAL & Free/Busy), PF's and web URLs including Autodiscover - has anyone had to complete a cross forest migration and if so are there any tips to make it as seamless as possible?  Plus any gotcha's to take care of?

Thanks 


Intermitent Receive Errors

$
0
0

Good Evening,

I am running into an Intermittent receive error on Exchange 2013 RU 8 on Windows 2012.  Messages will randomly error with :

 The server returned status code 451 - Error in processing. The server response was: 4.7.0 Temporary server error. Please try again later. PRX5
Exception details:
Message: Error in processing. The server response was: 4.7.0 Temporary server error. Please try again later. PRX5
Type: System.Net.Mail.SmtpException
Stack trace:
at System.Net.Mail.DataStopCommand.CheckResponse(SmtpStatusCode statusCode, String serverResponse)
at System.Net.Mail.DataStopCommand.Send(SmtpConnection conn)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at Microsoft.Exchange.Tools.ExRca.Tests.SmtpMessageTest.PerformTestReally()

Elapsed Time: 21538 ms. 

Exchange receive logs show the following:

mail.hulbertassociates.com Microsoft ESMTP MAIL service ready at <RegionalDay-Date-24HourTimeFormat> <RegionalTimeZoneOffset>,



EHLO www.testexchangeconnectivity.com,



SMTPSubmit SMTPAcceptAnySender SMTPAcceptAuthoritativeDomainSender AcceptRoutingHeaders,Set Session Permissions



250-mail.hulbertassociates.com Hello [157.56.138.143],



250-SIZE 104857600,



250-PIPELINING,



250-DSN,



250-ENHANCEDSTATUSCODES,



250-STARTTLS,



250-AUTH NTLM,



250-8BITMIME,



250-BINARYMIME,



250 CHUNKING,



MAIL FROM:<Admin@TestExchangeConnectivity.com>,



SMTPSubmit SMTPAcceptAnySender SMTPAcceptAuthoritativeDomainSender AcceptRoutingHeaders,Set Session Permissions



receiving message



250 2.1.0 Sender OK,



RCPT TO:<jparks@hulbertassociates.com>,



250 2.1.5 Recipient OK,



DATA,



354 Start mail input; end with <CRLF>.<CRLF>,



Proxy destination(s) obtained from OnProxyInboundMessage event



Message or connection acked with status Retry and response 441 4.4.1 Error encountered while communicating with primary target IP address: ""Failed to connect. Winsock error code: 10060, Win32 error code: 10060."" Attempted failover to alternate host, but that did not succeed. Either there are no alternate hosts, or delivery failed to all alternate hosts. The last endpoint attempted was 65.102.233.138:2525"



451 4.7.0 Temporary server error. Please try again later. PRX5 ,



Remote(SocketError)

I am at a loss at the moment.  Any suggestions would be appreciated.


After upgrade exchange owa, ecp and outlook stop working

$
0
0

Yesterday I installed the updates that Microsoft had released. Unfortunate as it looks like OWA, ECP and Outlook stopped working after this installation. See picture for the updates were made.

What you are greeted by when besker OWA and ECP is a blank page. Is anyone had the same problem and knows how to fix this?

Or is there a way to back these updates?


Jesper B

CU8 Update Fails with Error

$
0
0

Hi, we're trying to update our Exchange Server 2013 from CU7 to CU8.  One of our servers updated successfully (with problems after installing but were resolved).  One our production server, when running the update we receive an error saying the following:

"Incomplete Installation Detected" followed by "Setup has detected that a previous installation of exchange on this computer didn't complete successfully.  Setup will try to complete this installation.  Click next to continue."

When we click on next, the setup fails with an error saying the following:

"Warning: An unexpected error has occurred and a Watson dump is being generated:  Could not find a part of the path 'C:\Windows\Temp\ExchangeSetup\bin\EnterpriseServiceEndpointsConfig.xml'."

We found a path like that in a different directory and copied it so it matched the path and file but when running the setup again, the file got deleted and we received the same error.  Also couldn't find a .dmp file or log file in the Windows debug folder that had to do with this error.

Any help would be appreciated.

Thanks,

John

Getting errors when I run any Exchange Public Folder commandlet

$
0
0

We are running Exchange 2013 migrating from Exchange 2007. The last thing that I need to do to complete the migration is to migrate the public folders. There seems to be an issue, when I run a public folder command (Get-PublicFolder) I get the following error. I found this article but it really doesn't help. In order to migrate these folders I need run the commands. Any assistance appreciated.

http://support.microsoft.com/kb/2621350

C:\Windows\systen32>Get—PublicFolder
Get-PublicFolder " There is no existing PublicFolder that matches the following Identity: '\'. Please make sure that you specified the correct PublicFolder Identity and that you have the necessary permissions to view PublicFolder.
At line:1 char :17
+ Get-PublicFolder <<<<
+ CategoryInfo : NotSpecified: (0:Int32) [Get-PublicFolder], Mapi
OperationException
+ FullyQualifiedErrorId : A01373CB.Microsoft.Exchange.Management.MapiTasks.GetPublicFolder

Exchange 2013 and 2007 coexistence with ISA 2006

$
0
0

Short and simple question: Should this configuration work, am I just missing something stupid or do we need to rethink the entire architecture?Should Exchange 2013 directly internet-facing CAS be able to redirect 2007 mailbox users to ISA-published Exchange 2007 OWA without double authentication in coexistence scenario?

I have a Exchange 2007 environment which works just fine:
- Two CAS servers and two mailbox servers
- OWA and AS are published to internet with an ISA 2006 gateway.
- ISA is configured to have FBA authentication on web listener, doing LDAP auth from two domains (the same domain where the Exchange servers are and an another domain in different forest) and delegating to Exchange as basic auth.
- On Exchange FBA is disabled for OWA, Basic and Integrated enabled.

Now we would like to introduce an Exchange 2013 server to the environment, switch client access over to it and have users accessing their OWA emails on the Exchange 2007 mailboxes before the mailboxes are transferred to Exchange 2013. ISA 2006 will be decommissioned together with the Exchange 2007 environment and Exchange 2013 will be directly internet facing, but at least the first attempt to get this to work failed.

We have two separate single-name certificates, let's call them mail.company.com and mail2007.company.com. The later one is for the legacy email, and first one is used and has been used for the actual client connections.

- mail.company.com is assigned to Exchange 2013 CAS, mail2007.company.com to ISA server listener.
- DNS records to mail.company.com are switched to point to Exchange 2013 CAS public IP, mail2007.company.com to ISA public IP.
- ISA rules were updated to accept the mail2007.company.com host name and multiple different authentication configurations were tried.
- Exhange 2007 OWA and other virtual directories were updated to use mail2007.company.com as the external URL.

I could get Exchange 2013 OWA to authenticate the user and forward the connection to ISA FBA, but with any configuration I couldn't get rid of double authentication. Disabling ISA FBA and letting client authenticate with Exchange directly didn't work out any better.


Update from Exchange 2013 SP1 to CU8 error

$
0
0

hi,

i've got problem when update to cu8.

the file 'c:\program files\microsoft\exchange server\v15\transportroles\agents\hygiene\asdat.msi' is not a valid installation package for the product microsoft exchange 2007 standard anti-spam filter updates. try to find the installation package 'asdat.msi' in a folder from which you can install microsoft exchange 2007 standard anti-spam filter updates.

please help me..

move from Exchange 2003 to Exchange Online

$
0
0

Hi

im looking into moving from Exchange 2003 to Exchange Online. What would be the recommended upgrade path?

I want to use single-sign-on and migrate the mailboxes from the old server with as little downtime as possible. 


NSF to PST! Require Information

$
0
0

Upgraded Lotus Notes version into newer 8.5 it has complex functionalities. These functions are not easily graspable and it takes long time to understand, I decide to export my data into another (MS Outlook) platform, is it possible, I want new updates about conversion in cost-effective manner. And if yes then suggests me the way?

File \ClientAccess\SharedWebConfig.Config is not created on Exchange server 2013CU7 setup in Existing 2007 Organisation

$
0
0

Hello,
access to most backend websites on the mailbox server logs asp.net Event ID 1310 A configuration error ocured.

Looking to the web.config file A reference to D:\Exchange\ClientAccess\SharedWebConfig.Config has been found, but this file did not exist on both servers MBX and CAS role. The Installdir has been set to D:\Exchange during Installation wizard. The setup did not log any error creating such a file to C:\ExchangeSetupLogs\ExchangeSetup.log.

Another machine installed with Exchange 2013SP1, then updated to CU7 is OK. \TF

Mobile Devices Prompt for Password/Remote Connectivity Analyzer is Fine

$
0
0

I'm in the middle of migrating from Ex2007 to Ex2013. This is a simple setup with a single server running Ex2007. Port forwarding on the firewall redirects incoming port 443 to Ex2007 for activesync/owa, etc. Exchange 2013 has been installed and configured. Both are coexisting fine. I've moved one mailbox. Exchange 2013 has a valid wildcard SSL certificate.

Now, I change the port forward on the firewall to direct 443 to the new server instead of the old. Remote Connectivity Analyzer connects and verifies that everything is fine for both the migrated mailbox as well as mailboxes that are still on Ex2007. However, for all mailboxes (the migrated one as well as all of the ones still on Ex2007), iPhones repeatedly prompt for password. Entering your password does no good. If you remove the account from the iPhone and add it back then everything is fine. The problem is that we have about 100 phones and doing this to each will be a nightmare. I changed port forwarding back to the old server until we can figure this out. Has anyone else run into this issue? To emphasize, ActiveSync is working fine. I have also found that, instead of removing the Exchange account and adding it back to the iOS device, you can just go into account settings, change a field and save, causing the iOS device to re-verify. After that, you are fine. Any ideas?

Change external urls on existing deployment without user interruption

$
0
0

We've got a client who changed its Company Name just after the migration of 2010 => 2013.
All mailboxes are moved to 2013.  Now we need to change their external/internal urls without user interruption...

Current config:

    2 x Windows 2012 R2 + Exchange 2013 RU7 => 1 DAG => 2 databases (primary & archive)

External urls:
activesync.currentcompany.be
autodiscover.currentcompany.be

Internal urls:
Exchange2013.currentcompany.be

DNS records:
autodiscover SRV record for newcompanyname.be

Accounts:
Login@newcompanyname.be

New config:

Same servers

External urls:
activesync.newcompanyname.be
Internal urls:
exchange2013.newcompanyname.be

What is the best practice for this?

Unable to receive outside mail through alias email address

$
0
0

My domain is scooters.com.

I went into the godaddy console and put the identical a record and mx record into skateboards.com.

Which is another domain i own in the console.

I can access skateboards.com through owa as if it is scooters.com.

I can send and receive between scooters.com and skateboards.com.

however I cannot receive incoming email in skateboards.com from anywhere else.

Anyone in my organization can send mail with a skateboards.com email but can't receive replies.

They can send but not receive.



Droid Hacker

Viewing all 7008 articles
Browse latest View live


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