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

Error Preparing Schema for Exchange 2013

$
0
0

I recive this error when running the preparing AD for exchange 2013 on a 2012 r2 server. 

Error:

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

         #

         # O15# 2844081 - Create PartnerApplication "Exchange Online" in DC and On-Premise

         #

         $exch = [Microsoft.Exchange.Data.Directory.SystemConfiguration.WellknownPartnerApplicationIdentifiers]::Exchange;

         $exchApp = Get-PartnerApplication $exch -ErrorAction SilentlyContinue -DomainController $RoleDomainController | Where { $_.UseAuthServer };

         if ($exchApp -eq $null)

         {

             $exchAppName = "Exchange Online";

             $exchApp = New-PartnerApplication -Name $exchAppName -ApplicationIdentifier $exch -Enabled $RoleIsDatacenter -AcceptSecurityIdentifierInformation $false -DomainController $RoleDomainController;

         }

         # Create application account for Exchange

         $appAccountName = $exchApp.Name + "-ApplicationAccount";

         $appAccount = Get-LinkedUser -Identity $appAccountName -ErrorAction SilentlyContinue -DomainController $RoleDomainController;

         if ($appAccount -eq $null)

         {

           $appAccountUpn = $appAccountName.Replace(" ", "_") + "@" + $RoleFullyQualifiedDomainName;

           $appAccount = New-LinkedUser -Name $appAccountName -UserPrincipalName $appAccountUpn -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "UserApplication" -User $appAccount.Identity -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "ArchiveApplication" -User $appAccount.Identity -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "LegalHoldApplication" -User $appAccount.Identity -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "Mailbox Search" -User $appAccount.Identity -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "TeamMailboxLifecycleApplication" -User $appAccount.Identity -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "MailboxSearchApplication" -User $appAccount.Identity -DomainController $RoleDomainController;

           Set-PartnerApplication -Identity $exchApp.Identity -LinkedAccount $appAccount.Identity -DomainController $RoleDomainController;;

         }

       " was run: "Couldn't find a user with the identity "ESL.LOC/Users/Exchange Online-ApplicationAccount".".

Error:

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

         #

         # O15# 2844081 - Create PartnerApplication "Exchange Online" in DC and On-Premise

         #

         $exch = [Microsoft.Exchange.Data.Directory.SystemConfiguration.WellknownPartnerApplicationIdentifiers]::Exchange;

         $exchApp = Get-PartnerApplication $exch -ErrorAction SilentlyContinue -DomainController $RoleDomainController | Where { $_.UseAuthServer };

         if ($exchApp -eq $null)

         {

             $exchAppName = "Exchange Online";

             $exchApp = New-PartnerApplication -Name $exchAppName -ApplicationIdentifier $exch -Enabled $RoleIsDatacenter -AcceptSecurityIdentifierInformation $false -DomainController $RoleDomainController;

         }

         # Create application account for Exchange

         $appAccountName = $exchApp.Name + "-ApplicationAccount";

         $appAccount = Get-LinkedUser -Identity $appAccountName -ErrorAction SilentlyContinue -DomainController $RoleDomainController;

         if ($appAccount -eq $null)

         {

           $appAccountUpn = $appAccountName.Replace(" ", "_") + "@" + $RoleFullyQualifiedDomainName;

           $appAccount = New-LinkedUser -Name $appAccountName -UserPrincipalName $appAccountUpn -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "UserApplication" -User $appAccount.Identity -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "ArchiveApplication" -User $appAccount.Identity -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "LegalHoldApplication" -User $appAccount.Identity -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "Mailbox Search" -User $appAccount.Identity -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "TeamMailboxLifecycleApplication" -User $appAccount.Identity -DomainController $RoleDomainController;

           New-ManagementRoleAssignment -Role "MailboxSearchApplication" -User $appAccount.Identity -DomainController $RoleDomainController;

           Set-PartnerApplication -Identity $exchApp.Identity -LinkedAccount $appAccount.Identity -DomainController $RoleDomainController;;

         }

       " was run: "Couldn't find a user with the identity "ESL.LOC/Users/Exchange Online-ApplicationAccount".".


Installed Exchange 2010 Service Pack 3 Roll Up4 but Management console end up with different versions?

