Quantcast
Channel: Exchange Server 2010 forum
Viewing all 19214 articles
Browse latest View live

Exchange 2010 installation error

0
0

Hello ,

i facing problem i cannot install exchange i get the below message:

Summary: 12 item(s). 10 succeeded, 1 failed.
Elapsed time: 00:50:44


Organization Preparation
Completed

Elapsed Time: 00:11:41


Preparing Setup
Completed

Elapsed Time: 00:00:00


Stopping Services
Completed

Elapsed Time: 00:00:01


Copy Exchange Files
Completed

Elapsed Time: 00:06:18


Language Files
Completed

Elapsed Time: 00:16:08


Restoring services
Completed

Elapsed Time: 00:00:16


Languages
Completed

Elapsed Time: 00:00:10


Management Tools
Completed

Elapsed Time: 00:00:21


Hub Transport Role
Completed

Elapsed Time: 00:06:53


Client Access Role
Completed

Elapsed Time: 00:04:44


Mailbox Role
Failed

Error:
The following error was generated when "$error.Clear();
      $random = new-object System.Random;
      $ExcludeMdbAtCreation = $false;

      if (($RoleDatacenterExcludeDefaultMailboxDatabase -eq $null) -and ($RoleIsDatacenter -eq $true))
      {
        write-exchangesetuplog -error "Parameter ExcludeDefaultMailboxDatabase should be defined on the DatacenterConfig file."
      }
      else
      {
        if ($RoleDatacenterExcludeDefaultMailboxDatabase -ne $null)
        {
          $ExcludeMdbAtCreation = $RoleDatacenterExcludeDefaultMailboxDatabase;
        }

        for ($i = 0; $i -lt 3; $i++)
        {
          if (-not $RoleMdbName)
          {
            $NameCandidate = $RoleMailboxDatabaseName + " " + $random.Next().ToString("0000000000");
          }
          else
          {
            $NameCandidate = $RoleMdbName;
          }

          if ($NameCandidate.Length -gt 64 )
          {
            $NameCandidate = $NameCandidate.Substring(0, 64);
          }

          $mbxmdb = new-mailboxdatabase -Name $NameCandidate -Server:$RoleFqdnOrName -DomainController:$RoleDomainController -ErrorAction:SilentlyContinue -EdbFilePath:$RoleDbFilePath -LogFolderPath:$RoleLogFolderPath -IsExcludedFromProvisioning:$ExcludeMdbAtCreation;

          if ($mbxmdb -ne $null)
          {
            break;
          }
        }
      }
    " was run: "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)".

An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.1.218.11&e=ms.exch.err.Ex88D115&l=0&cl=cp

Error:
The following error was generated when "$error.Clear();
      $random = new-object System.Random;
      $ExcludeMdbAtCreation = $false;

      if (($RoleDatacenterExcludeDefaultMailboxDatabase -eq $null) -and ($RoleIsDatacenter -eq $true))
      {
        write-exchangesetuplog -error "Parameter ExcludeDefaultMailboxDatabase should be defined on the DatacenterConfig file."
      }
      else
      {
        if ($RoleDatacenterExcludeDefaultMailboxDatabase -ne $null)
        {
          $ExcludeMdbAtCreation = $RoleDatacenterExcludeDefaultMailboxDatabase;
        }

        for ($i = 0; $i -lt 3; $i++)
        {
          if (-not $RoleMdbName)
          {
            $NameCandidate = $RoleMailboxDatabaseName + " " + $random.Next().ToString("0000000000");
          }
          else
          {
            $NameCandidate = $RoleMdbName;
          }

          if ($NameCandidate.Length -gt 64 )
          {
            $NameCandidate = $NameCandidate.Substring(0, 64);
          }

          $mbxmdb = new-mailboxdatabase -Name $NameCandidate -Server:$RoleFqdnOrName -DomainController:$RoleDomainController -ErrorAction:SilentlyContinue -EdbFilePath:$RoleDbFilePath -LogFolderPath:$RoleLogFolderPath -IsExcludedFromProvisioning:$ExcludeMdbAtCreation;

          if ($mbxmdb -ne $null)
          {
            break;
          }
        }
      }
    " was run: "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)".

An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.1.218.11&e=ms.exch.err.Ex88D115&l=0&cl=cp

