Archive for the ‘Exchange 2007’ Category

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

Monday, June 11th, 2012

nk2edit Download

DigiCert’s Exchange 2007 CSR Tool ssl

Sunday, January 23rd, 2011

Link

Remote Wipe Mobiledevice Exchange 2007 – OWA

Sunday, December 6th, 2009
  • Open Outlook Web Access.
  • Log on to the device owner’s mailbox.
  • Click Options.
  • In the Navigation pane, select Mobile Devices.
  • Select the ID of the device that you want to wipe and remove from the list.
  • Click Wipe all data from device.
  • Click OK.
  • Click Remove Device from List.
  • To get a list of ALL ActiveSync users:

    Sunday, December 6th, 2009

    Get-Mailbox -ResultSize:Unlimited | ForEach {Get-ActiveSyncDeviceStatistics -Mailbox:$_.Identity}

    View mailbox sizees for all mailboxusers:

    Sunday, December 6th, 2009

    Get-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, 2009

    Launch 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, 2009

    Download

    SSL Certificate Installation

    Monday, July 13th, 2009

    Import-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, 2009

    New-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

    How to configure Exchange 2007 public folder permissions

    Monday, July 6th, 2009

    For some reason when you use the Public Folders tool in Exchange 2007 SP1 you can’t change the client permissions for the public folders.  So to do so, follow the below steps:

    1) Logon to your ‘Exchange 2007’ server.

    2) Open the ‘Exchange Management Shell’.

    3) Type the below, replaceing ‘public folder name’ with your public folder name/path and you must keep the \ at the front of it and also replace ‘username’ with the username:

    Add-PublicFolderClientPermission -Identity “\public folder name” -AccessRights Owner -User username

    That’s it, just repeat for any other public folders that you wish to change the permissions on.

    The above example is to assign Owner permissions to the user, but you can replace Owner with the below:

    • None
    • Owner
    • PublishingEditor
    • Editor
    • PublishingAuthor
    • Author
    • Non-EditingAuthor
    • Reviewer
    • Contributor