• Lync Session Recordings From TechEd 2012

     

     

    Just in case evaluating the Exchange 2013 preview was not keeping you busy, Channel 9 has recordings on Lync from TechEd 2012.

     

    Enjoy!

     

    Consumerization of IT has brought an irreversible shift of power from IT to the Business where IT is no longer king. Come learn about the 5 ways Lync can supercharge and automate business processes! Demos, real-world examples, iPads and Slates, case studies... we've got it all. Bring your stories to...

    This session is designed to provide both a high-level overview of the Lync features that come as part of the CORE CAL, as well as an in-depth look at the Lync Server deployment process. The focus of the overview will be on understanding Lync Server’s native integration with other Office applications...

    High availability and disaster recovery mean different things to different people. The reality is that failures come in many shapes and forms. Learn about the features in Lync to address failures and how they can be used to achieve your SLA. Planning beforehand and knowing the options you have are k...

    In this session we share best practices when investigating your deployment options for Microsoft Lync 2010. Learn the questions you should answer to decide if you should go online, on premises, or go for rich coexistence. In addition, get an overview of what additional components require configurati...

    Everything you need to know about how Microsoft Lync works with the Enterprise Network. Learn all about new features like Call Admission Control and how the Lync media stack interacts with policy across the wide area network, improvements in Quality of Service tagging with DSCP and VLAN support, how...

    The communications industry is undergoing a transformation from proprietary hardware-based communications systems to a more flexible software-based solution as provided by Microsoft. During this transformation, customers who have existing investments in infrastructure will need to ensure that these…

    Survey of Microsoft Lync voice features and planning. Voice features associated with policy management capability. Integration of phones and devices. Enterprise use cases and scenarios for advanced call management. Planning for deployment networking implications.

    Voice routing with Lync Server 2010. Numbering plan and an approach to voice routing design. Best practices for voice routing with Lync Server 2010.

    This session provides guidance around virtualization of Lync 2010 Server and Client.

    This session provides in-depth information on how we establish media connectivity using ICE, STUN, and TURN. We discuss how clients and server find and allocate IP addresses locally and on the Edge Server to find the optimal media path. We discuss the theory as well as look into logs to see this mag...

    Lync Edge Server provides federation and remote user access. As an entry point to the corporate network, it's important for administrators to understand these threat vectors and how to defend against them. Come learn the intricate details of how security works in the interaction between the Lync cli...

     

     

    Cheers,

    Rhoderick

    Technorati Tags: ,
  • The New Exchange

    To make a change from the way that a Monday typically starts, Rajesh Jha (Corporate Vice President, Exchange) posted a great overview on Exchange 2013’s features. 

    This is published on the Exchange team blog.

    Exchange 2013 Blog

     

    Here are some of the great benefits you get with the next release of Exchange:

  • Reduced costs by optimizing for next generation of hardware
  • Exchange can now support up to 8TB disks, by reducing database IOPS by +50% and optimizing for multiple databases per volume to increase aggregate disk utilization while maintaining reasonable database sizes. Ever growing memory capacity is used to improve search query performance and reduce IOPS. All this allows you and your end users to have larger mailboxes at lower costs.

  • Significantly reduced operational overhead for high availability
  • DAG management is simplified via automatic DAG network configuration, enhancements to DAG management cmdlets, support for multiple databases per disk, and enhancements to lagged copies. Auto-recovery capabilities – inherently built into DAGs – are now extended to the rest of Exchange and all protocols. Client-initiated, automatic recovery allows you to reduce recovery time for site failures from hours to under a minute.

  • Decrease the amount of time spent managing your system while maintaining control

    Exchange now provides a single, easy-to-use, Web-based administration interface – the Exchange Administration Center (EAC). Role based access control (RBAC) empowers your helpdesk and specialist users to perform specific tasks which are surfaced appropriately in the EAC – without requiring full administrative permissions. This streamlined and intuitive experience helps you manage Exchange efficiently, delegate tasks, and focus on driving your business forward.

  •  

     

     

    Go and check it out for more details!

     

     

    Cheers,

    Rhoderick

    Technorati Tags: ,
  • Exchange Server 2013 Forums Available on TechNet

    Update: Since Exchange 2013 has now been released the preview forums has been retired, and the RTM forums can now be found here.

     

    Since the Exchange 2013 Preview is now available it is a great chance to see how the next version of Exchange is shaping up!  If you are running to issues then head on over to the TechNet forum for Exchange 2013 Preview and see if the community can help out.

     

    TechNet Exchange 2013 Forums

    In addition the Exchange 2013 Preview help files are also available for download.  That way you don’t have to watch movies on those long haul flights, now you can read chum files Smile 

     

    Exchange 2013 Preview Help File Download

    Cheers,

    Rhoderick

    Technorati Tags: ,
  • Using A PAL Template To Easily Capture Performance Data

    PAL Analyze Captured LogI recently blogged about using PAL to analyse an existing performance monitor log file.  That is great if you have an existing log, but what if this is not the case?  How can we easily capture the correct counters in the log file?  Again PAL can come to the rescue!

     

     

      

     

     

     

     

    Let's assume that PAL is installed as detailed in the previous blog post, if not hit that post and get the tool running.  I’ll wait for you Smile  - you’re back – good!  Now that the tool is installed and running, go to the Threshold File tab as shown in the below picture. 

    Export PAL Threshold File

     

    Select the threshold file that you are interested in, in this case let’s choose “Microsoft Exchange 2010”.  This is shown in the capture above.  Then click the "Export to Perfmon template file button, and save the file somewhere safe.  This is an XML file which can be viewed in IE or another XML editing tool. 

    XML View of PerfMon Data Collector Template

    This saved XML file can then be copied to the Exchange server where it can be used as the template for a Perfmon (Performance Monitor) Data Collector Set.  The Data Collector Set contains one or more Data Collectors which are the actual elements containing the Perfmon counters to capture.  The Data Collector Set is responsible for the scheduling of the individual Data Collectors. 

     

    Under Administrative tools open up the Performance Monitor MMC, then navigate down the to   Data Collector Sets\User Defined.  On a newly installed server it will look like this, i.e. empty.

    Performance Monitor User Defined Data Collector Sets

     

     

    PerfMon Create New Data Collector SetRight click on User Defined and go New –> Data Collector Set.  This will bring up the wizard to create the Data Collector. 

    Ensure the “Create from a Template” option is selected then click next.

     

     

     

     

     

     

     

     

     

     

     

    PerfMon Chose Data Collector Set Template Click browse to local the PAL XML file that you previously copied to the server. 

    At this point you can hit Finish and take the default collection location and account to run the collector. 

     

     

     

     

     

     

     

     

     

     

     

     

    PerfMon Chose Data Collector Set LocationSelecting Next from the screen above (instead of Finish) will allow the location of the Data Collector to be changed. By default this will be saved to the root of the system drive, i.e. C:\PerfLogs\...

     

     

     

     

     

     

     

     

     

     

     

     

    PerfMon Create Data Collector SetAgain this screen can be bypassed if Finish was chosen on one of the previous stages.  If skipped then Perfmon will assume the Data Collector is to run under the default user context, though we can  modify this in addition to either starting the Data Collector Set immediately or opening up the properties and setting a schedule. 

     

     

     

     

     

     

     

     

     

     

     

    Now you will have something resembling the below, which is the Data Collector that contains the Exchange 2010 PAL counters. 

    User Defined Data Collector Set Created

     

    Right click the Data Collector entry in the right hand pane, and select properties to review the list of PerfMon counters.

     

    Perfmon Data Collector Performance CountersNote that the sample interval, log file location and log file type (.blg, CSV, TAB,SQL) can be set here.  

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    Perfmon Schedule Data CollectorIn the main Performance Monitor console, right clicking on the Data Collector Set and selecting properties allows the start & stop conditions to be set.  This allows for automated data collection, where you can start the collector at specific times of given days of the week.    Of course the Collector Set can be started and stopped manually, the choice as they say is all yours Smile

     

     

     

     

     

     

     

     

     

     

     

     

    Now that the Data Collector Set is created, you can use it to capture performance data to help troubleshoot issues. 

     

    So we have the ability to use PAL to help with creating Performance Monitor logs by using it to create a template file that allows for easy Data Collector Set creation.  Once the log has been captured, PAL can then be used to analyse it as described in the previous blog. 

     

    Cheers,

    Rhoderick

     

    Technorati Tags: ,
     
    >>>
    >>>>>>
  • Maximize Exchange Administrator Productivity With PowerShell-Part 3

    In the previous articles in this series we looked at the basic aspects of PowerShell and then the underlying mechanisms that are used to connect both Exchange 2007 and Exchange 2010 management tools to Exchange.  These articles can be found as follows:   

    Now that the basics and plumbing are out of the way what are some of the more interesting things that we can do?

    Let’s take the most ubiquitous cmdlet, Get-Mailbox and expand upon it.

    Limited View Of Mailboxes

    The biggest issue I hear from customers is that they do not see all mailboxes by default, and this happens in a couple of scenarios.  Firstly, Exchange will return a maximum of 1,000 mailboxes by default.  This behaviour can be altered by specifying the following option.

    -ResultSize Unlimited

    Secondly, Exchange will only show you mailboxes from the current domain by default.  Should you want to see mailboxes for all domains in the forest you will need to change the following:

    Exchange 2007

    $ADAdminSessionSettings –ViewEntireForest $TRUE

    Exchange2010

    Set-ADServerSettings –ViewEntireForest $TRUE

    Alternatively specify the IgnoreDefaultScope parameter which tells PowerShell to ignore the default scope for the session and to use the entire forest as the scope.

    Positional Parameter

    You will recall that get-Mailbox can be used for something as simple as:

    Get-Mailbox <user>

    The <user> is a positional parameter that lets you specify the parameter's value without specifying the parameter's name.  A parameter is a positional parameter if the Parameter Position attribute is an integer. This integer indicates the position on the command line where the cmdlet can find the parameter's value. For more information about the various attributes that make up a parameter, see the Parameter Details section in Exchange Help.

    Wildcard Searches

    Get-Mailbox will also support wildcard searches so that you can return mailboxes that being with the phrase “User”

    Get-Mailbox User*

    All mailboxes beginning with the letter A:

    or Get-Mailbox A*

    Mailboxes By Database

    To show all mailboxes that are in a given database:

    Get-Mailbox –Database

    Mailboxes By Organisational Unit

    To show all mailboxes in a given Organisational Unit (OU) in Active Directory:

    Get-Mailbox –OrganizationalUnit  Montreal-Staff-OU

    Integrated Sort

    The Get-Mailbox cmdlet also has the SortBy option so that you can sort the mailboxes without having to pipe to Sort-Object.  Note that you can sort by only one attribute at a time. You can sort by the following attributes:

    • Alias
    • Display name
    • Name

    The results are sorted in ascending order.

    Mailbox Type

    To see only a particular type of mailbox the RecipientTypeDetails parameter can be used.  Can then choose to show only mailboxes in the following classes:

    • RoomMailbox
    • EquipmentMailbox
    • LegacyMailbox
    • LinkedMailbox
    • UserMailbox
    • DiscoveryMailbox   (Only applicable to Exchange 2010)
    • SharedMailbox

      Return Archive Information

      To see information about an archive enabled mailbox on Exchange 2010, simple add the Archive parameter:

      Get-Mailbox user1  -Archive

      If the archive should be located in Exchange Online, then use the –RemoteArchive parameter instead.

      Filter Information

      Perhaps the most interesting capability is Filter, which allows the administrator to specify an OPATH filter string to filter the returned mailboxes.  It is well worth learning this capability as it is used in the following cmdlets:

      The full list of allowed parameters are documented on TechNet

      For example, we can pull back only mailboxes that are of type UserMailbox.  This is more efficient that retrieving every mailbox and then stuffing it down the pipeline to a Where-Object clause. 

      Get-Mailbox –Server Server1  -ResultSize Unlimited -Filter {RecipientTypeDetails -eq 'UserMailbox'}

       

      Another example of a filter, would be the following applied to a Dynamic DistributionGroup:

      All mailboxes that are on Server1 and user in the Dallas office:

      Set-DynamicDistributionGroup AllServer1-Dallas –RecipientFilter { ServerName –eq 'Server1' –and Office –eq 'Dallas'

      The other important aspect of the filter parameter is that it has the ability to greatly improve the performance of one’s command.  If a small number of records are retrieved prior to passing them down the pipeline then the entire process will complete in a far more efficient manner than returning unneeded records and then passing them down the pipeline.

       

      For part one please click here.

      For part two please click here.

       

      Cheers,

      Rhoderick