Error:
The following error was generated when "$error.Clear();
      $random = new-object System.Random;
      $ExcludeMdbAtCreation = $false;

      if (($RoleDatacenterExcludeDefaultMailboxDatabase -eq $null) -and ($RoleIsDatacenter -eq $true))
      {
        write-exchangesetuplog -error "Parameter ExcludeDefaultMailboxDatabase should be defined on the DatacenterConfig file."
      }
      else
      {
        if ($RoleDatacenterExcludeDefaultMailboxDatabase -ne $null)
        {
          $ExcludeMdbAtCreation = $RoleDatacenterExcludeDefaultMailboxDatabase;
        }

        for ($i = 0; $i -lt 3; $i++)
        {
          if (-not $RoleMdbName)
          {
            $NameCandidate = $RoleMailboxDatabaseName + " " + $random.Next().ToString("0000000000");
          }
          else
          {
            $NameCandidate = $RoleMdbName;
          }

          if ($NameCandidate.Length -gt 64 )
          {
            $NameCandidate = $NameCandidate.Substring(0, 64);
          }

          $mbxmdb = new-mailboxdatabase -Name $NameCandidate -Server:$RoleFqdnOrName -DomainController:$RoleDomainController -ErrorAction:SilentlyContinue -EdbFilePath:$RoleDbFilePath -LogFolderPath:$RoleLogFolderPath -IsExcludedFromProvisioning:$ExcludeMdbAtCreation;

          if ($mbxmdb -ne $null)
          {
            break;
          }
        }
      }
    " was run: "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)".

An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.1.218.11&e=ms.exch.err.Ex88D115&l=0&cl=cp

Elapsed Time: 00:04:06


Finalizing Setup
Cancelled

 please i need help to solve this issue?

thanks


EMS script to read list of AD users and check which mailboxes they have access to

0
0

Hi,

I was given a csv file with AD user accounts that are going to be deleted and recreated in an AD restructure project, the file  name is C:\ADusers.csv

Username
User1
User2
User3
Etc....

My aim is to identify AD users with access to mailboxes before the accounts are recreated,

The below will produce a list of users with access to the mailboxes in ADusers.csv

Get-Content C:\ADusers.csv | Get-Mailbox -resultsize unlimited |Get-MailboxPermission | where { ($_.AccessRights -eq "FullAccess") -and ($_.IsInherited -eq $false) -and -not ($_.User -like "NT AUTHORITY\SELF") } |ft identity, user, accessrights, isinherited, deny -Autosize | Out-String -width 10000

How do I go about changing the above to scan ADusers.csv AD accounts and produce a list of mailboxes they have access to?

Thanks in advance

adding more ip address to a hub/cas server

0
0

Exchange 2010 sp3

i used to have a casarray but since my HUB2 went down, there is only one HUB1 left. also, something happened to the WNLB such that i have to shutdown the CASarray too.

now we have many applications pointing to the ip address of the CASarray and are failing because the ip is no longer online.

can i add the ip address of the downed CASarray to the remaining HUB1 server? are there any possible problems with that scenario?

Mail queuing after third party software install

0
0
Hi!

We have installed a third party software to add signatures to our mails.
Now we have a problem that causing our mails to queue several times a day
on the server (they stay in the queue from 10 to 40 minutes) and then they automatically gets
released from the queue.

In the link a have attached the events from the eventlog that occurs when
the error appears.

We are running Exchange 2010 SP3 UR7 on Windows 2008 R2

http://www.speedyshare.com/HsY7A/Exchange-eventlog.zip

Exchange Management Shell (Exch 2010) - Error when opening

0
0
Hi,

Ive an Exchange 2010 SP3 server which wont open Exchange Management Shell. When opening it, I get the following:

The term 'ImportPSSession' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
 the spelling of the name, or if a path was included, verify that the path is correct and try again.
