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.

581 questions
0
votes
1 answer

Exchange 2010 mailbox powershell script into mysql

Need to create a Powershell v2 script to list mailbox details from Exchange 2010 server (mailbox name, email address, mailbox size) and import them into an MySQL database table. I can get the Exchange information into Powershell but how can I then…
Adam Chetnik
  • 1,646
  • 5
  • 25
  • 35
0
votes
1 answer

IMAP search on header not working as expected

I am building library for IMAP my search command works file for the Inbox folder it returns me a number which I can use to fetch the mail. However when I try to search on Sent Items it does not work it does not give an error but just returns Search…
Vikas
  • 11
  • 2
0
votes
2 answers

How do I prevent MS Exchange users from forwarding or copying a message sent via System.Net.Mail?

How do I prevent MS Exchange users from forwarding or copying a message sent via System.Net.Mail?
0
votes
1 answer

Suggestion for local data structure for EWS?

I'm developing a CRM that will store emails from an exchange server via EWS Managed API on a local DB. I'm very new to EWS. Have you done anything similar? What data structure do you suggest for items? Any reason I should have different tables for…
Iternity
  • 802
  • 3
  • 10
  • 27
0
votes
1 answer

Merge pop pst into exchange pst file remotely

I have a pst file I want to upload to an exchange server and be made a permanent part of the exchange mailbox. Can this be accomplished by going into file->advanced->export->"import from another program" and importing the pst file? I need to make…
Scott S
  • 389
  • 7
  • 20
0
votes
1 answer

Creating User in Exchange 2010 with .Net (C# or VB.NET)

I want to create a .Net application that will create Users and MailBox's in Exchange 2010. I have seen the PowerShell method, but i want to work without that. Anyone any ideas. Thanks in advance.
Ammar Bukhari
  • 2,032
  • 2
  • 16
  • 15
0
votes
2 answers

Get Distributionlist by GUID

I'm have to get a Exchange Distributionlist by using powershell. The only thing I know about the list is the GUID. So I've tried following: function GroupGetName([string]$ADGuid) { $DISGR = Get-DistributionGroup -filter { Guid -like…
HW90
  • 1,885
  • 2
  • 21
  • 43
0
votes
1 answer

powershell smtp has no mailbox associated with it

I am trying to input an appointment into calendar in exchange 2010 using powershell. But i get an error on the last line to save. the smtp has no mailbox associated with it. I am using admin user to do this so i don't understand why it is not…
shorif2000
  • 2,050
  • 8
  • 54
  • 110
0
votes
2 answers

Exchange 2010 and root folders

On Exchange 2003 I can run the following code. Using VB6 and MAPI CDO 1.2.1 Private Sub Command1_Click() Dim objSession As MAPI.Session Set objSession = CreateObject("MAPI.Session") strProfileInfo = myExcServer & vbLf & myExcAlias …
0
votes
0 answers

Getting Host-Guid from Exchange-ID/Name in Exchange Server 2010

I am getting list of all the exchange-servers from command 'Get-ExchangeServer'. From this server-name I want to get Host-Guid (not exchange-guid). Any idea how can I get this information? Is Exchange-Server-Name and Host Name is always same or it…
0
votes
2 answers

What is the best and least expensive option for setting up a MS Exchange Server for development purposes only?

Here is the setup: I plan to stand up an instance of Exchange Server so that I can integrate an existing Ruby on Rails app with it for a proof of concept project. I'm looking to allow users of the Ruby on Rails app to see when a different user is…
-1
votes
1 answer

Creating Dynamic Distribution Group with EmployeeType AD Attribute

We have been asked if a DDG can be created based on what is entered into the Users EmployeeType AD attribute. Scripting DDG knowledge is very limited and Exchange isn't my normal area of responsibilities, apologies for the newbie question.
CC19
  • 1
-1
votes
1 answer

Exchange webservice mail banner

How do I add text to a received mail message with exchange web services 2010 on the place where stands “you have forwarded this message on” ?
-1
votes
1 answer

Exchange user gets email from other user on behalf BUG

I have a wired problem on my Exchange 2010 server, original migrated from af 2007. I have a mailbox: user1@domain For one of our meetingroom I gave this: Add-MailboxFolderPermission -Identity "meetingroom1:\calendar" -User "user1" -AccessRights…
Henrik
  • 45
  • 8
-1
votes
1 answer

Creating an exchange 2010 inbox rule

I've an Exchange 2010, how can I create a rule and apply it to all users. The rule must create a folder in each inbox and put the read and delivered notification messages that specified folder.
SAIDI Belkacem
  • 178
  • 3
  • 11
1 2 3
38
39