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

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


something went wrong Sorry, we can't get that information right now. Please try again later. If the problem continues, contact your helpdesk. More details...

$
0
0

Hi,

I have an exchange admin level rights and not able to open any other user mailbox form OWA.

Currently we are implementing exchange 2013.

As earlier we have exchange 2010, and I am able to access any user mail box from OWA. Without do anything in user mailbox.

 Error is:

:-(

something went wrong

Sorry, we can't get that information right now. Please try again later. If the problem continues, contact your helpdesk.

More details...

Re: Clients on Outlook cannot connect - email does not work but OWA does work

$
0
0

Hi all,

Having some weird issues with the exchange server after I sorted out my SSL certs. 

So I created my new certs signed by godaddy and now I can connect via OWA without issues. 

However connecting via outlook doesn't work and using owa I can see that I can't send or receive emails. 

Where can I start looking here?

The weird thing is that doing the test on testconnectivity.microsoft.com it comes up stating that the connectivity on port 443 was successful...

But then further down the page it states the exact opposite - "The specified port is either blocked, not listening, or not producing the expected response"

Thoughts?

Outlook Anywhere - External Connecivity Help

$
0
0

Hey all,


I'm having trouble connecting external clients with my Exchange 2013 Server. I've set the external name on the server. No problem with internal clients whatsoever.

 

When configuring Outlook the connection times out - saying the exchange server is unavailable.

 

I also ran the Remote Connectivity tool from Microsoft.  It fails at this point.

 

 Attempting to ping RPC proxy 
  RPC Proxy can't be pinged.
 
 Additional Details
 
An unexpected network-level exception was encountered. Exception details:
Message: The remote server returned an error: (404) Not Found.
Type: Microsoft.Exchange.Tools.ExRca.Extensions.MapiTransportException
Stack trace:
   at Microsoft.Exchange.Tools.ExRca.Extensions.MapiRpcTestClient.PingProtocolProxy(String endpointIdentifier)
   at Microsoft.Exchange.Tools.ExRca.Tests.MapiPingProxyTest.PerformTestReally()
Exception details:
Message: The remote server returned an error: (404) Not Found.
Type: System.Net.WebException
Stack trace:
   at System.Net.HttpWebRequest.GetResponse()
   at RpcPingLib.RpcPing.PingProxy(String internalServerFqdn, String endpoint)
   at Microsoft.Exchange.Tools.ExRca.Extensions.MapiRpcTestClient.PingProtocolProxy(String endpointIdentifier)


Elapsed Time: 74 ms.


My experience with Exchange 2013 is limited - I imagine this is related to an external setting as my internal clients have no problem.

any help is greatly appreciated.

OWA cached contacts in New email

$
0
0

we have had some contacts in our internal directory which have been removed. however when composing new emails in outlook, i can still see them as suggestions, which is okay since they are cached.

however, when i am in owa, i can still see them. when i start to type the name of the person i can see their "contacts" email address come up, which have been deleted previously. once i click on search contacts and directory, i see the correct email address come up.

question is where are the contacts cached in owa? and how can i get rid of them? if they are on the server, maybe i can remove them for all users, which i doubt would be the case.

using exchange 2013
offline mode in owa is disabled.

Emails in inbox not visible unless searched for after mailbox migration

$
0
0

Hi,

After migrating a mailbox from exchange 2010 to 2013 everything looked ok upon first logon. The user then deleted 4 emails which prompted all the emails to disappear that were listed in inbox. They are visible if you do a search within inbox. All new mails do show as normal.

Thanks

Chris

Can access OWA locally but not from the Internet

$
0
0

I have something odd going on. I am bringing up a new Exchange 2013 server and so far I can access OWA and ECP from the local network using a ".local" address, but can't access the same things from the internet using ".com".  yes, I have an A record setup and can remote desktop into this server using the  URL that has been created. Inside, everything is good, but from the outside I can't get in. .

When attempting to access the Exchange server I initially get "There is a problem with this websites's security certificate". I get the same thing on the local network, but when I "Continue to this website", on the Internet I get a HTTP501/HTTP595. Locally it goes right on in.  I do intend to install a publicly signed  SSL certificate, but don't think that is related to this problem.

Any Help would be appreciated,

Kevin

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


Search folders in shared mailboxes

$
0
0

Sorry to ask here, but no-one knows on the exchange online 365 forum.

How to make a search folder for a shared mailbox? Don't mind if I make in outlook client or exchange online.

I don't mind if its visible in OWA (although that would be nice) as long as its visible in outlook.

I was wondering about making the mailbox the default mailbox for a user, opening the account as exchange account in outlook and seeing if I could make a search folder that way. Would that work?

Add category colour to templates - Exchange 2010

$
0
0

Good Afternoon,

I need toadda color to thetemplatein the categoryofExchange 2010.It is possibleand howto do it.

The idea is thatall users haveavailablethis newcategory.

Regards.

mail not set or received

$
0
0

Hi,

I made an exchnage server 2010 and this is the first mail server into the domain. I have created around 15 mailboxes one user can send and receive normal the other are making problems:

first error i got  when trying to open owa i got:

Your mailbox appears to be unavailable. Try to access it again in 10 seconds. If you see this error again, contact your helpdesk.

Second when trying to use outlook and send an email to the user himself i got error:

Cannot find receipient error 0x80004005-00000000-00000000].

