• Schedule an Online Meeting on behalf of someone else

    Question

    It is possible to give someone the permission to schedule an Online Meeting on behalf of someone else?

    Answer

    Yes Smile

    How?

    Let’s have a look

    Step 1. Setting the scene

    In my demo environment I have two mailbox-enabled user, one is my own test account Ilse, and the other one belongs to my colleague Annelies Bulkens. I have configured both Full Mailbox Access, and Send-As permission on Annelies her mailbox for me:

    IVC-0540

    IVC-0541

    Thanks to the changed Autodiscover feature in Exchange 2010 Sp1 and Outlook 2010, when opening up my mailbox, I automatically get Annelies her mailbox and archive added!

    IVC-0542

    More information about this can be found here:

    I’m able to send mails as Annelies Bulkens, and I am able to schedule meetings as Annelies!

    IVC-0544

    But when trying to schedule an Online Meeting, or when trying to change an existing one to an online meeting, I get the following error message: “Please contact the owner of the account to get delegate permissions in Lync”:

    IVC-0527

    Step 2. Getting delegate permissions in Lync

    In order to get delegate permissions in Lync, Annelies has to log into Lync, and add me as a delegate. Just go to Tools, check Call Forwarding Settings:

    IVC-0531

    Click on Edit my delegate members:

    IVC-0532

    And add on the following screen Ilse Van Criekinge as a delegate:

    IVC-0533

    IVC-0536

    Click OK, and that’s it.

    I will get a notification in Lync that I have been added as a delegate for Annelies:

    IVC-0537

    And from that moment onwards, I’m able to schedule an online meeting on behalf of Annelies Smile

    IVC-0539

    Step 3. Dealing with Non-Enterprise Voice enabled users?
    The above steps can only be used to set delegates once a user is enabled for Enterprise Voice! But if you disable that user for Enterprise Voice, the delegate settings will remain!
    No need to temporarily enable and then disable Enterprise Voice again tough...by using a client policy. I've already talked about Client Policies in one of my previous posts available here (http://blogs.technet.com/b/ilvancri/archive/2010/12/28/appear-offline-in-lync-and-other-customizations.aspx), and you need to use the following attribute EnableExchangeDelegateSync!
    Copy-Paste from the TechNet article: http://technet.microsoft.com/en-us/library/gg398300.aspx
    EnableExchangeDelegateSync
    =

    When set to True, delegates a user that has configured in Microsoft Exchange will be allowed to schedule meetings for that user.
    Just adding a calendar delegate with the permission to schedule meetings on your behalf, and Online Meetings can be scheduled as well :)

    Ilse (and a big thank you to Kristof, Thomas, Jonathan and Cédric!)

  • Address List Segregation and Lync

     

    Question

    Is it possible to provide users with an Address List in Lync that only contains a subset of users in a Lync organization?

    Answer

    Yes

    How?

    Using an attribute called msRTCSIP-GroupingID, as described in this TechNet article: http://technet.microsoft.com/en-us/library/gg429725.aspx

    Time to test Smile

    I’m gonna use the objectGUID of an Organizational Unit called Zaventem, that I have in my demo environment

    IVC-0507

    Then I’m going to change the value of the msRTCSIPGroupingID for a user in that OU to that objectGUID, in this example Annelies Bulkens:

    IVC-0588

    And I’m doing the same thing for a Lync-enabled user in a different OU, namely DemoTechEd:

    IVC-0589

    Time to check Smile When I log in as my own demo account, I get the following results when entering d:

    IVC-0587

    I don’t see DemoTechEd!

    When Annelies does the same thing, she only gets DemoTechEd:

    IVC-0583

    It is still possible for Annelies to add a user as a contact when entering the correct SIP-Uri, as you can see below for user2@lync.local:

    IVC-0584

    IVC-0585

    IVC-0586

     

    Ilse

  • Call Statistics for a UM Server

    Interesting question came up yesterday, being “does Exchange 2010 Sp1 UM provide built-in statistics capabilities?”

    And the answer is…..YES Smile, as can be derived from the following technet articles:

    View Call Statistics for a UM Server, which includes the following information “You can use the Call Statistics tool, available in Exchange Server 2010 Service Pack 1 (SP1), to provide aggregated statistical information about calls that are forwarded to or placed by UM servers. This information is helpful for administrators who are interested in overall statistics for the Exchange 2010 Unified Messaging (UM) servers in their organization. Call statistics reports that you initiate in the EMC are displayed in the Exchange Control Panel (ECP) user interface”

    and

    View Call Logs for a UM-Enabled User, which includes the following information: “You can use the User Call Logs tool, available in Exchange Server 2010 Service Pack 1 (SP1), to display the call statistics for a UM-enabled user you specify. The report that's generated is displayed in the Exchange Control Panel (ECP). It includes information about calls made by and received by the user, and can help you diagnose and fix issues with a user's voice mail.”

    Let’s have a look

    The Call Statistics tool

    The tool is available in Exchange 2010 Sp1, and can be launched from within the Exchange Management Console, Toolbox

    IVC-0488

    Scroll down to Unified Messaging tools, and there you will find Call Statistics, and User Call Logs.

    IVC-0487

    Right-clicking Call Statistics, and selecting Open, will open your default browser and a link to the Exchange Control Panel, which requires you to login first:

    IVC-0489

    And then the Call Statistics report will pop up:

    IVC-0490

    You can choose for which UM Dial Plan you want to have more information, or any UM IP gateway, and you can select to show a daily report, or a monthly report, or all.

    IVC-0494

    A monthly view shows up like this:

    IVC-0495

    A click on Audio Quality Details, shows the following information:

    IVC-0503

    When you select Copy Report, you copy the content of the given report to your Clipboard:

    IVC-0496

    When you choose to Export Day, you will get a CSV-file for the selected day:

    IVC-0492

    Which looks like this…

    IVC-0493

    User Call Logs

    User Call Logs tool, will show you call logs for a selected user for the last 90 days.

    IVC-0497

    IVC-0498

    IVC-0499

    IVC-0501

    You can get for a specific call the Audio Quality Details as well:

    IVC-0500

    How about the Shell?

    As can be expected, the call statistics can also be retrieved using the powerful Exchange Management Shell, and using the Exchange cmdlet “Get-UMCallSummaryReport”.

    IVC-0502

    And for the user call logs there is the cmdlet “Get-UMCallDataRecord”

    IVC-0505

    which will give me a list like the one below…

    IVC-0504

     

    Ilse