At C:\Program Files\Microsoft\Exchange Server\V14\bin\connectfunctions.ps1:64 char:18
+         ImportPSSession <<<<  -ClearCache:$false
    + CategoryInfo          : ObjectNotFound: (ImportPSSession:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


The only difference I can see between this and another server which works is get-modules shows the output below on the one that works but the one that fails doesnt show anything. (This could be a symptom though rather than the cause.)

ModuleType Name                                  ExportedCommands
----------      ----                                      ----------------
Script          <ServerNameReplaced>...   {Get-IRMConfiguration, New-MailUser, Enable-CmdletExtensionAgent, New-Ac...

Ive tried copying over the files in this article, but it didnt work:

http://blogs.technet.com/b/nawar/archive/2010/09/03/exchange-management-shell-ems-missing-after-applying-exchange-2010-sp1.aspx

Any help appreciated!?

Thanks

Stephen

How can I remove the first exchange server 2010 without any problems in DC

0
0

Hi,

our actually exchange is running on windows server 2008R2 with exchange 2010. I already install & configured a second Exchange 2010 server in the same domain. I also moved every mailbox to the new server. Now I have to deactivate the first server and I don't know, if I have to do something or can I deactivate the "old" server without any issues.

If I can deactivate it, how can I do this? Is it enough to uninstall exchange 2010 on the server and after that I uninstall the windows server? Did I have to change something before?

Thanks,

Mesut Uygun

btw. sorry for my bad english

Outbound mail not working - Exchange 2010

0
0

I am able to receive email but not able to send to the internet via a Send Connector.  I am using OWA to send email out and when I do a Message tracking it shows FAIL as eventId and does not go out.

Send Connector is configured to send email directly to the internet.  I have enabled "use the external dns lookup settings on the transport server" and added external DNS IP in transport server properties

ECP Page not loading after installing SP3 on Exchange 2010 CAS&HUB Server

0
0

I have installed SP3 on my Exchange CAS Server after that OWA was not working, hence I have reset owa, ecp,ews,oab, autodiscover & active sync virtual directory from EMC. After that OWA is started working.

But While accessing ECP , content is not loading properly. I have reset virtual directory of ecp 2 times but problem is still same. 


Kashi


set-casmailbox command for all users?

0
0

I want to disable the feature in OWA that allows a user to edit their photo.  I got the following command to work but I want to run this for all users and the following command requires me to add a name.  We have 5 different databases.  Is this possible?

Set-CASMailbox John.Doe -OwaMailboxPolicy "Default".

Ex2013sp1


PennyM

Incorrect time zone return of message from declined room booking responses

0
0

Hi,

We are currently on GMT+1 (UK) time zone on all of our exchange servers / domain.

How when book rooms / resources we get the following (as below) response to declined bookings, which is 1 hour out.

From: Desk024
Sent: 06 October 2014 08:18
To: xxxxxx xxxxxxxx
Subject: Declined All: Desk booking
When: Occurs every Monday, Tuesday, Wednesday, Thursday, and Friday effective 13/10/2014 until 31/10/2014 from 06:30 to 16:30 (UTC) Monrovia, Reykjavik.
Where:

Your meeting request was declined

This resource can only be scheduled during the working hours of 7:00 AM to 7:00 PM on Monday, Tuesday, Wednesday, Thursday and Friday.

All times listed are in the following time zone: (UTC) Monrovia, Reykjavik

  _____  

How can be set so that it actually states the correct time zone (UK, London).

Thank you for any help in advance.

Regards

Shana

event id 9217 source Msexchange transport

0
0
 have exchange 2010 and I got error with event number 9217 source MS Exchange Transport 

More than one Active Directory object is configured with the recipient addressIMCEAEX-ADCDisabledMail@mydomain. Messages to this recipient will be deferred until the configuration is corrected in Active Directory

how can fix the problem ?

Remove Headers on Outbound Mail Exchange 2010 SP3

0
0

I ran the following command on my exchange 2010 SP3 server to remove header info but I still see the internal server names in the headers when messages sent to the internet.

Get-SendConnector "SENDCON" | Remove-ADPermission -User "NT Authority\Anonymous Logon" -ExtendedRights "ms-exch-send-headers-routing"

Shared Calendar transferring ownership or multiple owners?

0
0
This topic I know has been touched on a bit but not on my particular case some people responding include a meeting in shared calendar and the calendar itself all in the same. So my question is regarding a shared calendar on the exchange. Recently our boss had left the company but is still consulting for us so we still have time to make changes. She created a shared calendar and we have edit permissions but we would like one or a couple of us administrators to have owner permission so that we can grant permission to future new hires. Is it possible or is there a remedy to this situation?

Slow (no more than 7 per minute) sent emails in a status update for many situation

0
0

We have a new Exchange 2010 system and the need of nightly status for a large number of customers.

Initially, I simply increased the number of mails the involved email accounts could send and that allowed them to deliver.

The problem then was/is that they are still limited to about 7 mails per minute.

At this stage I increased the connection throttling from 20 to 2000, though the average of 7/min is still the norm.

Here are commands I used for throttling increase:

New-ThrottlingPolicy -name 2000EmailMaxConcurr -RCAMaxConcurrency 2000
Set-Mailbox address1 -ThrottlingPolicy 2000EmailMaxConcurr
Set-Mailbox address2 -ThrottlingPolicy 2000EmailMaxConcurr

have read of other efforts, but though assistance rather then cluttered rule implementation was in order.

Anyone have a similar issue and solution?

In my last mass mailing instance, a 2003 installation, I do not recall having to alter the default to allow more than 7 emails per minute from an address.

Thank you in advance for any assistance-

Stuart


Stuart TechnoFile



Cannot send email via ActiveSync when user connect from Internet (Exchange 2010 SP3 RU5)

0
0

Hi All. 

This is the first time I encounter this kind of issue, whenever user connect from the internet they cannot send email from their Phone or Windows Mail App, but they can retrieve email 

But when they connect from Internal Network they can send email. I already test ActiveSync from internet using www.testexchangeconnectivity.com and it pass all tests. 

I also check the Firewall and all the necessary ports already opened (we even open all ports) , the default TTL on the firewall 3600 second. 

From what I read ActiveSync use some kind of HTTP POST or in MS terminology "PING" command, but still have no idea what kind of configuration that should be made to the Firewall so it can pass this "PING" command. Because from what I see in Android Logcat the problem always related to this PING command 


10-07 08:12:38.714 I/Exchange(31971): Interrupt with reason 1
10-07 08:12:38.714 I/Exchange(31971): Ping task ending with status: -1
10-07 08:12:38.904 D/Exchange(31971): created outputstream
10-07 08:12:39.204 W/Exchange(31971): IOException sending mail
10-07 08:12:39.204 E/Exchange(31971): Generic error for operation SendMail: status 200, result -100
10-07 08:12:39.204 W/Exchange(31971): Aborting outbox sync for error -99
10-07 08:12:39.274 I/Exchange(31971): Ping task starting for 3
10-07 08:12:39.304 D/SyncManager(644): failed sync operation user@testing.com u0 (com.android.exchange), com.android.email.provider, USER, latestRunTime 71219435, EXPEDITED, reason: 10040, SyncResult: stats [ numIoExceptions: 1]
10-07 08:12:39.304 D/SyncManager(644): not retrying sync operation because SYNC_EXTRAS_DO_NOT_RETRY was specified user@testing.com  u0 (com.android.exchange), com.android.email.provider, USER, latestRunTime 71220078, EXPEDITED, reason: 10040



Exchange 2010 Out of Office Assistant not working?

0
0
New server with a new Exchange 2010 install into an existing domain...

When users on both the internal network and external network try to access the Out of Office Assistant they get an error message of: " Your Out of Office settings cannot be displayed, because the server is currently unavailable".

I have done tons of research on WebServicesVirtualDirectory and AutodiscoverVirtualDirectory and set both internal and external URL's that work if you go to them in IE )internally and externally offsite).

Here are the settings of Autodiscover and Webservices:
[PS] C:\Windows\system32>Get-WebServicesVirtualDirectory | Format-List


RunspaceId : 86aaf7fc-ca19-45b2-87d1-45ec432a670d
CertificateAuthentication :
InternalNLBBypassUrl : https://MAILSERVER.domain_name.local/ews/exchange.asmx
GzipLevel : High
Name : EWS (Default Web Site)
InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated, WSSecurity}
ExternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated, WSSecurity}
LiveIdSpNegoAuthentication : False
WSSecurityAuthentication : True
LiveIdBasicAuthentication : False
BasicAuthentication : True
DigestAuthentication : False
WindowsAuthentication : True
MetabasePath : IIS://MAILSERVER.domain_name.local/W3SVC/1/ROOT/EWS
Path : C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\exchweb\EWS
Server : MAILSERVER
InternalUrl : https://MAILSERVER.domain_name.local/EWS/Exchange.asmx
ExternalUrl : https://mail.domain_name.com/owa
AdminDisplayName :
ExchangeVersion : 0.10 (14.0.100.0)
DistinguishedName : CN=EWS (Default Web Site),CN=HTTP,CN=Protocols,CN=MAILSERVER,CN=Servers,CN=Exchange Adm
inistrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=M
icrosoft Exchange,CN=Services,CN=Configuration,DC=domain_name,DC=local
Identity : MAILSERVER\EWS (Default Web Site)
Guid : 4639e4b9-9cf3-4f92-8940-f7c31e07cd47
ObjectCategory : domain_name.local/Configuration/Schema/ms-Exch-Web-Services-Virtual-Directory
ObjectClass : {top, msExchVirtualDirectory, msExchWebServicesVirtualDirectory}
WhenChanged : 4/1/2010 2:47:37 PM
WhenCreated : 3/11/2010 11:02:22 AM
WhenChangedUTC : 4/1/2010 8:47:37 PM
WhenCreatedUTC : 3/11/2010 6:02:22 PM
OrganizationId :
OriginatingServer : DOMAINCONTROLLER.domain_name.local
IsValid : True

