Archive for the ‘Exchange 2010’ Category

New-MailboxExportRequest -ContentFilter

Sunday, August 30th, 2020

Year: 2018

New-MailboxExportRequest -ContentFilter “”(Received -lt ’01/01/2019′) -and (Received -gt ’01/01/2018′)”” -Mailbox “1234@1234.com” -FilePath “\\server\Pst$\1234@1234.com.pst” -AcceptLargeDataLoss:$true -BadItemLimit “9999”

Winmail.dat – exchange 2010 MailContact

Thursday, May 17th, 2018

Set-MailContact -UseMapiRichTextFormat:Never

Resubmit Messages in Queues

Saturday, March 14th, 2015

Use the Shell to resubmit all messages located in a specific mailbox delivery queue or remote delivery queue

Retry-Queue -Identity “<ServerName>\<Destination>” -Resubmit $true

NK2View – View Outlook .NK2 AutoComplete Information and Stream_Autocomplete Outlook 2010

Monday, June 11th, 2012

nk2edit Download

How to remove an organization whose status is “PendingCompletion” in Exchange 2010 SP1 /hosting

Monday, May 28th, 2012

 

Get-Organization shows the OrganizationStatus is “PendingCompletion“, I tried
Remove-Organization even with -Force, no luck. It always says
“You can’t remove organization “xxxxx” because it isn’t active.
    + CategoryInfo          : InvalidArgument: (:) [Remove-Organization], OrganizationPendingOperationException
    + FullyQualifiedErrorId : 6D503EE2,Microsoft.Exchange.Management.Deployment.RemoveOrganization”
                                        Finally, I fixed it with following steps:

1. Open ADSIEdit.msc, locate to CN=SilverASP,CN=ConfigurationUnits,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=com
2. In right pane, right click on “CN=Configuration record to open Properties page
3. Find attribute named “msExchSetupStatus“, change value from “2” to “1”
4. Go back to Exchange CAS server, use Get-Organization to check the status, now should be “Active”
5. Remove-Organization, if not worked, try add -Force.

Roles to be installed before Exchange 2010 SP1

Saturday, June 4th, 2011

Start powershell and run import-module servermanager

Then run

Add-WindowsFeature  NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart

Link

DigiCert’s Exchange 2010 CSR Tool

Saturday, April 23rd, 2011

Link

ExFolders tool (Compatible with Exchange 2010 SP1 version)

Friday, October 8th, 2010

Download

an error caused a change in the current set of domain controllers

Tuesday, June 29th, 2010

Open Exchange Management Console -> Right Click Organization Configuration -> Click Modify Configuration Domain Controller -> Check Use Default Domain Controller

Exchange 2010 Install on Server 2008 R2

Sunday, January 31st, 2010

If you install Exchange 2010 on Server 2008, or 2008 R2, ensure that you’ve included the IIS6 Compatibility grouping under your roles otherwise you’ll end up with weird errors about the Exchange setup tool being unable to read data from the metabase…