Exchange 2013 Install error
Exchange 2013 Remove-MailboxExportRequest error: Cannot process argument 'identity'
I have exported several mailboxes from Exchange 2013 to a PST file. Now I want to remove the export requests, since they have completed successfully. I tried
get-mailboxexportrequest | remove-mailboxexportrequest
and I get the following error:
Cannot process argument transformation on parameter 'Identity'. Cannot convert value "00000000-0000-0000-0000-000000000000" to type"Microsoft.Exchange.Management.RecipientTasks.MailboxExportRequestIdParameter". Error: "This IdParameter cannot find an object of the specified type.
Parameter name: identity"
+ CategoryInfo : InvalidData: (uiu.uiu.edu/UIU-Users/UIU-Staff/WalkerA\:PSObject) [Remove-MailboxExportRequest], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Remove-MailboxExportRequest
+ PSComputerName : servername.domain.edu
So I run
Get-mailboxexportrequest
And I see that the name and Identity of the moves are empty, completely.
Using remove-mailboxexportrequest alias\mailboxexport0 doesn't work either.
Using remove-mailboxexportrequest with the requestGUID parameters doesn't work either.
How can I remove this request?
Kevin
Recommendations for Exchange 2013 with same email domain, but different countries
We currently have our main Exchange servers in Germany, but have multiple locations in the United States. We have MPLS connections to Germany, but they are fairly slow, and we have other traffic besides Exchange on these connections.
When setting up a new computer for a user in the US, it takes multiple days for Outlook to copy the mail down for the first time setup (and with the speed, we definitely want the local cache).
I was thinking it may improve performance by setting up a server at the main location in the United States. I'm assuming we can configure exchange to forward all incoming mail for the US accounts would from the German Exchange server to US server.
Would this be a recommended setup? Any suggestions for best practices or making this as efficient as possible?
Thank you!
--Kent
PF migration 2007 to 2013
I have followed http://technet.microsoft.com/en-us/library/jj150486(v=exchg.150).aspx in migrating our modest PF on Exchange 2007 to Exchange 2013 (we are sitting on a co-existence at the moment).
After step 7 and on Step 8, when I set myown account as test and opened Outlook, I was greeted with the below message when I tried to open our PF from Outlook 2010 (KB2596517 is already updated and this was working from Mailbox 2013 and opening the PF on 2007 fine )
"The set of folders cannot be opened. The attempt to log on to Microsoft Exchange has failed."
I ignored the error (alas!) and completed Step 8 only to realise the error persisted. After which I had to follow the steps for roll back but the error persisted. I had to dismount the PF on 2007 and re-mount it to bring it back online.
Anyone else having similar issues and any advise?
Many thanks,
Ramu
Ramu V Ramanan
Exchange Requirments Calulator
this to work. I require the following
active/active multiple dags. If I select active/active single dag the distribution diagram looks good.?
No matter what I do only 1 dag is ever listed and the other has an cross line going through it.
DAG | Database Base Name |
DAG1 | MBX |
Help please?
Celtic
Outlook 2010/2007 not connected with Exchange 2013
Dear All,
Outlook 2010/2007 not connected with Exchange 2013, if the system joined at domain network and login through domain user, its works fine and outlook connected using auto discover But when a system not connected over domain, manually configured outlook neither authenticated and nor connected.
Regards
Exchange 2013 autodiscover not redirecting from 443 to 444
Hello
I have exchange 2013 server with CAS and mailbox roles.
As i understand CAS listens on 443 port (Default web site) and mailbox on 444 (back end)
I am not able access autodiscover directory. If i browse to:
https://exchange2013server/autodiscover/autodiscover.xml
I get HTTP 400 error:
This error (HTTP 400 Bad Request) means that Internet Explorer was able to connect to the web server, but the webpage could not be found because of a problem with the address.
If i browse to:
https://exchange2013server:444/autodiscover/autodiscover.xml
Everything works fine.
Why i am not redirected from 443 to 444 port when trying to access https://exchange2013server/autodiscover/autodiscover.xml ?
Exchange 2010 Branch Office Setup
I am currently planning on setting up a branch office for a client.
Head office has a domain controller and a exchange 2010 server.
The two offices are already linked with site to site VPN.
I am planning on installing a server at the branch office for the purpose of a domain controller and exchange server.
Exchange will be setup with DAG to replicate between the two exchange servers
Brach office will have its own mail store database
My question is what roles are required on the branch office exchange server to have the branch office users connect to their mailbox directly on their server
Thanks
Cross forest migration Exchange 2010
i have below setup and need to some help to verify few things
Source DC( win2003 FF/DF - Windows 2003 R2 DC's ), Source Exchange 2007 ( SCC-main site, SCR -DR )
Source Domain - sourceDM.com ( FSMO - PDC, IN, PID DC1.sourceDM.com )
Source Forest - abc.com(rootdomain ) ( Schema, Name cone - DC1.abq.com)
Target Forest ( Windows 2003 FF/DF - windows 2008 R2 DC's ) Target Exchange 2010 Sp3
Target DC - targetDM.com( All FSMO DC1.target.com )
if i have Trust(two-way) only with targetDM.com to SourceDM.com , can i move foreword with Cross forest migration. I tried with ADMT and face some issues with SID History and password only. do i need forest level trust ( from source root domain and target Domain -
Unable to access ECP, OWA & exchange PowerShell
AD: Windows Server 2003 SP2
Exchange: Exchange Server 2013 CU2
The server were working fine. But i not able to access ECP or OWA. When i tried to access via Internet Explorer - https://mail.email.com/ecp, it will display Bad Request - Invalid Hostname. If i tried using IP - https://192.168.1.2/ecp, it will display Not Found. If i tried using server name - https://exchange.domain.local/ecp, it will display Not Found.
In IIS manager's Default Web Site and Exchange Back End, i have added the mail.email.com as Host Name. But i still not able to open webpage for ECP or OWA.
As for the Exchange PowerShell,
VERBOSE: Connecting to exchange.domain.local.
New-PSSession : [exchange.domain.local] Connecting to remote server exchange.domain.local failed with the following error
message : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid Hostname</h2>
<hr><p>HTTP Error 400. The request hostname is invalid.</p>
</BODY></HTML>
[Server=exchange,RequestId=86879a7d-d842-4a09-99ad-2c2a84dd5546,TimeStamp=9/9/2013 7:47:38 AM] For more
information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.
.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
gTransportException
+ FullyQualifiedErrorId : -2144108477,PSSessionOpenFailed
Failed to connect to an Exchange server in the current site.
Enter the server FQDN where you want to connect.:
Any suggestion to resolve the issue?
The MX value doesn't match one of the allowed values:mail.eo.outlook.com,mail.protection.outlook.com,mail.messaging.microsoft.com,invalid.outlook.com
We are migrating to Office 365. I ran the Office 365 Exchange DNS Connectivity test and received the following failure:
The MX value "name of the host server" doesn't match one of the allowed values:mail.eo.outlook.com,mail.protection.outlook.com,mail.messaging.microsoft.com,invalid.outlook.com
I checked the DNS entries both internally and externally and the MX records are correct. The spellings are correct.
I hear this is a DNS issue, but I'm wondering is this an issue with the Office 365 Connectivity Analyzer instead?
Gene
MSExchange RBAC Event ID 265 error
Hi
I get the following error ever hour on a clean install of Exchange 2013 CU2 in a VM environment.
Any help appreciated.
Log Name: Application
Source: MSExchange RBAC
Date: 10/09/2013 7:27:01 a.m.
Event ID: 265
Task Category: RBAC
Level: Error
Keywords: Classic
User: N/A
Computer: EXSERVER.DOMAIN.local
Description:
(Process w3wp.exe, PID 6804) "User Org: Cannot get the VanriantConfigurationSnapshot, Exception is thrown Microsoft.Exchange.Data.DataValidationException: The property can't be empty.
at Microsoft.Exchange.Data.PropertyBag.set_Item(PropertyDefinition key, Object value)
at Microsoft.Exchange.Data.Directory.ADPropertyBag.set_Item(PropertyDefinition key, Object value)
at Microsoft.Exchange.Data.PropertyBag.UpdatePropertyDependents(ProviderPropertyDefinition propertyDefinition, Object value)
at Microsoft.Exchange.Data.PropertyBag.set_Item(PropertyDefinition key, Object value)
at Microsoft.Exchange.Data.Directory.ADPropertyBag.set_Item(PropertyDefinition key, Object value)
at Microsoft.Exchange.Data.ConfigurableObject.set_Item(PropertyDefinition propertyDefinition, Object value)
at Microsoft.Exchange.Configuration.CmdletFlight.GetSnapshot(ADRawEntry executingUser, IRecipientSession recipientSession)"
Regards
Brad
Exchange 2013 installation Problem
When I try to finalize installation of Exchange 2013, I get the Readiness Check message saying "Installing Exchange on a domain controller is not recommended" How do I resolve this issue?
Thanks
how to move/remove arbitration mailboxes on corrupted (?) and unmounted DB Exchange 2010
Hello all, thanks for reading!
Installed Exchange 2010 onto a 2008 server SP2 in my 2007 Exchange environment.
At the end of the install, there was an error with the MB Role install. Now I have a mailbox DB that is not mounted with a copy status of ServiceDown.
I tried making a new mailbox DB but they error out with the following
Summary: 2 item(s). 1 succeeded, 1 failed.
Elapsed time: 00:00:01
New test2
Completed
Warning:
An error occurred while trying to prepopulate newly created mailbox "/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=SystemMailbox{5bf68acc-4846-4478-8d29-04ba67bd6d9b}" in database "test2" on server"FRESNOMAIL". "/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=SystemMailbox{5bf68acc-4846-4478-8d29-04ba67bd6d9b}" may not immediately be available for certain cmdlets and operations until it has
replicated. If you need to run the cmdlet again, and you want more information about the error, please add the -Verbose parameter. Error: 0x8004010F.
Exchange Management Shell command completed:
new-mailboxdatabase -Server 'FRESNOMAIL' -Name 'test2' -EdbFilePath 'D:\Exchange Program Files\Mailbox\test2\test2.edb' -LogFolderPath 'D:\Exchange Program Files\Mailbox\test2'
Elapsed Time: 00:00:00
Mount test2
Failed
Error:
Couldn't mount the database that you specified. Specified database: test2; Error code: An Active Manager operation failed. Error: The Microsoft Exchange Replication service may not be running on server FresnoMail.Brandt.local. Specific RPC error message: Error
0x6d9 (There are no more endpoints available from the endpoint mapper) from cli_MountDatabase3..
An Active Manager operation failed. Error: The Microsoft Exchange Replication service may not be running on server FresnoMail.Brandt.local. Specific RPC error message: Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from cli_MountDatabase3.
Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from cli_MountDatabase3
Exchange Management Shell command attempted:
mount-database -Identity 'test2'
Elapsed Time: 00:00:00
I wanted to uninstall/reinstall the MB role but I get an error indicating there are mailboxes in this new DB. I believe these to be the arbitration mailboxes. Running get-mailbox shows one MB named DiscoverySearchMailbox that is on the Exchange 2010 server.
Any thoghts on how I could proceed?
Exchange 07, 2 AD Domains, 1 07 Exchange, 1 AD Site, Move to 2 AD Sites and Services Sites.
I currently have (Active Directory) a.domain and b.domain. I have a.domain and b.domain email addresses. a.domain has its own DCs (IP range 192.168.1.x) and b.domain has its own DCs plus 07 exchange server (IP range 192.168.16.x) Between the two locations I have a 3 meg VPN pipe with 90 ms ping times. I have 1 Default-First-Site-Name in Active Directory Sites and Services which both domains are assigned.
I want to move each domain to its own Site in AD Sites and Services so at each site users will authenticate with the appropriate DCs. In addition, I want emails to be submitted correctly to the 07 Exchange Server located in a.domain (192.168.1.x). Both domains are at 2003 level.
Mailboxes migrated from 2010 to 2013 cannot be accessed, new 2013 mailboxes can
Hello all,
I have installed 2 exchange 2013 servers (1x Client Access, 1x Mailbox) in an existing 2010 SP3 environment.
- When creating new mailboxes, these mailboxes work perfectly fine.
- When migrating an existing (2010) mailbox to a new 2013 database, the migration takes very long (>24h per mailbox, also very small ones) and eventually complete with warning that the old database cannot be cleaned up.
This migrated mailbox cannot be accessed by OWA nor by Outlook 2013 clients. Get-Mailbox does show the mailbox in the new 2013 database.
How can I troubleshoot this?
Regards,
Stephan van der Plas
You know you're an engineer when you have no life and can prove it mathematically
Global Address Book Not Updating Company Wide After Migration
We recently Migrated from a Server running Microsoft Server 2003 (Exchange 2003) to Microsoft Server 2012 (Exchange 2010). A week or two after the migration completed we started noticing that any new Active Directory additions or changes were not being reflected within the Global Address Book.
Example:
We added Lisa Smith a week ago to Active Directory and when we go into any version of Outlook to "TO:" we do not see Lisa in there under the Global Address Book. But if we select All Users, she is in there.
So far we have tried Going into Organization Configuration --> Offline Address Book --> and Added a New Default Offline Address List.
We have run the Manual Update and waited the 24 Hour window and seeing no change. Any recommendations on where we can start? We are not Advanced Exchange Users, please keep this in mind.
EMC and EMS won't load
After applying the latest available updates to my Exchange 2010 server (all roles on the same server), I experienced many problems with all Exchange services. Finally got everything working after applying SP3 and Rollup 2. However, I still can't access EMC or EMS. I've tried every fix posted on the net, including the Kerberos settings, authentication settings, removing/creating the Powershell virtual directory, etc. OWA and Activesync appear to be working well. The problem I am having is related to the powershell assembly microsoft.exchange.configuration.redirectionmodule, which won't load. Note that I have checked redirection on the default website and redirection is NOT enabled. Also, SSL is NOT enabled on the powershell virtual directory.
Note that all references to the server name have been changed for security purposes.
The error I get from the EMC is:
Connecting to remove server failed with the following error message: The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid.
It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true -CurrentVersion 'Version 14.3 (Build 123.4)"
When I try to browse to the path http:\\localhost\powershell I get this error:
Configuration Error
Description:An error occurred during the processing of a configuration file required to
service this request. Please review the specific error details below and modify
your configuration file appropriately.
Parser Error Message:
Could not load file or assembly
'Microsoft.Exchange.Configuration.RedirectionModule, Version=14.0.0.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
The system cannot find the file specified.
Source Error:
|
Source
File: C:\Program Files\Microsoft\Exchange
Server\V14\ClientAccess\PowerShell\web.config Line: 42
Assembly Load Trace: The following information can be helpful to
determine why the assembly 'Microsoft.Exchange.Configuration.RedirectionModule,
Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be
loaded.
The following error is logged to the application log:
Log Name: Application
Source: ASP.NET 2.0.50727.0
Date: 9/3/2013 9:37:14 AM
Event ID: 1310
Task Category: Web Event
Level: Warning
Keywords: Classic
User: N/A
Computer: email.internal.domain
Description:
Event code: 3008
Event message: A configuration error has occurred.
Event time: 9/3/2013 9:37:14 AM
Event time (UTC): 9/3/2013 2:37:14 PM
Event ID: 431f044ca41840608befc3b349f74463
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT/Powershell-5-130226926347440719
Trust level: Full
Application Virtual Path: /Powershell
Application Path: C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\PowerShell\
Machine name: EMAILVM1
Process information:
Process ID: 4404
Process name: w3wp.exe
Account name: NT AUTHORITY\SYSTEM
Exception information:
Exception type: ConfigurationErrorsException
Exception message: Could not load file or assembly 'Microsoft.Exchange.Configuration.RedirectionModule, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
(C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\PowerShell\web.config line 42)
Request information:
Request URL:
http://email.internal.domain/powershell?serializationLevel=Full;ExchClientVer=14.3.123.4;clientApplication=EMC;PSVersion=2.0
Request path: /powershell
User host address: ::1
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\SYSTEM
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\SYSTEM
Is impersonating: False
Stack trace: at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)
at System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement)
at System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList)
at System.Web.HttpApplication.GetModuleCollection(IntPtr appContext)
at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
Custom event details:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASP.NET 2.0.50727.0" />
<EventID Qualifiers="32768">1310</EventID>
<Level>3</Level>
<Task>3</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2013-09-03T14:37:14.000000000Z" />
<EventRecordID>262884</EventRecordID>
<Channel>Application</Channel>
<Computer>email.internal.domain</Computer>
<Security />
</System>
<EventData>
<Data>3008</Data>
<Data>A configuration error has occurred.</Data>
<Data>9/3/2013 9:37:14 AM</Data>
<Data>9/3/2013 2:37:14 PM</Data>
<Data>431f044ca41840608befc3b349f74463</Data>
<Data>1</Data>
<Data>1</Data>
<Data>0</Data>
<Data>/LM/W3SVC/1/ROOT/Powershell-5-130226926347440719</Data>
<Data>Full</Data>
<Data>/Powershell</Data>
<Data>C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\PowerShell\</Data>
<Data>EMAILVM1</Data>
<Data>
</Data>
<Data>4404</Data>
<Data>w3wp.exe</Data>
<Data>NT AUTHORITY\SYSTEM</Data>
<Data>ConfigurationErrorsException</Data>
<Data>Could not load file or assembly 'Microsoft.Exchange.Configuration.RedirectionModule, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (C:\Program
Files\Microsoft\Exchange Server\V14\ClientAccess\PowerShell\web.config line 42)</Data>
<Data>http://email.internal.domain/powershell?serializationLevel=Full;ExchClientVer=14.3.123.4;clientApplication=EMC;PSVersion=2.0</Data>
<Data>/powershell</Data>
<Data>::1</Data>
<Data>
</Data>
<Data>False</Data>
<Data>
</Data>
<Data>NT AUTHORITY\SYSTEM</Data>
<Data>1</Data>
<Data>NT AUTHORITY\SYSTEM</Data>
<Data>False</Data>
<Data> at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase)
at System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement)
at System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList)
at System.Web.HttpApplication.GetModuleCollection(IntPtr appContext)
at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
</Data>
</EventData>
</Event>
Also, the following error is logged to the Windows Remote Management log:
Log Name: Microsoft-Windows-WinRM/Operational
Source: Microsoft-Windows-WinRM
Date: 9/3/2013 9:37:15 AM
Event ID: 142
Task Category: Response handling
Level: Error
Keywords: Client
User: TEKRA\administrator
Computer: email.internal.domain
Description:
WSMan operation CreateShell failed, error code 2150858999
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-WinRM" Guid="{A7975C8F-AC13-49F1-87DA-5A984A4AB417}" />
<EventID>142</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>10</Task>
<Opcode>2</Opcode>
<Keywords>0x4000000000000002</Keywords>
<TimeCreated SystemTime="2013-09-03T14:37:15.202050400Z" />
<EventRecordID>6377923</EventRecordID>
<Correlation ActivityID="{0190DC40-F800-0000-D358-209A97A6CE01}" />
<Execution ProcessID="6120" ThreadID="3752" />
<Channel>Microsoft-Windows-WinRM/Operational</Channel>
<Computer>email.internal.domain</Computer>
<Security UserID="S-1-5-21-2144219272-1324115150-410060929-500" />
</System>
<EventData>
<Data Name="operationName">CreateShell</Data>
<Data Name="errorCode">2150858999</Data>
</EventData>
</Event>
PLEASE note that I have been through every blog post, KB article, and anything else I can find and nothing has worked. I'm hoping someone can come up with a new approach.
Thanks!!
Joe
Creating business email
hello everyone. Okay this question might be a little too basic from a lame man. I want to know how do I create a business email with custom address like abc@mydomain.com using exchange?
Do I need to buy domain elsewhere or does microsoft provide the domain?
If elsewhere, after having bought the domain, do I need to also buy hosting services?
Ps: this is only for email. I do not want to create a website
Thank you
Ex2010 Mail flow problem between two site
We are facing send/receive problem in between Two Ex2010 SP1 MB server located at two different AD site.
Site-1: MB cant send/receive internal email to the Site-2: MB and vice versa.
Error: Currently there is no route to the mailbox database.
Please assist.
NA