Questions tagged [exchange-server-2010]

Microsoft reached the Release to manufacturing (RTM) milestone for Exchange Server 2010 on May, 2009, and it was officially launched on November 9, 2009.

Microsoft Exchange Server 2010.

Use this tag if you intend to refer specifically to the 2010 version of Exchange server. If you have reason to believe your question refers to exchange server in parallel, use exchange-server instead.

579 questions
0
votes
1 answer

Setup Transport agent for Internal Mails in Exchange Server 2013

I am trying to setup Transport Agent for Internal mails in Exchange Server 2013. i read MSDN links for transport Agent . Create transport agents In this link it provides information only for SMTP Mails. I need to create Transport Agent for Internal…
user3796521
  • 21
  • 1
  • 3
0
votes
1 answer

Powershell - Why isn't the exception thrown by Set-CASMailbox getting caught?

I have a Powershell script that is run on a Windows 2008 R2 server with Exchange Server 2010 console installed on it. The script, pmduaactivesync.ps1, is run from Task scheduler, so it has to be called using a weird command rather than just calling…
romellem
  • 5,792
  • 1
  • 32
  • 64
0
votes
1 answer

Win 7 - Unable to launch EMC - W3SVC not running

I've been banging my head against a wall here and can't seem to get this Exchange Management Console to work. First some stats... Device: Windows 7 Pro - Service Pack 1 - x64 Software - Exchange Server 2010 Service Pack 1…
user2735454
  • 335
  • 1
  • 5
  • 14
0
votes
1 answer

How do I create a mail-enabled public folder in Exchange 2010?

I've tried to do this but I'm obviously not doing it correctly. I would just like a folder for certain users and redirect mail from a distribution group into it. How do I do this?
TFK
  • 1
  • 3
0
votes
1 answer

How to get contact details in C# code , when new contact is created in Exchange Server 2013

I need to synchronize contacts in Exchange Server and Sugar CRM Application. 10 users exists in my Exchange server , same users exists in Sugar CRM Application. my task is to create service that, if any User [ex:David] create new contact in Exchange…
0
votes
1 answer

Why streaming subscription is not working in Java EWS API?

Does Microsoft support Java EWS API now-a-days? This doubt came up because I started seeing "The Archive Gallery has been retired" on their site. What I am trying to do is to get the new mails from Microsoft outlook server by creating a Java EWS API…
0
votes
0 answers

Mail item not found on Exchange server using Item ID

I have an application that has been working fine for several weeks, basically it polls an Exchange 2010 mail server mailbox for new messages, gets the details of each one and any attachments, and use that information to create cases (with…
Our Man in Bananas
  • 5,809
  • 21
  • 91
  • 148
0
votes
2 answers

Simplify Get-Messagetrackinglog with a new function including MB Conversion

i want to create a custom function to simplify the get-messagetrackinglog commandlet. It's nothing complicated, but simplifies the query a little bit. The function works correctly, but i want to convert the totalbytes to Kilobyte in the function, if…
0
votes
2 answers

Integrate Sharepoint task list with exchange server

First question is it possible or not? I have tried to search a lot on this topic but does not find a way to achieve this. I know how to integrate task list with outlook but I want to integrate it with exchange server. Any help in this regard would…
khurrum qureshi
  • 933
  • 1
  • 8
  • 13
0
votes
1 answer

Programmatically add/edit exchange2010 account

You have to know this is the first time I am working with exchange. I have to create a program to add/edit account on exchange 2010. I know there's a lot of answer about this topic on the internet, but I did not find any recent complete tutorial…
Vinc 웃
  • 1,187
  • 4
  • 25
  • 64
0
votes
1 answer

To create a mailbox for an existing user using vbscript

and it is getting successfully executed but i am not able to see the mailbox created. Actually i am using exchange server 2010 and server 2008r2 i am using the command CreateMailBox , but it says it does not support the property/object. So please…
0
votes
1 answer

Best way to deploy Outlook Add-in to Active Directory users

I recently implemented an Outlook plugin for my enterprise and now I want to deploy it to all of the users on the enterprise. Is there a way to deploy the add-in installer to all of the users on the Active Directory, maybe using Outlook Exchange? I…
0
votes
1 answer

Exchange Server - New-MailboxExportRequest not exporting mailbox

A week back I upgraded my Exchange environment from E2K10 SP1 to E2K10 SP3. Since then, I am unable to export mailboxes with New->MailboxExportRequest powershell script. Even though, I'm having right permission to export the mailboxes. The cmdlet…
0
votes
0 answers

The item you tried to access to longer exists

Here is the screen-shot of an email whose attachment I am trying to access. When I try to open the attachment, I am getting the below error What is the reason behind this, and how can this be solved? I am trying to process emails using EWS api and…
0
votes
1 answer

C# - Remove Exchange Email Address via Powershell Runspace

Per Technet - Add or Remove Email Addresses for a Mailbox, using the PowerShell console, the following successfully removes an email alias from a mailbox : Set-Mailbox "GenMgr" -EmailAddresses @{remove="GenMgr@domain.com"} However, invoking the…
Matt
  • 652
  • 1
  • 7
  • 18