Please advise

Thank u

Cannot open edit groups from ECP

$
0
0

Getting error when trying to edit groups from ECP:





https://domain:444/ecp/UsersGroups/EditDistributionGroup.aspx?pwmcid=2&ReturnObjectType=1&id=fca6600b-ae5f-4974-acc6-d692345bf5d6(https://domain.com/ecp/UsersGroups/EditDistributionGroup.aspx?pwmcid=2&ReturnObjectType=1&id=fca6600b-ae5f-4974-acc6-d692345bf5d6)
System.Web.HttpException (0x80004005): Request timed out.
ActivityId: bddfab6b-8d56-4abe-aa9c-49d64938466d


Exchange 2013 - Outlook Anywhere - NTLM and Basic Authenticaiton confusion

$
0
0

Hi

I am in the middle of upgrading from Exchange 2003 to Exchange 2013, via Exchange 2010.

I am trying to plan Exchange 2010 so I don't make any mistakes which will cause me grief when I migrate to 2013.

I have setup a workgroup ISA for our small number of Outlook Anywhere users for 2010 and now realise I cannot use NTLM authentication as it needs to be domain joined for Kerberos constrained delegation.

What I am wondering, with 2013 and the fact that all internal users must use Outlook Anywhere, can I configure external users to use basic authentication and internal users to use NTLM authentication (i.e. no username/password prompt?).

At the moment I can only enable Outlook Anywhere and select basic or NTLM authentication so I suspect I can only choose one or the other.

Kind Regards

Steven

Microsoft Outlook error - APNS certificate

$
0
0

APNS Certificate - We keep getting this error when trying to send or receive emails.

We are in an office with a network and it does not happen to everyone, just a select few of us.

It says it needs a password and when you hit the "Type exchange Password & connect" it goes right back to 

APNS Certificate - enter password

Our IT guy seems to think the only fix is updating the Outlook.  Is that correct?

Kelly


Outlook Web Mail won't allow files to be attached

$
0
0
Says file is in use when is not and therefore won't let me attach files. It worked fine for over a year attaching files. Now I cannot attach anything. I haven't changed anything other than to upload the latest Silverlight. I have tried different browsers with the same results. The problem is within Outlook. What is happening. How do I fix? Using MAC, Firefox.

Unable to access OWA or ECP. - "Something went wrong" or "500 unexpected error"

$
0
0

Our environment consist of 3 client access servers with 8 mailbox servers.  I recently installed windows updates on all of the servers.  Now when a user tries to access OWA it fails and says "Something went wrong" when I try to access ECP I receive "500 unexpected error"

I have tried building a new CAS and mailbox servers with the default settings but it still fails.  I did not install the latest Windows updates on the new servers.  I tried creating new databases with new users and it also fails.  

There are also these ASP.NET 4.0.30319.0 warnings showing in the application log:

  

Log Name:      Application
Source:        ASP.NET 4.0.30319.0
Date:          8/30/2013 11:02:13 AM
Event ID:      1309
Task Category: Web Event
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      FacultyEmail01.corjesu.org
Description:
Event code: 3005 
Event message: An unhandled exception has occurred. 
Event time: 8/30/2013 11:02:13 AM 
Event time (UTC): 8/30/2013 4:02:13 PM 
Event ID: 1088bfe111264e01b536f66f2591c15a 
Event sequence: 48245 
Event occurrence: 1597 
Event detail code: 0 
 
Application information: 
    Application domain: /LM/W3SVC/2/ROOT/owa-1-130223042171473642 
    Trust level: Full 
    Application Virtual Path: /owa 
    Application Path: C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\owa\ 
    Machine name: FACULTYEMAIL01 
 
Process information: 
    Process ID: 13764 
    Process name: w3wp.exe 
    Account name: NT AUTHORITY\SYSTEM 
 
