Quantcast
Channel: Exchange Server 2013 - Outlook, OWA, POP, and IMAP Clients forum
Viewing all 10580 articles
Browse latest View live

extra owa virtual directory without creating new site

$
0
0
Hi,

I"d like to duplicate the owa virtual directory, and perform different authentication types on both of them.

eg :
https://mail.mydomain.com/owa : form based authentication
https://mail.mydomain.com/owa2 : windows integrated authentication

Is there a workaround to configure it on the same site without the need to have an extra url / ip address?
So we don't need to add another certificate, change LB settings, ..

Create multiple folders in user mailbox by EWS script

$
0
0

Hi, I got a script to create folder in user mailbox. But I dont know how to modify it to create MULTIPLE folders in user mailbox.

So, can anyone please help me out to create multiple  folders in user mailbox.

[string]$info = “White”                # Color for informational messages
[string]$warning = “Yellow”            # Color for warning messages
[string]$error = “Red”                 # Color for error messages
[string]$LogFile = “C:\Temp\Log.txt”   # Path of the Log File

function CreateFolder($MailboxName)
{
Write-host “Creating Folder for Mailbox Name:” $MailboxName -foregroundcolor  $info
Add-Content $LogFile (“Creating Folder for Mailbox Name:” + $MailboxName)

#Change the user to Impersonate
$service.ImpersonatedUserId = new-object Microsoft.Exchange.WebServices.Data.ImpersonatedUserId([Microsoft.Exchange.WebServices.Data.ConnectingIdType]::SmtpAddress,$MailboxName);

#Create the folder object

$oFolder = new-object Microsoft.Exchange.WebServices.Data.Folder($service)
$oFolder.DisplayName = $FolderName

#Call Save to actually create the folder
$oFolder.Save([Microsoft.Exchange.WebServices.Data.WellKnownFolderName]::msgfolderroot)

Write-host “Folder Created for ” $MailboxName -foregroundcolor  $warning
Add-Content $LogFile (“Folder Created for ” + $MailboxName)

$service.ImpersonatedUserId = $null
}

#Change the name of the folder
$FolderName = “Customer Folder Name”
Import-Module -Name “C:\Program Files\Microsoft\Exchange\Web Services\1.2\Microsoft.Exchange.WebServices.dll”

$service = New-Object Microsoft.Exchange.WebServices.Data.ExchangeService([Microsoft.Exchange.WebServices.Data.ExchangeVersion]::Exchange2010_SP1)

# Set the Credentials
$service.Credentials = new-object Microsoft.Exchange.WebServices.Data.WebCredentials(“Administrator”,”Password!12”,”domainname.com”)