$
0
0

Hi,

We installed Exchange 2010 Service Pack 3 update roll up 4 in our two CAS servers using the same installers.  Both were at the same version prior to changes: 14.02.0318.001.  However, after  installation of SP3 + Rollup4, one CAS server ends up with version 14.03.0174.001, while the other one had 14.03.0123.003. 

I see this version when I open Exchange management console --> About Exchange.  But if I use the command: Get-Exchangeserver | fl name,edition,admindisplayversion both servers get same version like below:

Edition             : Enterprise
AdminDisplayVersion : Version 14.3 (Build 123.4)

Should I be concerned that on the management console they are slightly off versions? And can anyone explain to me why they end up in different versions but if I use the command line, they appear to be the same?

Thanks!

Exchange and UAG service pack compatibility

$
0
0

(this relates to Exchange 2010, but could not find the forum for that version)

We are currently on Exchange 2010 SP2 and UAG 2010 SP1.  I want to upgrade Exchange to SP3, and later on UAG to SP4, but not all at the same time due to scheduling.  Ideally we'd like to do Exchange first, then a week later update UAG.  Will Exchange 2010 SP3 be supported (function) on UAG SP1?  Should we update UAG to SP4 first, then later update Exchange 2010 to SP3 later?

autodiscover

$
0
0

I've mostly completed a successful coexistence/migration from EX2010 to EX2013 for a small test-environment.

One of the issues that I'm quite puzzled with is when configuring an Outlook client using AutoDiscover.  Instead of the expected local FQDN of the CAS, the 'Server-name' gets populated with what looks like a GUID(f8a4ed0f-24c1-487f-7709-1031ed808516@[mail.EXT-FQDN.com]) and the proxy-addresses get populated with *internal* DNS-names([svr-FQDN.local]/msstd:[svr-FQDN.local]).

I have to manually change the proxy addresses, and then the Outlook client works just fine...even with the existing strange GUID-looking server-name in place.

I've verified that the OutlookAnywhere settings in ECP contain the correct FQDN's for both external & internal host-names...I even changed them both to be external FQDN's since I have split-brain DNS in-place thinking that might help the cause.

thanks in advance for any/all insight to this odd little problem,

~~Rob


thx, ~~Robb

Email Forwarding For Migrated Users

$
0
0

So we have

2010 Exchange  User@abc.com

2013 Exchange User@abc.com

We are migrating mailboxes from 2010 to 2013 and its all working. However there is one problem we are encountering: Exchange 2013 is not or can not forward emails to 2010 Exchange because it does not see it..

(Also to note these users are on different forests AD abc.com and AD abc1.com)

So what would be best way to forward emails to 2010 exchange users that have not been migrated yet?

configuring exchange 2013 with MS PKI

$
0
0

while trying to configure exchange to work with certificates issued from my internal MS PKI, I deleted the self signed certificates. and now I can't access exchange. the good thing is that this is not a production environment yet. I was looking around and I couldn't find a documentation on how to request certificates from an internal CA. and how to assign the certificate to exchange.

I need help regarding this, if any one has a working environment with CAS and MB on different server, how the certificates are assigned in IIS.

QUESTION ABOUT CLIENT ACCESS ROLE AND MAILBOX SERVER INSTALLATION ON DIFFERENT HOSTS

$
0
0
If i install one mailbox server and three client access servers on three different hosts,then what will be the url to open ecp and owa?and also to do this kind of installation,what should i do?please help.

trainee


Inplace upgarde of Exchange 2013

$
0
0

Hi Guys,

Is it possible to do inplace upgrade of exchange 2013 from exchaneg 2010 ? I have recieved the following error when I runsetup /prepareschema  /IAcceptExchangeServerLicenseTermsfrom Exchange 2013 with SP1 CD.

Welcome to Microsoft Exchange Server 2013 Service Pack 1 Unattended Setup.

Setup checks failed: Earlier versions of the server roles that are installed were detected.

I am upgrading on my test enviornment where single Exchange server has all the roles in CA, MB & HT in Windows 2008R2 AD.

Any feedback will be appreciated.

Regards

Waydee


Sarwar


Mail flow between 2010(SP3) and 2013(SP1) not working