Exception information: 
    Exception type: NullReferenceException 
    Exception message: Object reference not set to an instance of an object.
   at Microsoft.Exchange.Clients.Common.Canary15.Init(Byte[] userContextIdBinary, Byte[] timeStampBinary, String logonUniqueKey, Byte[] hashBinary, String logData)
   at Microsoft.Exchange.Clients.Common.Canary15..ctor(String logonUniqueKey)
   at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpCookie(HttpCookie cookie, String logonUniqueKey, Canary15Profile profile)
   at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpContext(HttpContext httpContext, String logOnUniqueKey, Canary15Profile profile)
   at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.InternalOnPostAuthorizeRequest(Object sender)
   at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.OnPostAuthorizeRequest(Object sender, EventArgs e)
   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

 
 
Request information: 
    Request URL: https://localhost:444/owa/logoff.owa 
    Request path: /owa/logoff.owa 
    User host address: 127.0.0.1 
    User: CORJESU\SM_cab26786a5604c759 
    Is authenticated: True 
    Authentication Type: Kerberos 
    Thread account name: NT AUTHORITY\SYSTEM 
 
Thread information: 
    Thread ID: 12 
    Thread account name: NT AUTHORITY\SYSTEM 
    Is impersonating: False 
    Stack trace:    at Microsoft.Exchange.Clients.Common.Canary15.Init(Byte[] userContextIdBinary, Byte[] timeStampBinary, String logonUniqueKey, Byte[] hashBinary, String logData)
   at Microsoft.Exchange.Clients.Common.Canary15..ctor(String logonUniqueKey)
   at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpCookie(HttpCookie cookie, String logonUniqueKey, Canary15Profile profile)
   at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpContext(HttpContext httpContext, String logOnUniqueKey, Canary15Profile profile)
   at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.InternalOnPostAuthorizeRequest(Object sender)
   at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.OnPostAuthorizeRequest(Object sender, EventArgs e)
   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
 
 
Custom event details: 

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="ASP.NET 4.0.30319.0" />
    <EventID Qualifiers="32768">1309</EventID>
    <Level>3</Level>
    <Task>3</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-08-30T16:02:13.000000000Z" />
    <EventRecordID>721791</EventRecordID>
    <Channel>Application</Channel>
    <Computer>FacultyEmail01.corjesu.org</Computer>
    <Security />
  </System>
  <EventData>
    <Data>3005</Data>
    <Data>An unhandled exception has occurred.</Data>
    <Data>8/30/2013 11:02:13 AM</Data>
    <Data>8/30/2013 4:02:13 PM</Data>
    <Data>1088bfe111264e01b536f66f2591c15a</Data>
    <Data>48245</Data>
    <Data>1597</Data>
    <Data>0</Data>
    <Data>/LM/W3SVC/2/ROOT/owa-1-130223042171473642</Data>
    <Data>Full</Data>
    <Data>/owa</Data>
    <Data>C:\Program Files\Microsoft\Exchange Server\V15\ClientAccess\owa\</Data>
    <Data>FACULTYEMAIL01</Data>
    <Data>
    </Data>
    <Data>13764</Data>
    <Data>w3wp.exe</Data>
    <Data>NT AUTHORITY\SYSTEM</Data>
    <Data>NullReferenceException</Data>
    <Data>Object reference not set to an instance of an object.
   at Microsoft.Exchange.Clients.Common.Canary15.Init(Byte[] userContextIdBinary, Byte[] timeStampBinary, String logonUniqueKey, Byte[] hashBinary, String logData)
   at Microsoft.Exchange.Clients.Common.Canary15..ctor(String logonUniqueKey)
   at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpCookie(HttpCookie cookie, String logonUniqueKey, Canary15Profile profile)
   at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpContext(HttpContext httpContext, String logOnUniqueKey, Canary15Profile profile)
   at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.InternalOnPostAuthorizeRequest(Object sender)
   at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.OnPostAuthorizeRequest(Object sender, EventArgs e)
   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)

</Data>
    <Data>https://localhost:444/owa/logoff.owa</Data>
    <Data>/owa/logoff.owa</Data>
    <Data>127.0.0.1</Data>
    <Data>CORJESU\SM_cab26786a5604c759</Data>
    <Data>True</Data>
    <Data>Kerberos</Data>
    <Data>NT AUTHORITY\SYSTEM</Data>
    <Data>12</Data>
    <Data>NT AUTHORITY\SYSTEM</Data>
    <Data>False</Data>
    <Data>   at Microsoft.Exchange.Clients.Common.Canary15.Init(Byte[] userContextIdBinary, Byte[] timeStampBinary, String logonUniqueKey, Byte[] hashBinary, String logData)
   at Microsoft.Exchange.Clients.Common.Canary15..ctor(String logonUniqueKey)
   at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpCookie(HttpCookie cookie, String logonUniqueKey, Canary15Profile profile)
   at Microsoft.Exchange.Clients.Common.Canary15Cookie.TryCreateFromHttpContext(HttpContext httpContext, String logOnUniqueKey, Canary15Profile profile)
   at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.InternalOnPostAuthorizeRequest(Object sender)
   at Microsoft.Exchange.Clients.Owa2.Server.Core.OwaRequestHandler.OnPostAuthorizeRequest(Object sender, EventArgs e)
   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)