# Change the URL to point to your cas server
$service.Url= new-object Uri(“https://E15-Machine.domainname.com/EWS/Exchange.asmx”)

# Set $UseAutoDiscover to $true if you want to use AutoDiscover else it will use the URL set above
$UseAutoDiscover = $true
$a = get-mailbox

$a | foreach-object {
$WindowsEmailAddress = $_.WindowsEmailAddress.ToString()

if ($UseAutoDiscover -eq $true) {
Write-host “Autodiscovering..” -foregroundcolor $info
UseAutoDiscover = $false
$service.AutodiscoverUrl($WindowsEmailAddress)
Write-host “Autodiscovering Done!” -foregroundcolor $info
Write-host “EWS URL set to :” $service.Url -foregroundcolor $info

 }
#To catch the Exceptions generated
 trap [System.Exception]
 {
    Write-host (“Error: ” + $_.Exception.Message) -foregroundcolor $error;
    Add-Content $LogFile (“Error: ” + $_.Exception.Message);
    continue;
 }
CreateFolder($WindowsEmailAddress)
}


ManojK

Outlook 2013 Certificate Message

$
0
0
I have built an exchange 2013 box and is coexisting with my exchange 2010 exchange. everything seams to be working fine except when i go into outlook. I get the following message.

Stonecold31666

Exchange 2013 category view always in "expand all" mode

$
0
0

Hi all,

having issues with mailboxes that have been migrated to Exchange 2013.If in category view and choose collapse all,then expand just a few,go to another folder/inbox then back all categories are expanded.Seems like Outlook (2010 and 2013) doesnt remember it.

Checked in view settings - group by - expand/collapse default is set to As last viewed.

This happens to all mailboxes exept those mailboxes that are on Exchange 2010.

Exchange 2010 sp3 cu6 had an update that fixes categoryview not updated,but cant find any for Exchange 2013.

Since the update is on server,i guess this can be changed on serverside settings in Exchange 2013?

Our workaround atm is to ask users to open additional mailbox in new window,but this doesnt work well for users with 1 screen.

Are there any fix for this?

Thanks.


Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

Mapi over HTTP issue

$
0
0

Hi all!

Hope somebody can help me out. In my test lab, where I`m experimenting with Exchange 2013 SP1 and Outlook 2013 SP1 I came across very annoying thing.

Let me explain a little bit more about config that worked.

Outlook 2013 connected to Exchange 2013 via RPC over HTTPS is working great actually really great. I have created my own certs and imported ROOT CA cert to all of my machines and things are working peachy. As part of my plans for 2014 I have to test and deploy MAPI over HTTP sometime at the end of 2014 in our company (and migrate fromEX2007 but this is different story).

OK so I`ve enabled MAPI over HTTP on my test server and configured 5 virtual machines with different accounts to test things out. Started Outlooks, accepted "Your administrator has made change ....." prompts and here we go, I`m connected MAPI/HTTP and all works really great.

Except for one thing. When it does connect, things are super fast and it works as it should. But sometimes it does not connect right away and it is sluggish in performance. Also Outlook is missing "Quick steps" menu, see attached image:

I restarted all servers, clients, clean Outlook install nothing helps.

When RPC/HTTPS I could quit and start Outlook 10 times and it worked 10/10 without problems.
When MAPI/HTTP I restart outlook and it works 6/10, so 4 times I get messed up Outlook and very poor performance.

Any idea where to start troubleshooting? Maybe Outlook has a bug or 2 with this mode?
Server is correctly sized and backed up by enough of memory and CPU, mailboxes have 100-3500 items in them.
Again, RPC/HTTPS works every time without any problem.
MAPI/HTTP works lets say 6 times without any prolem at all and really works great but 4 times out of 10 it makes me want to throw it away :)

If someone knows best way to troubleshoot this one, please let me know.

Regards,

G

Difficulties saving contact into public folder contacts

$
0
0

We have a Public folder that holds the company contacts. There are times when a contact is email to me that I can open the vcf file and save into my contacts. I would like to then be able to copy this contact into the public folder. I have tried to Hightlight or drag and drop and I get the error message

Cannot move the items. Could not complete the move. THe items may have been already moved or deleted.   I thought that the form or message class was different between the two, but isnt. The contact may have come from Business Contact Manager.... I also checked the permissions and have owner permissions that should allow me to do everything. . Is there any way to easily copy a contact from my email or personal contact folder into a Public Contact folder?

Thanks for any assistance

Action Items link in email displays a 404 error

$
0
0

Just installed a pair of Exchange 2013 servers in our organization and have configured a load balancer for access.  Mail flow, Activesync, calendar, etc.. are all working as expected but some emails display the Action Items link in Outlook.  When I click on it, the section expands and a 404 error is displayed.  If it were a connectivity issue with the load balancer I would expect to get a 'cannot access page' message.  This page is obviously generated by Exchange (if I scroll down it shows the same visual style as the Exchange 2013 OWA page).  I've tried searching solutions online and find plenty of information on developing Mail Apps but not much on administering them.  Anyone else run into this problem and/or know how to fix it?

Thanks!

-Nick

The attachment size exceeds the allowable limit

$
0
0

I am using Exchange 2013 on Windows 2010 and all my clients are Outlook 2010. 

We cannot attach more than 10MB's of attachments. I get the two below errors in Outlook:

I have increased both the send and received connectors in ECP to 100MB and restarted the transport service. No luck. All users are effected by this.

Any ideas?

Thansk


Dave


What is the process for sharing calenders and contacts via a company cell phone

$
0
0

Hi

how do you share Outlook calendars and contacts using a company cell phone...currently we are sharing using Outlook in the office using MS Exchange Server.

do you have any suggestions?thank you!

Shared Mailbox 'Send As' Error

$
0
0

I have created a shared mailbox with three recipients and this works fine.  I have added two 'Send As' delegates and this has worked but when I try and add another 'send as' I get the following error:-

warning
The appropriate access control entry is already present on the object "CN=Office,OU=**************.onmicrosoft.com,OU=Microsoft Exchange Hosted Organizations,DC=EURPR07A002,DC=prod,DC=outlook,DC=com" for account "EURPR07A002\kate50282152621639".

If I try and delete one of the 'send as' delegates I also get a very similar message.  I have checked as many settings as I can and cannot see a reason for this?

iPhones missing agenda and contact information

$
0
0

Hello

Does anyone know about this problem?

We have several users with iPhones who have lost mails, meeting agendas and contacts.

So, a resycnhronisation was forced; this resolved the problem with the mails but the problem still remains for:

- majority of contacts dissapeared

- ALL meeting agendas dissapeared

The iPhone itself receives an error code 500 as follows:

<START OF ERROR>

May 26 09:55:02 iPhone-de-L0311555 dataaccessd[98] <Notice>: 0x15e70950|EAS|Error|[ASSettingsTask 0x15e96090, conn 0x15ea5710, request 0x15e6f140] connection died with error Error Domain=ASHTTPConnectionErrorDomain Code=500 "The operation couldnt be completed. (ASHTTPConnectionErrorDomain error 500.)"

May 26 09:55:02 iPhone-de-L0311555 dataaccessd[98] <Notice>: 0x15e70950|EAS|Error|ASSettingsTask failed: Error Domain=ASHTTPConnectionErrorDomain Code=500 "The operation couldnt be completed. (ASHTTPConnectionErrorDomain error 500.)"

May 26 09:55:23 iPhone-de-L0311555 dataaccessd[98] <Notice>: 0x15e70950|EAS|Error|[ASSettingsTask 0x15e96090, conn 0x15d9e620, request 0x15d9dd90] connection died with error Error Domain=ASHTTPConnectionErrorDomain Code=500 "The operation couldnt be completed. (ASHTTPConnectionErrorDomain error 500.)"

May 26 09:55:23 iPhone-de-L0311555 dataaccessd[98] <Notice>: 0x15e70950|EAS|Error|ASSettingsTask failed: Error Domain=ASHTTPConnectionErrorDomain Code=500 "The operation couldnt be completed. (ASHTTPConnectionErrorDomain error 500.)"

May 26 09:55:24 iPhone-de-L0311555 dataaccessd[98] <Notice>: 0x15e70950|EAS|Error|[ASFolderSyncTask 0x15d7b820, conn 0x15ead570, request 0x15e92050] connection died with error Error Domain=ASHTTPConnectionErrorDomain Code=449 "The operation couldnt be completed. (ASHTTPConnectionErrorDomain error 449.)"

May 26 09:55:24 iPhone-de-L0311555 dataaccessd[98] <Notice>: 0x15e70950|EAS|Note |Getting a new server policy

May 26 09:55:45 iPhone-de-L0311555 dataaccessd[98] <Notice>: 0x15e70950|EAS|Error|[ASGetOptionsTask 0x15ea0ec0, conn 0x15ea7380, request 0x15e793a0] connection died with error Error Domain=ASHTTPConnectionErrorDomain Code=500 "The operation couldnt be completed. (ASHTTPConnectionErrorDomain error 500.)"

May 26 09:55:45 iPhone-de-L0311555 dataaccessd[98] <Notice>: 0x15e70950|EAS|Error|ASGetOptionsTask failed: Error Domain=ASHTTPConnectionErrorDomain Code=500 "The operation couldnt be completed. (ASHTTPConnectionErrorDomain error 500.)"

<END OF ERROR>

I would have thought that this is related to the ActiveSync element of Exchange server and there is no way to force a sync from the server end (unless Im mistaken), so a sync has been done by the client iPhone, but it doesnt resolve the problem.

If anybody is able to help, I'ld really appreciate it.

Many thanks

"Not Read" receipt received from sender for all emails sent.

$
0
0
We recently migrated from Exchange 2010 to Exchange 2013 and I've got one user that started having a strange problem after the migration.  She has Outlook set to request a read receipt for all emails that she sends and that works fine except that for every email she sends, she gets a "Not Read" receipt back and this not read receipt comes from her as if she sent the email to herself and didn't read it.  She also get the not read receipt if she deletes emails that are in her sent box and again, the not read receipt comes from her.  

This user is using Outlook 2007 SP3 with all available updates installed.  We've tried a new profile and we've also tried on a different computer with the same results.  She doesn't have any rules set up except for the one for clearing categories that I believe is a default rule.  I've checked the settings of the rule and there is nothing there that would be causing this.  The other strange thing is that these not read receipts seem to come in batches.  If she sends one email the the not read receipt doesn't show up or at least not immediately.  If she sends 2 or 3 messages then she'll get all of the not read receipts for those 2 or 3 messages at the same time.

Cross Forest Mailbox permissions

$
0
0

Hello,

We have a Exchange 2010 Resource Forest (Domain A) environment where all the mailboxes are hosted for multiple domains except for Domain B. Both the Forests Domain A and Domain B have two way transitive trust in between them . Also, there is a Domain B mail enabled user account present in Domain A .

There is a Shared mailbox created in the Domain A which, needs to be accessed by user accounts in Domain B. The Domain B "AD user account" has been provided with Full mailbox access to the Shared mailbox in Domain A but, still the user is not able to access the Shared mailbox from OWA and Outlook.

While adding the Shared mailbox to the Outlook client, the users receive below Warning dialog:

The namecannot be resolved.Thenamedoes not match anynamesin the address list.

While accessing from OWA it always displays - Access is denied.

Could anyone assist over the problem.

Thanks in advance.

Microsoft Outlook 2010 email stuck at outbox, the mail will successful send out after you restart the outlook

$
0
0

Dear Mdm/Sir,

I've a problem on Microsoft outlook 2010 with service pack 2.

Sometime it cannot send out email, the email will stuck at outbox.  It only work after you restart the outlook and resend.

I've add the 2 email account into this Outlook profiles and running at Windows 7 professional Operating system.

I've try run the Outlook into safe mode, but it can't solve the problem too.

I also create a new email profile and user profile, but still cannot solve the problem.

Please help,

Thank you,

Wcnw

Users can't view their archive mailbox content

$
0
0

Hello,

Our users can't view their archived mail. We have two cleanly installed Exchange server: mail01 and mail02, both with the Client access and Mailbox roles. I made a new database and enabled in-place archive for some users like described here http://technet.microsoft.com/en-us/magazine/jj933280.aspx . EAC shows me the "enabled" archiving state. Also i made and applied a new archive policy with two rules: "move default to archive after 1 year" and "remove deleted after two weeks". But users can see only 4 folders: RSS channels, RSS subscribes, spam-folder and deleted and all of them are empty. There is no inbox folder. Then I made an pst-import to the archive mailbox by the shell: new-mailboximportrequest -mailbox User1 -IsArchive -filepath \\...\user_old_mail.pst . The import completed successfully. EAC shows me that this user have a 1,8 Gb archived mail (the same size as pst file have), but user can't see no archived mail neither in Outlook, nor in OWA. I've tried to made an archive in same database where the mailbox resides, but still have the same issue.

Get-mailbox shows:

get-mailbox User1 | fl *archive*

ArchiveDatabase         : Archive
ArchiveGuid             : 6f723da2-1003-4f6f-9efc-5005d39dc630
ArchiveName             : {????? ?? ????? - User1} (we have Cyrillic archive box name)
JournalArchiveAddress   :
ArchiveQuota            : 100 GB (107,374,182,400 bytes)
ArchiveWarningQuota     : 90 GB (96,636,764,160 bytes)
ArchiveDomain           :
ArchiveStatus           : None
ArchiveState            : Local
DisabledArchiveDatabase :
DisabledArchiveGuid     : 00000000-0000-0000-0000-000000000000
ArchiveRelease          :

Test-ArchiveConnectivity

RunspaceId               : 5b6f53be-98b0-4b10-9fc2-0bcdc860fb49
Identity                 : user1@domain.com
PrimaryMRMConfiguration  :
PrimaryLastProcessedTime :
ArchiveDomain            :
ArchiveDatabase          : Archive
ArchiveMRMConfiguration  :
ArchiveLastProcessedTime :
ComplianceConfiguration  : ElcV2, ValidArchiveDatabase
ItemMRMProperties        :
Result                   : Successfully logged on to the users Archive mailbox.
Error                    :
IsValid                  : True
ObjectState              : New

Can anyone help me? Please.



Exchange 2010 to 2013 migration - problems with in-place archives

$
0
0

So we are in the middle of our migration to Exchange 2013, and appear to be having issues with migrating users with in-place archives on their mailboxes.

Environment:

Exchange 2010 SP3 RU1

Exchange 2013 SP1 RU1

Clients: Outlook 2010 SP1

The actual move request completes, the user account shows up as expected in the EAC with the archive, however when the user launches Outlook for the first time, only his primary mailbox gets reconfigured successfully. When the Archive -username link is clicked, an error pops up stating that "The set of folders cannot be opened. Server Microsoft Exchange is not available."

If we create a new profile for the user, the Archive connects just fine, but that also means they will have to download their entire OST again. Also, not very practical for 1,500 users with archives.

We have verified that this happens in both directions, i.e. if we move a mailbox + Archive from 2010 to 2013, or from 2013 to 2010. In OWA the archive is immediately available.

Has anyone else seen this in their environment?

Thanks,

Karl

Outlook 2013 connectivity issue with Exchange 2013

$
0
0

Hi,

We are using Exchange 2013 SP1 with Outlook 2013.. Today around 20 users are complaining for outlook connectivity. They are unable to connect outlook with exchange from office network.They can access emails using OWA from their machines. they are getting emails on their cell phones but outlook is not connecting with the server. When we do send / receive on outlook following error appears. Please note that outlook is working in Cached mode. I tried to run outlook without cached mode but unable to run and got the error message that the server is unavailable. Can't understand why it's happening? I can access emails on OWA on same machine but outlook is not working. Please help. Thanks.

task reported error (0x8004011D): The server is not available. contact your administrator if this condition persists please contact your administrator.


Regards, Riaz Javed Butt | Consultant Microsoft Professional Services MCITP, MCITP (Exchange), MCSE: Messaging, MCITP Office 365 | msexchgeek.wordpress.com

Sync Note field in outlook 2010

$
0
0
Is it possible to sync the note field with multiple people in the same company?  i use outlook 2010 and exchange 365.  When i enter notes in 1 person from a company the note field for a contact from the same company just stays blank.  thanks.

Error message after installing Office 2013 from DVD

$
0
0

After i install office 2013 on new Win 8.1 Pro laptop , i can start in control panel mail 32 bit option to configure accounts...

i found error in event logs:

Log Name:      Application
Source:        Application Error
Date:          2014-06-24 5:20:58 PM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      PMCHome
Description:
Faulting application name: rundll32.exe, version: 6.3.9600.16384, time stamp: 0x52158827
Faulting module name: KERNELBASE.dll, version: 6.3.9600.16656, time stamp: 0x531812f4
Exception code: 0xc06d007e
Fault offset: 0x00012c1a
Faulting process id: 0x1180
Faulting application start time: 0x01cf8ff2304d4f6f
Faulting application path: C:\Windows\SysWOW64\rundll32.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report Id: 6ebd5d06-fbe5-11e3-8263-7c7a9101e4d2
Faulting package full name: 
Faulting package-relative application ID: 
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-06-24T21:20:58.000000000Z" />
    <EventRecordID>1851</EventRecordID>
    <Channel>Application</Channel>
    <Computer>PMCHome</Computer>
    <Security />
  </System>
  <EventData>
    <Data>rundll32.exe</Data>
    <Data>6.3.9600.16384</Data>
    <Data>52158827</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.3.9600.16656</Data>
    <Data>531812f4</Data>
    <Data>c06d007e</Data>
    <Data>00012c1a</Data>
    <Data>1180</Data>
    <Data>01cf8ff2304d4f6f</Data>
    <Data>C:\Windows\SysWOW64\rundll32.exe</Data>
    <Data>C:\Windows\SYSTEM32\KERNELBASE.dll</Data>
    <Data>6ebd5d06-fbe5-11e3-8263-7c7a9101e4d2</Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>

Can some answer why?

Fresh install, no errors in install at all

Regards

Outbox Stuck, extra entry in Mail Profile

$
0
0

We are running an Exchange 2007/2013 Hybrid and we have an issue with Outlook 2010 users still on Exchange 2007.

We see that at random all messages sent will stay in the Outbox and not move. 

On checking the mail profile we notice that under the Email tab an extra entry has been added. If we remove it and re-open Outlook the mail starts to flow again. 

Has anyone seen anything similar ? All our users are using cached mode.


Viewing all 10580 articles
Browse latest View live


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