$
0
0

Hello,

i'have a single Exchange 2010(sp3) and i have just deployed a new Exchange 2013(sp1), mail flow from/to internet is working without problem, but when i try to send email from/to internal users located to 2010 server i have no success, no error, nothing.

What i can check on both server to understand what's wrong?

Thanks for help.

Exchange 2013, Error outlook anywhere.

$
0
0

We have Exchange 2013 installed on a DC. The internal domain name is the same as the External one (sst.com.tn). The domain name was purchased from OVH.COM.  Everything is working great except for the Outlook Anywhere.

First, the server's name is srv01. However when checking the account's parameters on outlook, I get this weird server name:

(Sorry it is in French).

The second problem is that when using Outlook Anywhere I get a certificate error, and when checking with testconnectivity.microsoft.com I get this error

Please, any ideas ???

superhero Watch Captain America 2 The Winter Soldier

$
0
0

superhero Watch Captain America 2 The Winter Soldier






has another agenda: to extract data from the ship's computers for S.H.I.E.L.D. director Nick Fury. Rogers returns to the Triskelion, S.H.I.E.L.D.'s headquarters, to confront Fury and is debriefed about Operation Insight: three Helicarriers linked

https://drive.google.com/drawings/d/1ZyBvRUv68g5ZVdhBC7tESggKYVMCV3Qf1vr5-jHR5JY/preview?pli=1
https://www.facebook.com/Captainamerica2thewintersoldieronlinehq
http://www.i-m.mx/part2/captainamericaoffer/


send and receive connector

$
0
0

Hi Everyone, I have 2 send connectors and 4 receive connectors configured on exchange server 2007.How do i know which send or receive connector i am using for my exchange 2007.I am doing the transition to exchange server 2013. If i  create a new send and receive connector in exchange 2013 without looking back to exchange 2007 will i face any issue.Do guide me how to create it in exchange 2013.

Sp1 and Cu3 mix ?

$
0
0
was testing how long it would take for the SP1 and did a test mailbox server .. with the rest of the environment on Cu3 moved my mailbox and mailflow stopped .. is this safe to assume its due to the mix environement. . moved it back with out issue.. just curios if I may have missed something ..,

David Ulrich

ERROR: You must be member of enterprise admin

$
0
0

Fresh installation on member server on AD. Old installation was correctly removed.

After check of prerequisites, like object i see:

You must be a member of the 'Organization Management' role group or 'Enterprise Admins' group to continue

Any ideas?

Could be 

CN=Microsoft Exchange Security Groups
CN=Microsoft Exchange Security Objects

that was NOT removed by disinstallation?

move mailboxes and public folders from exchange 2007 to Exchange 2013

$
0
0
1. How do i move mailboxes from exchange 2007 to exchange 2013. I have more than 1000 mailboxes.
What is the correct way to migrate. do i need to move a single mailbox. During migration do the mailboxes get corrupted
---------------------------------------------------------
2. I want to move public folders from Exchange 2007 to Exchange 2013.

I ran powershell commands and got these results please do guide me how to move to exchange 2013.and what are the shell commands

Get-publicfolder

Name Parent Path
---- -----------
IPM_SUBTREE


Get-publicfolder | select AdminDisplayName,FolderPath

AdminDisplayName FolderPath
---------------- ----------

Get-PublicFolderStatistics | select AdminDisplayName,FolderPath

AdminDisplayName FolderPath
---------------- ----------
exchangeV1 schema-root\microsoft\exchangeV1
Internet Newsgroups Internet Newsgroups


Get-PublicFolder -Recurse | fl name,replicas > c:\publicfolder.txt
Name : IPM_SUBTREE
Replicas : {}

Name : Internet Newsgroups
Replicas : {MAIL\Public Folder Storage\Public Folder Database}



Anti malware / anti spam / virus protection

$
0
0

Greetings,

With the introduce of Exchange Server 2013 along with its architecture, Microsoft has moved Transport services / roles to Mailbox Server Role. well, when it comes to anti malware / anti spam and viruses , Microsoft recommends deploying them on Mailbox Server role, while on CAS, not necessarily be deployed as long as messages are not inspected on CAS Servers.

