Browse by Tags

Tagged Content List
  • Blog Post: Exchange PowerShell: How to get list of mailboxes, folders, subfolders, items in folder, foldersize programmatically?

    One of my customer automated Exchange PowerShell with his .Net application. They had a requirement to enhance the functionality – to get the list of exchange mailboxes, folders and its sub folders, items in folder, foldersize. Finally it needs to be saved in .csv format. To implement this, we used...
  • Blog Post: Utility review: Calcheck – Outlook Calendar Checking tool

    In this post, we will have a look at the Calendar Checking tool (Calcheck) for Outlook which is published recently by Randy. This program checks the Microsoft Outlook Calendar and items for problems or for potential problems. It's is a command-line program that checks Outlook Calendars for problems....
  • Blog Post: PowerShell: Determine Version number, build number and Service Pack of Exchange Server

    In my earlier article , we learnt how to get the Exchange Server version, version/build number of Exchange 2003 and it’s earlier. In this, we will see how to get these info & couple of additional info in Exchange Server 2007/2010 using Exchange Management Shell and Exchange Management Console. Using...
  • Blog Post: Exchange Server 2007, 2010: How to query user mailboxes, its permissions using Exchange PowerShell?

    In Exchange Server 2007/2010, you can use Exchange PowerShell cmdlets (especially using Get-Mailbox, Get-MailboxPermission, Get-ADPermission, Get-MailboxFolderPermission) to get a verity of info. I played with couple of the below in different scenarios and want to share the same with you – so that you...
  • Blog Post: Developer Webcasts on Exchange Server 2010 programming

    Please find the developer webcasts for Exchange Server 2010. If you're planning to create your own custom application using Exchange Server 2010, i would recommend you to start from this. Exchange Server 2010 Development (Part 1 of 6): Migrating Applications to Exchange Web Services In this Webcast,...
  • Blog Post: Availability Web Service Protocol Specification References

    Information for the availability service is provided via our open specifications document: [MS-OXWAVLS]. Information for the security model used in the availability service, please reference the following document: [MS-OXCPERM]. For more info, you can refer: Availability Web Services Protocol specification...
  • Blog Post: EWS : How to access user’s free/busy info programmatically using Exchange Web Services (EWS)?

    In this post, we will see how to access user free/busy information programmatically using Exchange Web Services (EWS) – Proxy. Exchange provides such a service by storing what is referred to as free/busy data. This information will indicate what requested time range is free, busy, and tentative for a...
  • Blog Post: Migration: Exchange Public folders and its future

    Public Folders are used in earlier versions of Microsoft Exchange Server to store free/busy data and files. From Microsoft Exchange Server 2007, free/busy data is no longer stored in public folders. It’s recommend that you do not store files in public folders in Exchange 2007. Instead, consider...
  • Blog Post: How to get the EWS endpoint URL from Outlook 2007/2010?

    You can try the following steps to get the EWS endpoint URL from Outlook 2007 or 2010: CTRL+Right click the Outlook icon in the notification area in the lower right-hand area of the screen. You can notice the following window: Select Test E-mail Auto configuration. Enter your email address and password...
  • Blog Post: "MAPI_E_FAILONEPROVIDER" when you try to connect to a mailbox on an Exchange 2010 from an Exchange 2003 server

    Recently one of my customer updated that when he tried connecting to a mailbox that is located on a  Exchange Server 2010 from Exchange Server 2003 by using a custom MAPI/C++ application. But it failed and it thrown the following error message: “MAPI_E_FAILONEPROVIDER”. As part of troubleshooting...
  • Blog Post: Download: EWS Managed API 1.1

    If you use EWS (Exchange Web Services) Managed API 1.0 or 1.1 beta, then its time for downloading its latest update: EWS Managed API 1.1 (Version 14.02.0051.000) The Microsoft Exchange Web Services (EWS) Managed API 1.1 provides a managed interface for developing client applications that use Exchange...
  • Blog Post: EWS: Delegate can’t cancel meetings in organizer's calendar & throws “ErrorItemNotFound”

    Earlier I created a delegate in a Exchange Server 2007 environment. I tried creating, sending and then updating meeting requests for the organizer by using Exchange Web Service (EWS). However, the operation does not work if the delegate tries to cancel a meeting, and then tries to send the cancellation...
  • Blog Post: Stay Connected using Lync

    Lync is the next generation of Microsoft’s Office Communications Server, and makes staying in touch with others even easier, more engaging and more intuitive. This single platform that integrates instant messaging, presence, audio, video, web conferencing and voice to bring people together in the ways...
  • Blog Post: Enhance Windows/Exchange Search using Microsoft Filter Pack

    How to Enhance Windows Search using Microsoft Filter Pack? The Windows Search service can be enhanced by installing the Microsoft Filter Pack, which provides additional IFilters to support critical search scenarios across multiple Microsoft Search products. The Filter Pack includes the following IFilters...
  • Blog Post: Receive Server Error while browsing the Exchange EWS or Autodiscover sites

    Recently i received the following error while try to browse the following /autodiscover/Autodiscover.xml">https://<servername>/autodiscover/Autodiscover.xml   or /ews/exchange.asmx">https://<servername>/ews/exchange.asmx : Could not load file or assembly 'Microsoft.Exchange...
  • Blog Post: Verify performance/stability with Exchange Server Jetstress 2010?

    You can use Jetstress 2010 to verify the performance and stability of a disk subsystem prior to putting a Microsoft Exchange Server 2003, 2007 and 2010 server into production. Jetstress helps verify disk performance by simulating Exchange disk Input/Output (I/O) load. Specifically, Jetstress simulates...
  • Blog Post: How to: Configuring and using EWS Impersonation for Exchange Server 2007?

    Please find the links for configuring and using EWS impersonation for the Exchange 2007 : Configuring Exchange Impersonation (Exchange Web Services) http://msdn.microsoft.com/en-us/library/bb204095(EXCHG.80).aspx Using Exchange Impersonation (Exchange Web Services) http://msdn.microsoft.com/en-us/library...
  • Blog Post: Security warning: The name of the security certificate is invalid or does not match the name of the site

    Recently i started MS Outlook 2007 and tried connecting to a mailbox that is hosted on a mailbox server that is running Microsoft Exchange Server 2010 inside the local network. I received the following security warning “ The name of the security certificate is invalid or does not match the name of the...
  • Blog Post: Part 1 : Developer Roadmap – Development Technologies for Exchange Server 2010

    This two part article is targeted for the developer audience, if you’re the developer who want to create a develop custom application for Exchange Server 2010 or already has custom application designed for previous versions of Exchange Server 2010. Some Exchange programming technologies that are available...
  • Blog Post: Where does autocomplete gets stored in OWA?

    There is always a related question regarding autocomplete feature on OWA. In outlook the auto complete gets stored in *.NK2. Where does it store for OWA ? The Auto Complete cache is stored as part of the user’s profile on the Exchange Server.
  • Blog Post: Monitoring Event Sink # 32 - Best Practices: Performance related issues with Event sinks

    I would like to share certain best practices - in order to improve the performance or overcome performance related issues associated with event sink and Programming guidelines for event sinks before you develop for your reference. Exchange store events do not by themselves generate Windows Event...
  • Blog Post: Monitoring Event Sink # 31: Why Exchange Explorer doesn’t work ?

    One of my customer reported that in one of his machine, the exchange explorer (available part of Exchange SDK) stop responding. But the same work in his rest of the machines. During the research, we found the following known issues (stop responding, doesn’t display etc) with exchange explorer:...
  • Blog Post: OWA Customization Update : Outlook Web Access (OWA) 2010 Support Policy

    Adding this blog post with respect to my previous article regarding support for Exchange Server OWA customization and its PSS Support Policy . We do get customers that they try and want to us provide assistance on OWA customization for OWA 2007 and 2010. They either want to customize OWA by changing...
  • Blog Post: Exchange Server Utility : PFDAVAdmin update is released

    I use PFDAVAdmin  utility [Exchange Server Public Folder Distributed Authoring and Versioning (DAV)-based Administration tool]  to perform various management tasks related to public folders and mailboxes. An updated version of the PFDAVAdmin tool has been released to the web on 04/06/2010 ...
  • Blog Post: Microsoft Security Bulletin MS10-024 – Security Update

    This is regarding the “ Microsoft Security Bulletin MS10-024 ” - Vulnerabilities in Microsoft Exchange and Windows SMTP Service Could Allow Denial of Service (981832). As we know, security related changes for Exchange 2007 and Exchange 2010 ship as Update rollups following the cumulative servicing model...
Page 1 of 7 (167 items) 12345»