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
2 answers

Powershell-script: Read Contacts from excel file, and create Mailboxes for them on Microsoft Exchange

I tried things out and not with much success. I don't want to know the whole solution for this problem, but where should I start (or maybe there already exist a solution)? Should I better convert the excel file to CSV or XML? Or maybe should I put…
0
votes
1 answer

How to disable "Exchange ActiveSync" while creating a new mailbox using C#

How should I disable "Exchange ActiveSync" using C# code while creating a new mailbox in Microsoft Exchange 2010?
Amin
  • 1
  • 1
0
votes
1 answer

Powershell to connect to an exchange server and remove messages from the Queue

I have Python code that is supposed to use Powershell to connect to an exchange server and remove messages from the Queue. (I am new to Powershell) I have found this which also led to this. Which basically says I should do: Remove-Message -Server…
Inbar Rose
  • 41,843
  • 24
  • 85
  • 131
0
votes
1 answer

Set Content-Type as text/plain using EWS java API

I use EWS Java API to send mails through Exchange 2010. From the trace I find that content type is set as text/xml. Is there a way to send mails as plain text only? Content-Type: text/xml Thanks.
0
votes
1 answer

Database size increase from Exchange 2003 to Exchange 2010?

I'm migrating an Exchange 2003 environment to Exchange 2010. The hardware has already been spec'd and is in place for our 2010 requirements but the back up solution is going to be upgraded separately. With that in mind I need to workout the likely…
0
votes
1 answer

php-ews how to search calender event by Calender Subject

I am using https://github.com/jamesiarmes/php-ews for connecting php to exchange server so far no problem using the code below . i can connect to specific user mail box and can retrieve all his calender events . right now its pulling all the events…
0
votes
2 answers

Changing -like '*uu-lillebaelt.dk*' to -like '*uuoresund.dk*' gives trouble

I have two near-identical Powershell scripts. http://poshcode.org/4112 http://poshcode.org/4113 The only difference between the two is 2 places where uu-lillebaelt has been changed to uuoresund. When I run the script with -like 'uuoresund', I get a…
Nicholas Magnussen
  • 769
  • 2
  • 9
  • 26
0
votes
1 answer

Need your suggestion for Exchange ActiveSync client

I'm just about to start building MS Exchange ActiveSync client. I found two type of implementations. I don't know which one is the right…
0
votes
1 answer

PowerShell get-mailbox filter on protocolSettings

The protocolSettings attribute of get-mailbox can return multiple values depending upon what is enabled or disabled. By default, when a new user is created, none of the attributes exist until they are enabled or disabled. I want to return all the…
GreetRufus
  • 421
  • 2
  • 9
  • 19
0
votes
2 answers

Powershell - Change to MB instead of GB

So basically I have a script whereby: $MailboxArray = New-Object System.Object $MailboxArray | Add-Member -MemberType NoteProperty -value $mail.issuewarningquota -Name WarningQuota and where $mail: $mail = get-mailbox -id $_ Now it works great in…
PnP
  • 3,133
  • 17
  • 62
  • 95
0
votes
1 answer

Powershell - Export Mailbox Information

So I have the following script - whereby I want to export both Get-Mailbox information, and Get-MailboxStatistics information as I understand they both handle different aspects of the mailbox with regards to the information we can export about.…
PnP
  • 3,133
  • 17
  • 62
  • 95
0
votes
2 answers

PowerShell Exchange disable OWA from OU sort

I am searching a specific OU, then disabling OWA for all users in the OU. This script runs daily. I have the following script that works properly but is updating ALL the users in the OU. $OU='OU=SomeOU,DC=Domain,DC=com' $ext14='00254' Get-Mailbox…
GreetRufus
  • 421
  • 2
  • 9
  • 19
0
votes
1 answer

Exchange 2010 Client Access Server Version does not match accessed resources Mailbox Server Version

I have recently installed an exchange 2010 machine along side an Exchange 2007 machine. Everything is working except external EWS for mailboxes that I have moved to the 2010 machine mailbox database. When I run Microsoft Exchange Web Services…
0
votes
3 answers

Setting Exchange 2010 Calendar permissions with powershell script

I have found the following script and modified it slightly to set the default Calendar permissions for the users but not the resource mailboxes. It looks like it will run correctly, but could you take a look and see if you see any glaring issues…
0
votes
1 answer

Exchange 2010 Batch Export Mailboxes to .pst's

I have an Exchange 2010 environment with about 1000 users across 6 databases. They all have archives enabled that are stored in separate databases. I have backup software that gets the database, but I want to supplement this by doing a .pst export…
user2047787
  • 3
  • 1
  • 2