Archive for the ‘Exchange 2007’ Category
NK2View – View Outlook .NK2 AutoComplete Information and Stream_Autocomplete Outlook 2010
Monday, June 11th, 2012DigiCert’s Exchange 2007 CSR Tool ssl
Sunday, January 23rd, 2011Remote Wipe Mobiledevice Exchange 2007 – OWA
Sunday, December 6th, 2009To get a list of ALL ActiveSync users:
Sunday, December 6th, 2009Get-Mailbox -ResultSize:Unlimited | ForEach {Get-ActiveSyncDeviceStatistics -Mailbox:$_.Identity}
View mailbox sizees for all mailboxusers:
Sunday, December 6th, 2009Get-Mailbox | Get-MailboxStatistics | sort-object TotalItemSize -desc |ft DisplayName, @{expression={$_.TotalItemSize.value.toMB()};label=”TotalItemSize(MB)”},ItemCount –auto
Turn off non delivery reports in exchange 2007
Sunday, December 6th, 2009Launch the Exchange Management Console
Expand the Organization Configuration folder
Click on Hub Transport
Select Remote Domains (Key point)
Right-click Default (Tab)
Click on the Message Format (Tab)
To turn off NDR, remove the tick on Allow non-delivery reports.
Microsoft Exchange Server MAPI Client and Collaboration Data Objects 1.2.1
Tuesday, July 14th, 2009SSL Certificate Installation
Monday, July 13th, 2009Import-ExchangeCertificate -Path C:\your_domain_name.cer | Enable-ExchangeCertificate -Services “SMTP, IMAP, POP, IIS”
Get-ExchangeCertificate
Enable-ExchangeCertificate -ThumbPrint [paste] -Services “SMTP, IMAP, POP, IIS
Exchange 2007 SSL CSR
Monday, July 13th, 2009New-ExchangeCertificate -GenerateRequest -Path c:\Common Name.csr -KeySize 2048 -SubjectName “c=DK, s=State, l=City, o=Organization, ou=Department, cn=Common Name” -DomainName Subject, Alternative, Names -PrivateKeyExportable $True