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

How to get DatabaseCopies from MailboxDatabase programmatically in C# (wrapped ExchangeMangementShell cmdlets in c#)?

I am wrapping ExchangeManagementShell Cmdlets in C#, to programmatically execute cmdlets (Please refer to __http://social.msdn.microsoft.com/Forums/en-US/exchangesvrdevelopment/thread/155504b3-ffe3-4bdf-887a-1e61842a8697) I know the "databasecopies"…
0
votes
1 answer

Exchange API: Get item with attachment's content

I added an attachment to appointment. But when I try to get appointment by GetItem API method I recieve an appointment without Content node. I don't want to use GetAttachment method because it cost me one additional request to the server. Can I get…
dream2work
  • 1,377
  • 2
  • 10
  • 18
0
votes
3 answers

Deleting Meeting Requests made by terminated users

Need to delete the meeting requests made by terminated users from all the conference rooms for multiple terminated users at a time. below is the script which i built to delete the meetings requests for two terminated users from all the conference…
Sankar M
  • 9
  • 2
  • 3
  • 9
0
votes
2 answers

ExchangeManagementShell - How to get EdbFilePath and LogFolderPath... of all copies of MailboxDatabase (please note-interested in all copies)?

How to get DatabaseCopy's EdbFilePath and LogFolderPath information? Please see from below i can able to get the information for MailboxDatabase. But not for MailboxDatabaseCopies? [PS] C:\Windows\system32>$md | select name, edbfilepath,…
Dreamer
  • 3,371
  • 2
  • 34
  • 50
0
votes
1 answer

Exchange 2010 Powershell - Can't view Recipient Filter

I have a dynamic distribution list that I'm trying to modify, however the current filter is complex and was not set up by me. I'm trying to decode it so I can exclude certain emails from it, since currently it seems to include all mailboxes and…
f3tt
  • 3
  • 1
0
votes
1 answer

Powershell - Export inactive mailboxes Exchange 2010

I'm looking to run a script like this and export to a CSV and sort by the last time the mailbox was used. Basically we're trying to find mailboxes that haven't been used for more than 60 days. Once we load the list, we will run the script again…
0
votes
1 answer

Best development technologies to use to connect to exchange server, discover DAGs, creating mailbox data bases etc... (preferably in C#. .net)

I am new to Development with Exchange server. I am trying to do things like conencting to exchange server, discovering and creating Database Availablity Groups (DAG), discovering and creating mail box databses within a DAG etc... programmatically. I…
Dreamer
  • 3,371
  • 2
  • 34
  • 50
0
votes
1 answer

Exchange 400 error on uploading meeting

I am trying to build a book your meeting application using exchange 2010 in Android. I am using CorporateContacts to familiarise myself with activesync. I have managed to get ResolveRecipients , SendMail and FolderSync commands working so far.…
windwaker
  • 315
  • 3
  • 12
0
votes
1 answer

Exchange SDK Streaming API: Fetch new mail content and subject

I need a quick help. How can I use Exchange Streaming API to intercept New Mail Arrival Event every time and fetch it content. This article talks about PowerSHell and this talks about Console APP. How do I automate it? One way is Windows Service but…
Volatil3
  • 14,253
  • 38
  • 134
  • 263
0
votes
2 answers

Exchange anagement Shell catch enable-mailbox error

I have script that creates user accounts and establishes an e-mail address for those accounts. All 'create-commands' are surrounded by a try/catch block to catch errors and add a message to the output log. This works fine... except for the…
Walter81
  • 493
  • 2
  • 8
  • 21
0
votes
1 answer

Powershell - Custom Attributes in an Exchange Contact

List contacts in "Shared Public Folder": # First create Outlook object and get the Mapi namespace. $Outlook = New-Object -com Outlook.Application $Namespace = $outlook.GetNamespace("MAPI") $PublicFolder =…
0
votes
3 answers

Exchange Powershell: Contacts from Public Folder

Exchange Management Shell: [PS] C:\Windows\system32>$AddressBook = Get-PublicFolderItemStatistics -Identity "\Shared Company Address Book" [PS] C:\Windows\system32>$AddressBook [0] | format-list RunspaceId :…
0
votes
1 answer

Add contact to Exchange public folder with C# or PowerShell

How do I add a contact to an Exchange Server 2010 public folder using C# or PowerShell?
Korneel
  • 1,487
  • 14
  • 40
0
votes
0 answers

Access Exchange server 2010 Code using VB.NET code

I have to create a console application. In this application I have to create the contact detail of different user. If my passed contact detail is already present than I don't have to create that contact otherwise I have to create and save that…
Dewasish Mitruka
  • 2,716
  • 1
  • 16
  • 20
0
votes
1 answer

Export contacts through API

Has anyone got any idea how to export contacts of an Exchange Server 2010 mailbox to a Java-application? Preferably in Java, or even better in a SOAP-based XML exchange, we're looking for a web-based solution anyway. Kind regards, Gerard
Gerard Nijboer
  • 502
  • 1
  • 7
  • 18