-----------------------------------------

[PS] C:\Windows\system32>AutodiscoverVirtualDirectory | Format-List


RunspaceId : 86aaf7fc-ca19-45b2-87d1-45ec432a670d
Name : Autodiscover (Default Web Site)
InternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated, WSSecurity}
ExternalAuthenticationMethods : {Basic, Ntlm, WindowsIntegrated, WSSecurity}
LiveIdSpNegoAuthentication : False
WSSecurityAuthentication : True
LiveIdBasicAuthentication : False
BasicAuthentication : True
DigestAuthentication : False
WindowsAuthentication : True
MetabasePath : IIS://MAILSERVER.domain_name.local/W3SVC/1/ROOT/Autodiscover
Path : C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\Autodiscover
Server : MAILSERVER
InternalUrl : https://MAILSERVER.domain_name.local/autodiscover/autodiscover.xml
ExternalUrl : https://mail.domain_name.com/autodiscover/autodiscover.xml
AdminDisplayName :
ExchangeVersion : 0.10 (14.0.100.0)
DistinguishedName : CN=Autodiscover (Default Web Site),CN=HTTP,CN=Protocols,CN=MAILSERVER,CN=Servers,CN=Exc
hange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organiza
tion,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain_name,DC=loca
l
Identity : MAILSERVER\Autodiscover (Default Web Site)
Guid : 7a234ea2-20fc-412b-bbf0-3ea5f965d8da
ObjectCategory : domain_name.local/Configuration/Schema/ms-Exch-Auto-Discover-Virtual-Directory
ObjectClass : {top, msExchVirtualDirectory, msExchAutoDiscoverVirtualDirectory}
WhenChanged : 4/1/2010 3:00:49 PM
WhenCreated : 3/11/2010 11:02:07 AM
WhenChangedUTC : 4/1/2010 9:00:49 PM
WhenCreatedUTC : 3/11/2010 6:02:07 PM
OrganizationId :
OriginatingServer : DOMAINCONTROLLER.domain_name.local
IsValid : True