</Data>
  </EventData>
</Event>

Mails deleted in Owa will not sync to IMAP

$
0
0

Hi,

I have one user he uses Thunder bird as IMAP client, IMAP client is working fine and he can able to download the mails properly however facing a issue whenever he deletes or moves a mail in webmail the same is not getting synced to IMAP client hence  i have tried it with outlook IMAP client to isolate the issue however the same happens there as well

Can someone assist what's the issue?

Details:

Exchange : 2013 SP1 CU3 

Thanks in advance 


"Something went wrong" screen after OWA login

$
0
0

I have multiple Exchange 2013/Windows 2012 DAGs that sit behind 2 CAS servers in a Windows NLB. My production DAG is fine, but my pre-release DAG is now getting this error, so I imagine something on the 2 DAG member servers is causing it.  I think something changed in IIS by accident by one of my admins, but I've been unable to find out who or what it was.  Troubleshooting is hitting a wall too.

The ECP and OWA to mailboxes on my other DAG work fine.  I have legacy redirection enabled to my Exchange 2007 environment too, and when somebody logs into OWA via my 2013 CAS servers, that redirects them fine as well.  EAS, RCP over HTTPS, and autodiscover all appear fine to the problem DAG. Testing email autoconfiguration works fine to my problem DAG as well, so it appears to be OWA related.

The symptoms:

  • After logging into OWA on mailboxes in the effected DAG, a "something went wrong" screen appears.

An unexpected error occurred and your request couldn't be handled.

X-OWA-Error: System.NullReferenceException
X-OWA-Version: 15.0.775.32
X-FEServer: {My 2013 CAS}
X-BEServer: {Mailbox server hosting that DB}
Date: 7/9/2014 6:36:37 PM
  • No information appears in the windows logs.  Searching the HTTPERR logs also showed nothing.  W3SVC logs show the following events.  Are these 302 errors?

CAS Server - 

2014-07-09 18:11:20 10.128.13.38 POST /owa/auth.owa &cafeReqId=2d57ab13-496b-4ab3-b6c8-ecbd8061357c; 443 domain\username 172.30.108.17 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:30.0)+Gecko/20100101+Firefox/30.0 https://mail.domain.com/owa/auth/logon.aspx?replaceCurrent=1&url=https%3a%2f%2fmail.domain.com%2fowa%2f 302 0 0 0

Mailbox Server - 

2014-07-09 18:11:22 10.128.13.76 GET /owa/default.aspx &ActID=10154033-ee4d-42bc-be5b-8efc0055c54f&ex=E404 444 domain\user 10.128.13.68 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:30.0)+Gecko/20100101+Firefox/30.0 https://mail.domain.com/owa/auth/logon.aspx?replaceCurrent=1&url=https%3a%2f%2fmail.domain.com%2fowa%2f 302 0 0 79

  • It appears that while the ECP is working fine, it has problems getting information from the DAG. For instance, on the database tab in servers management, the "active on server" doesn't change even when failing the database back and forth. 

All cluster resources are up. All agents appear fine.  The OWA app pool is started and appears the same as the OWA app pool on my working DAG.

I've already tried the killbit fix.  There was no killbit on my CAS servers, but one existed on the DAG mailbox servers.  I deleted them out of one DAG member, failed everything over to there, and tried OWA.  It still didn't work.

Thanks in advance. Let me know if you need any more info.


Domain

$
0
0
Everytime I try to set up my exchange account through my work email. Outlook 2013 won't let me set the domain to my office domain name. It always set's a default one from my windows user name.

Outlook 2013 Delegates VS Exchange 2013 SP1 Delegates

$
0
0

Okay, so I had an issue where meeting requests were going to a user who didn't want them. I looked at their delegation settings in Exchange, the user was not listed.

Then I looked in his Outlook settings (ignore that this screenshot is from Outlook 2010, but our client has 2013)

Once I removed the user via Outlook Delegates, the issue was resolved.

My Question: Where can I find and manage the Outlook-side Delegate settings? Or why was no one listed when I did look at the Exchange-side delegate settings??

Thanks in advance,

Dane


-Dane

Viewing all 10580 articles
Browse latest View live


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