Recreate connections in iis
Resource Room From 2010 - 2013 Migration
I could find few things on migrating the rooms (resources) however I was wondering how how could migrated users in forest A access the resources in forest B.
ForestA: exchange 2013 - new AD (forest)
ForestB: exchange 2010 - old AD (forest)
namespace is shared so emails are AnB@email.com
Users in forest A can see calendar free/busy in forest B as I have two way trust.
Setup Error
hi,
I'm getting the following error during install . please help me.
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{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";
$dispName = "Microsoft Exchange";
Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");
$mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );
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=$name.");
$arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
if ($arbUsers.Length -ne 0)
{
Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");
$sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;
}
}
}
else
{
if ($mbxs[0].DisplayName -ne $dispName )
{
Write-ExchangeSetupLog -Info ("Setting DisplayName=$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)
{
# We need 1 GB for uploading large OAB files to the organization mailbox
Write-ExchangeSetupLog -Info ("Setting mailbox properties.");
set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions:$true -MailRouting:$true -MessageTracking:$true -PstProvider:$true -MaxSendSize 1GB -Force;
}
else
{
Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");
}
}
else
{
Write-ExchangeSetupLog -Info "Skipping creating E15 System 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{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";
$dispName = "Microsoft Exchange";
Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");
$mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );
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=$name.");
$arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
if ($arbUsers.Length -ne 0)
{
Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");
$sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;
}
}
}
else
{
if ($mbxs[0].DisplayName -ne $dispName )
{
Write-ExchangeSetupLog -Info ("Setting DisplayName=$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)
{
# We need 1 GB for uploading large OAB files to the organization mailbox
Write-ExchangeSetupLog -Info ("Setting mailbox properties.");
set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions:$true -MailRouting:$true -MessageTracking:$true -PstProvider:$true -MaxSendSize 1GB -Force;
}
else
{
Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");
}
}
else
{
Write-ExchangeSetupLog -Info "Skipping creating E15 System Mailbox because of insufficient permission."
}
}
" was run: "Database is mandatory on UserMailbox.".
"The Exchange server for the database object "Mailbox Database 0637172224" wasn't found in Active Directory Domain Services. The object may be corrupted."
Getting REAL frustrated installing Exchange 2013. Tried to install MSDN Exchange 2013 and then update it with CU3 and that failed all over the place with exceptions.
So I am trying to install a "fresh" CU2 installation from command line and it goes quite a long way in the setup and then fails at Mailbox Role: Mailbox service. Fails trying to mount the database with "The Exchange server for the database object "Mailbox Database 0637172224" wasn't found in Active Directory Domain Services. The object may be corrupted."
As previously mentioned I did a complete error free install with MSDN 2013, no problems. Previous to CU2 install I installed all prerequisites, setup/ps, setup/PreapreAD, setup /pd.
Done searching for answers as this is gotten to be more than a headache. The goal here is to migrate Exchange 2007 to 2013 and I need at least CU2.
Any idea's???
Public folder migration cannot complete due to StalledDueToMailboxLock status
I'm on one of my last steps in migrating from 2010 to 2013. When I issue the command to Resume the migration request after the Autosuspend happens, I get a StalledDueToMailBoxLock, and it retries but never completes. I've removed the request and tried it again, but I get the same thing. The requests were 24 hours apart. I have no clients that are connecting to the 2010 server anymore, and all the user mailboxes have been migrated to 2013 successfully. I haven't found much online about this status, so I'm at a loss. By the way, this is during my Public Folder migration process. Sorry for leaving that out.
Thank you.
Exchange 2013 SP1 setup fails at prerequisite Analysis
I installed a completely new server network with Hyper-v 2012R2
I installed two virtual 2012R2 servers: DC01 as the Domain Controller of "testdomain.local" and EX01 as the Exchange server.
EX01 is joined the domain "testdomain" from DC01
I log in on EX01 with an in AD created testdomain\exadmin account who is member of domain admins, enterprise admins, schema admins, administrators and group policy creator owners.
I have run the command Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation, Telnet-Client, RSAT-ADDS
on EX01
I have installed the Microsoft Unified Communications Managed API 4.0
Then I run the Exchange 2013 SP1 setup and the prerequisite check gives the following errors:
Error:You must be a member of the 'Organization Management' role group or a member of the 'Enterprise Admins' group to continue.
For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.GlobalServerInstall.aspx
Error:
You must use an account that's a member of the Organization Management role group to install or upgrade the first Mailbox server role in the topology.
For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.DelegatedBridgeheadFirstInstall.aspx
Error:
You must use an account that's a member of the Organization Management role group to install the first Client Access server role in the topology.
For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.DelegatedCafeFirstInstall.aspx
Error:
You must use an account that's a member of the Organization Management role group to install the first Client Access server role in the topology.
For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.DelegatedFrontendTransportFirstInstall.aspx
Error:
You must use an account that's a member of the Organization Management role group to install or upgrade the first Mailbox server role in the topology.
For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.DelegatedMailboxFirstInstall.aspx
Error:
You must use an account that's a member of the Organization Management role group to install or upgrade the first Client Access server role in the topology.
For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.DelegatedClientAccessFirstInstall.aspx
Error:
You must use an account that's a member of the Organization Management role group to install the first Mailbox server role in the topology.
For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.DelegatedUnifiedMessagingFirstInstall.aspx
Error:
Setup encountered a problem while validating the state of Active Directory: Active Directory server is not available. Error message: Active directory response: The LDAP server is unavailable. See the Exchange setup log for more information on this error.
For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.AdInitErrorRule.aspx
Error:
Either Active Directory doesn't exist, or it can't be contacted.
For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.CannotAccessAD.aspx
I can connect with the Active Directory Sites and Domains and other applets to the AD. So Why these errors???
HELP!
Regards, Manu
Manu van Winkel
Exchange 2013 - OutlookAnywhere port usage
Exchange 2013 Enterprise
- two CAS
- six MB
HLB
Outlook 2010 / 2013
- Outlook Anywhere
I am seeing that my Outlook clients are maintaining persistent connections to my HLB device at between 2 - 6 connections per client. I have not opened up my full migration from Exch 2007 to Exch 2013 yet, and I am already seeing in excess of 4,000 conntecions to my HLB.
Is there a way to minimize the connections used by Outlook?
Tom
Exchange 2013 - Active Directory Site Move
Steps to migrate: Exchange 2010 SP1 / Windows 2008 R2 -----> Exchange 2010 SP3 / Windows 2008 R2 SP1
Hi all!
Is it possible to perform this migration?
For example, can I upgrade Windows 2008 R2 to Windows 2008 R2 SP1 while installed Exchange 2010 SP1 DAG?
Thanks!
co-existing with 2007
Hi all,
we've deployed 2013 and just need clarification that the receive connectors should be the last component to change for external incoming email. there are loads of contradicting comments and methods but which one is recommended
TIA
Unable to access Exchange 2013 EAC/ECP webpage
Hi All,
Getting extremely frustrated now with a new Exchange 2013 installation on a Windows Server 2012 VM...
After having a lot of problems with the installation (didn't uninstall visual c++ which caused failure, then needed to delete the AD Microsoft Exchange System Objects group due to permission failures, etc) I've now got a fully installed Exchange server. Still, now I cannot figure out how to fix my next problem - Accessing the EAC/ECP.
I've searched every possible web guide/forum thread and the only one which is the same issue I'm having is this one: http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/89c42771-78c9-4d94-88e5-557320eccc71
Unfortunately, as you can see in that thread, it is still unresolved.
Current Issue: trying to access https://localhost/ecp (or any other variation) returns a 404 Not Found.
The error page points the physical path to c:\inetpub\wwwroot\ecp however that folder does not exist. I have tried manually changing the IIS site (Exchange Back End) to point its physical path to C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\ecp which seems to be valid, however it doesn't work...
Not sure what else to do... HELP!
Oli
Autodiscover issue
I have a small enterprise with both Exchange 2010 and 2013 installed. Yesterday I began moving mailboxes from Exchange 2010 to Exchange 2013 as I expect to retire Exchange 2010. Exchange 2013 is installed on a Windows Server 2012 box that is a DC. Everything works fine except when I try to connect to the XCH 2013 server locally using Outlook 2013. Outlook keeps complaining that it can't open any folders/mailbox because Exchange is not online.
So I download the Microsoft Connectivity Analyzer tool, which I ran on several machines. It works fine with no issues except on the XCH 2013/WS 2012 box. When I run it there, I discover there is an Autodiscover issue which is probably why Outlook 2013 is unable to connect. Any ideas on how to fix this? Text below.
OutlookAnywhereConnectitivyFailed
We were not able to successfully connect to your email server via the Outlook Anywhere feature.
MCA Client tool is attempting to test Autodiscover for <user>.
Testing Autodiscover failed.
Test Results
Attempting each method of contacting the Autodiscover service.
The Autodiscover service couldn't be contacted successfully by any method.
Test Results
Attempting to test potential Autodiscover URL https://server/AutoDiscover/AutoDiscover.xml
Testing of this potential Autodiscover URL failed.
Test Results
Attempting to test potential Autodiscover URL https://autodiscover.server.com/AutoDiscover/AutoDiscover.xml
Testing of this potential Autodiscover URL failed.
Test Results
Attempting to contact the Autodiscover service using the HTTP redirect method.
The attempt to contact Autodiscover using the HTTP Redirect method failed.
Test Results
Attempting to contact the Autodiscover service using the DNS SRV redirect method.
MCA Client tool failed to contact the Autodiscover service using the DNS SRV redirect method.
Test Results
MCA Client tool is attempting to retrieve an XML Autodiscover response from URL https://server.com/Autodiscover/Autodiscover.xml for user et.com.
MCA Client tool failed to obtain an Autodiscover XML response.
Exchange Autodiscover in a domain trust environment
I am preparing an Exchange and AD migration / merge between two AD Domains and Exchange Org due to a recent merger / acquisition of another company. I am in the middle of an Exchange 2007 to Exchange 2013 migration whcih may complicate things:
Let me give you some background:
Domain A - "My Company" - Where all the mailboxes and AD accounts will eventually reside. We are mostly Exchange 2007 SP3 UR13, but we have Exchange 2013 SP1 set up, and are migrating accounts to 2013 as we speak. Domain is 2003 Native Mode.
Domain B - "The other company" - Where all the "other" mailboxes and AD accounts currently are. They are Exchange 2010 SP3 UR5. Domain is 2003 Native Mode.
I currently have a two-way transitive trust set up between Domain A and Domain B. The trust is working, users from either domain can log onto PC's on the other domain without issue. DNS resolution is fully functional between domains. Mapped drives happen,
group policy runs, everything is good, except Outlook.
However, when users from either domain try to log into Exchange from a PC on the opposite domain, they get an error which says "The connection to Microsoft Exchange is Unavailable. Outlook must be online or connected to complete this action". It appears autodiscover is not allowing connection to the other domain. I can resolve autodiscover.DomainA.com from a DomainB.com computer, and vice versa.
So question is, do I have to do something inside of Autodiscover for it to resolve or forward autodiscover requests from one domain to another? I would say I am fairly competent at Exchange, but this is something I am unfamiliar with.
public folder migration question - Outlook
Rich
Can't Transfer Mailboxes?
Hi All,
I'm trying to transfer mailboxes from a Small Business Server 2011 with Exchange 2010, to a 2012 R2 server with Exchange 2013. These mailboxes already have a move-request associated with them, so upon trying to remove them with the "Remove-MoveRequest -Identity "User@Domain.com"" I get the error "Couldn't find system mailbox 'e257419b-0971-4691-b91f-b05423bf3ab2' in Active Directory.
I've heard that you can restore system mailboxes by running .\setup PrepareAD which worked perfectly fine with other mailboxes, but I'm unable to recover this one. I literally just need to recover this mailbox so I can remove these move requests and get these mailboxes moved over onto a healthy server.
Does anybody know the best way of going about getting this back? I could do an AD Restore of the Small Business Server but I would rather not do that if I have to...
Exchange 2013 Disjoint Namespace
Hello,
I think I have it correct but wanted to be sure so asking you experts some thoughts :-)
I have a domain 'dirk.local' and a netbios name 'ntdirk'
Does this mean that I have a Disjoint Namespace and which Scenario from following article is my Scenario ?
http://technet.microsoft.com/en-us/library/bb676377(v=exchg.150).aspx
I think I have a Disjoint Namespace because netbios is different from dns domain name and the 3rd Scenario from above link is my Scenario i'm in.
So do I need to follow the guide at http://technet.microsoft.com/en-us/library/aa998420(EXCHG.80).aspx ("If the disjoint namespace is intended" and editmsDS-AllowedDNSSuffixes) ?
Do I need to add "ntdirk"and "dirk.local" as value in themsDS-AllowedDNSSuffixes ?
Unable to receive emails from Office 365 to on-premises users
i migrated 3 mailboxes from our on-premises exchange server to office 365. when sending emails from the 3 office 365 to on-premises users the emails are not received.Sending emails from office 365 to external is fine and emails from on-premises to Office 365 is also ok. from technet, there was a suggestion to set the domain to "internal relay" i did that and it did not fix the issue. the mx record is not yet pointed to microsoft. what could be the cause?
Invalid Certificate
Hi folks,
I am planning my exchange 2010 migration to 2013.
Right now I am doing some labs. In my lab the certificate from my internal CA is Invalid. I did everything like the MVA videos explained and also I already ave some exchange experience.
I guess the problem is in the internal CA.
How can I troubleshoot this?
Thanks!
exchange 2010 unable to restore default certificate
Hi All,
By mistaken I deleted the Exchange 2010 default certificate and now striving to install new one but unable to complete the installation. The pending request not complete while giving the correct certificate path. I read many blog and tried many different steps but did not get success.
Attached error might help and get the reply from some one to resolve my issue.
public folder migration from 2007 with 2010 and 2013 co-existence
Hi all,
I'm not sure if I did this right, I have a new Exch2013 and a fairly new 2010, I'm about to decommission 2007, so I followed one of the guides on how to migrate pf's from 2007 to 2013, that went fine I can see the pf's on 2013 and users can post.
But somehow I forgot to set replication from 07 to 10 for the pf's and now I can't see the pf's on 07 and 2010 also, when I run these commands I get "No existing 'PublicFolder' matches the following Identity: '\'", seems like users only in 2013 will see the pf's, but not users in 2010.
Get-PublicFolder-Identity \-Recurse| FL Identity,Replicas
Get-PublicFolder-Identity \NON_IPM_SUBTREE-Recurse| FL Identity,Replicas
Did I just botch my legacy pf's or since they are now migrated to 2013, can I get it to replicate in 2010 also, or salvage it from 2007. Any pointers or guides would be great.
thanks in advanced.
carlo