Test-OutlookWebServices comes up with errors. The Test E-mail AutoConfiguration within Outlook still appears to be looking for Autodiscover at different URLs...

OOF within Outlook Web App functions.

Any suggestions would be helpful!

Exchange 2010 help

0
0

Hi,<o:p></o:p>

We arefacing following problems on our exchange 2010 server.<o:p></o:p>

1. We gave the permission some users to "send mail on behalf of user", but when they send the mail. After reached mail to recipient, from didn't showing on the behalf of user but showing user's name. We checked that we gave only "send on behalf of permission" not "send as". We tested and found it happened
to all users mailboxes. What should be the problem?<o:p></o:p>

2. We have
etup hybrid exchange configuration with office365. We moved some users
mailboxes on office365. Among those users, some users are not able to open on
premise shared mailboxes even though they have access, on other side some users are able to open the same mailboxes. What should be the problem?<o:p></o:p>

Please helpme to resolve these issues.

Regards,<o:p></o:p>


Resource booking, directly on a resource calendar, leads to error "You don't have permission to perform this action." in OWA

0
0

Hi @ all,

we currently have an issue with resource booking in OWA, in Exchange 2010, SP3 and UR6. Our people are used to book resources in OWA the following way:

  • Open the resource calendar in OWA with "Share --> Add calendar"
  • Display the resource calendar by activating the checkbox on the left
  • Double click on a free space in the resource calendar or choose "new", while resource calendar highlighted

This was working just fine until some days/ weeks ago. Now, the described procedure throws a "You don't have permission to perform this action." error. The scheduling assistant in OWA is working fine with resources, however, one of the resources is not recognized as a resource anymore in OWA, because the scheduling assistant says: "Attendees are not allowed in the Rooms list and have been moved to the Attendees list."

Booking in Outlook 2010, directly on a resource calendar, is working just fine.

Any ideas, what this could be?

Thanks and best regards
Sascha

managing spam email on the User's Mailboxes

0
0

Hi,

i would like to ask if there's a way where I can delete spam email (actually it was detected as trojan by our current AV but failed to delete), residing on some of the user's mailboxes.

i think this can be down via powershell but my concern is I can only do it on my Win7 machine. 

is it possible to enable the Get-Mailbox cmdlet on Windows 7?

many thanks.

Users Restriction

0
0

Hi,

I am using Exchange 2010. We need to restrict 4 or 5 users to not accept emails from external domains like yahoo.com or gmail if recipient on this email is more than 7 users.

Is it possible?

Viewing all 19214 articles
Browse latest View live




Latest Images