While some articles say the opposite, and mention configuration of Anti malware ,etc.. on CAS Servers.

What is the best practice for deploying anti malware / spam / virus  Software on CAS, and what is the best recommended software for messaging and OS level protection, say Symantec for example.

Thanking you

Jamil

Domino To Exchange 2013 On-premise IMAP Migration

$
0
0

hi all,

I need some details about migrating mail users from IBM Domino 8.5 to Exchange 2013  (local server).

I have seen information about IMAP migration but when running Test-MigrationServerAvailability on my exchange server it seems that it's not available with the "-IMAP" argument !!!

Any help plz.

Powershell script to set custom attribute on mailuser returns WARNING: The command completed successfully but no settings of have been modified.

$
0
0

I am trying to write a script to enable a mailuser (I do know the difference between mailuser and mailbox) and set a custom attribute for that mailuser.  Every time I run the script I get "WARNING: The command completed successfully but no settings of <User DN> have been modified."  Both commands being invoked work when typed manually into the exchange management shell on the exchange server itself.  I am using the same administrator account in the script, and when I login to the exchange server to manually run the commands, so it shouldn't be a permission issue.  Here is my script so far.  If anyone can shed some light on what I'm doing wrong, I'd appreciate it.



$excel = new-object -com excel.application

$wb = $excel.workbooks.open("c:\temp\testmail8.xlsx")

$ws = $wb.Worksheets.Item(1)

$row = 1

$s = New-PSSession -ConfigurationName microsoft.exchange -ConnectionUri http://<Exchange Server Name>/powershell -Credential administrator@domain.com

Do {

$Email = $ws.Cells.Item($row, 1).Value()
$Cat = $ws.Cells.Item($row, 2).Value()

invoke-command -Session $s -ScriptBlock {Enable-MailUser -ExternalEmailAddress $($args[0][0] + "@domain.com") -Identity $($args[0][0])} -ArgumentList (,$Email, $Cat)

invoke-command -Session $s -ScriptBlock {Set-MailUser -Identity $($args[0][0]) -CustomAttribute1 $($args[0][1])} -ArgumentList (,$Email, $Cat)

$row++

     } While ($ws.Cells.Item($row,1).Value() -ne $null)

$excel.quit    

Exit-PSSession


Exchange 2007 - 2013 coexistence, autodiscover config

$
0
0

Hi all. 

I'm a bit lost, it's my first exchange 2013 install and my first coexistence scenario. So I need help. 

I've got an existing Exchange 2007 SP3 CU 12 organization, with 3 servers : 

- Server38 and Server39 as Mailbox Server, CCR Cluster, virtual node isServer40

- Server41 as CAS Server. 

I want to migrate everything to Exchagne 2013 SP1 on Windows 2012 R2. I have 2 servers : 

- Server12 and Server13 are Multirole servers, CAS ans MBX. I have configured a DAG. It's working. 

To provide HA on CAS service, I put this in order : http://exchangeserverpro.com/exchange-2013-client-access-server-high-availability/

Clearly, I want my CAS Server to be accessed with mail.domain.com instead of Server12.domain.com or Server13.domain.com

So I configure Outlook Anywhere like this : "Set-OutlookAnywhere -InternalHostname mail.domain.com -InternalClientsRequireSsl $false"

Now, I don't really imagine how I can use this platform during coexistence. 

I want to set users on my new servers, but autodiscover is configured in DNS to point Server41. 

Users can access to their mails via OWA and Outlook. 

How can I configure autodiscover? Must I change autodiscover record in DNS to point to new servers or should I let it on Server41? 
How will Outlook work when I migrate one user to the new servers? Will I have to change config? 

Thanks


Exchange 2013 Anti-Malware engine updates on non-internet facing server

$
0
0

Due to security requirements, our Exchange 2013 servers are non-internet facing. IPs will only route internally.

Is there a way to download/update the built-in 2013 Anti-malware product definitions on a regular basis?

I can't find anything regarding configuring an internet facing repository server or someone's custom scripts to accomplish this.

We do have SCCM in our environment as well if that can be leveraged in 2013.

Any and all help is appreciated!

Thank You,

Chris

Viewing all 7008 articles
Browse latest View live


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