Unified Communications by Yann Espanet

Microsoft Office Communications,Exchange,VoIP,telephony
Subscribe

Archive for the ‘Training and certification’

Updated Unified Communications R2 Voice Specialization Exam 74-404 (will replace 74-924)

January 29, 2010 By: Yann Espanet Category: Office Communication Server, Training and certification

If you are currently certified on the UC Voice Specialization or plan to be, be aware that an updated version of the Voice Specialization Exam 74-924 will be available en of June this year.

This exam is designed to validate that candidates have the skills to design, deploy, and administer Microsoft Office Communications Server 2007 Release 2 (R2). Candidates should have experience with interoperability between Office Communications Server 2007 R2, Office Communications Server 2007, Microsoft Exchange Server 2007 Unified Messaging, and Active Directory Domain Services. Candidates should also have experience with network infrastructure components that support the deployment and ongoing management of Office Communications Server 2007 R2.

You can have more details on the Microsoft’s official page concerning this test:

Exam 74-404: Microsoft Office Communications Server 2007 R2 – U.C. Voice Specialization

http://www.microsoft.com/learning/en/us/Exam.aspx?ID=74-404&Locale=en-us#tab3

It’s highly recommended to attend the following three days Course 50232A: Office Communications Server 2007 R2 Ignite !

Course 50232A: Office Communications Server 2007 R2 Ignite

http://www.microsoft.com/learning/en/us/Course.aspx?ID=50232A&Locale=en-us

You can also use the Microsoft Office Communications Server R2 – Training Portal to find some useful resources to prepare for this hard exam!

http://www.microsoft.com/learning/en/us/training/ocs.aspx

Office Communications Server 2007 R2 Workload Architecture Poster

January 25, 2010 By: Yann Espanet Category: Office Communication Server, Training and certification

You will have a global view of Office Communications Server 2007 R2 traffic flow between component like : IM and Presence, Conferencing, Application Sharing, and Enterprise Voice.
You can see the different server roles, the needs in term of server certificate, and also the firewall and DNS configuration requirements.

ocs_poster_thumb

Ref :

http://www.microsoft.com/downloads/details.aspx?FamilyID=AF2C17CB-207C-4C52-8811-0ACA6DFADC94&displaylang=en

Video : OCS 2007 R2 – Deployment Validation Tool Answering Agent

January 17, 2010 By: Yann Espanet Category: Webcast

The Deployment Validation Tool allows you to perform automated testing of calls between agents that are Office Communications Server 2007 R2 clients. It is included with Office Communications Server 2007 R2 Resource Kit Tools, available as a free download at the Microsoft Download Center at :
http://go.microsoft.com/fwlink/?LinkId=145159

You can find the technet page here :

http://technet.microsoft.com/en-us/library/dd572350(office.13).aspx

And watch this video from the Microsoft Technet Chopstick :

Evaluate Microsoft Exchange Server 2010 Release Candidate on Windows 2008 R2

August 27, 2009 By: Yann Espanet Category: Exchange 2010, Webcast

You can download Exchange Server 2010 Release Candidate to the Microsoft Download Center!

This is the build number 14.00.0639.011 and you can download it from here :  http://www.microsoft.com/downloads/details.aspx?FamilyID=c6d27da1-ba2c-4570-a491-c0d7b39ede8b

This build is compatible with both Windows 2008 SP2 and Windows 2008 R2 (from RC1 through to RTM). As we changed the store schema between the Exchange Beta and RC, there’s no in-place upgrade from the Beta release. However, we will support in-place upgrade from the Release Candidate through to the final RTM build.

Extract from “Paul Bowden – Release Manager – Exchange Server”

 ——————————————————————————————–

Here’s a quick start guide to get you up and running as quickly as possible with the new build:

 

Windows 2008

1.       Install Windows Server 2008 x64 (Standard or Enterprise – but not Core or Web Server) and join the appropriate domain

2.       Install Service Pack 2 from http://technet.microsoft.com/en-us/windows/dd262148.aspx

3.       Install .NET Framework 3.5 Service Pack 1 from http://www.microsoft.com/downloads/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7

4.       Install the .NET Framework 3.5 SP1 Update from http://www.microsoft.com/downloads/details.aspx?FamilyID=98E83614-C30A-4B75-9E05-0A9C3FBDD20D

5.       Install the combined PowerShell v2/Windows Remote Management package (Windows 6.0-KB968930.msu) from https://connect.microsoft.com/windowsmanagement/Downloads/DownloadDetails.aspx?DownloadID=21268

6.       For Hub Transport and/or Mailbox roles, install the Office Filter Pack from http://www.microsoft.com/downloads/details.aspx?FamilyId=60C92A37-719C-4077-B5C6-CAC34F4227CC

7.       Open a command prompt, and use the installation scripts from the \Scripts sub-folder on the installation media to enable operating system components:

a.       For a typical installation of Client Access, Hub Transport, and the Mailbox role, run:

  • ServerManagerCmd –ip <media>\Scripts\Exchange-Typical.xml

a.       For a Client Access role only, enter:

  • ServerManagerCmd –ip <media>\Scripts\Exchange-CAS.xml

b.      For a Hub Transport role, enter:

  • ServerManagerCmd –ip <media>\Scripts\Exchange-Hub.xml

c.       For a Mailbox role, enter:

  • ServerManagerCmd –ip <media>\Scripts\Exchange-MBX.xml

d.      For a Unified Messaging role, enter:

  • ServerManagerCmd –ip <media>\Scripts\Exchange-UM.xml

e.      For an Edge Transport role, enter:

  • ServerManagerCmd –ip <media>\Scripts\Exchange-Edge.xml

8.       For Client Access server roles, run “sc config NetTcpPortSharing start= auto” from a command-prompt

9.       Restart the computer

10.   Run the Setup.exe program from the Exchange 2010 download package

 

Windows 2008 R2

1.       Install Windows Server 2008 R2 (Standard or Enterprise – but not Core, Web Server or Foundation Server) and join the appropriate domain

2.       For Hub Transport and/or Mailbox roles, install the Office Filter Pack from http://www.microsoft.com/downloads/details.aspx?FamilyId=60C92A37-719C-4077-B5C6-CAC34F4227CC

3.       Open a Windows PowerShell console window from the Accessories menu

4.       Enter “Import-Module ServerManager” and press return

5.       Use the Add-WindowsFeature cmdlet to enable operating system components:

a)      For a typical installation of Client Access, Hub Transport, and the Mailbox role, enter:

  • Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy
  • Set-Service NetTcpPortSharing -StartupType Automatic

b)      For a Client Access role only, enter:

  • Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy
  • Set-Service NetTcpPortSharing -StartupType Automatic

c)       For a Hub Transport role or Mailbox role, enter:

  • Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server

d)      For a Unified Messaging role, enter:

  • Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Desktop-Experience

e)      For an Edge Transport role, enter:

  • Add-WindowsFeature NET-Framework,RSAT-ADDS,ADLDS

6.       Restart the computer

7.       Run the Setup.exe program from the Exchange 2010 download package

 

Active Directory Configuration

a.       The schema master must be running a minimum of Windows Server 2003 with Service Pack 1

b.      The forest must be in Windows Server 2003 functionality mode (or later)

c.       All Exchange 2010 servers must be able to communicate with a global catalog server which is running Windows Server 2003 with Service Pack 1 (or later)

d.      Read-only domain controllers (RODC) are not supported with Exchange 2010

e.      We generally recommend that you install Exchange 2010 on member servers versus domain controllers. This helps to secure your installation

 

Enjoy your test !

Exchange 2010 Video on Technet …

July 07, 2009 By: Yann Espanet Category: Exchange 2010, Webcast

  • TechNet Webcast: Exchange 2010 Voice Mail enabled by Unified

    Exchange 2010 Unified Messaging is Microsoft’s second generation unified messaging and voice mail solution. In this webcast, learn about the features,

  • TechNet Webcast: Storage in Exchange 2010 (Level 300)

    Exchange 2010 carries on the tradition that began in Exchange Server 2007 of dramatically reducing mailbox storage costs. Attend this webcast and learn how

  • TechNet Webcast: Exchange 2010 High Availability (Level 300)

    In this webcast, we reveal the changes and improvements to the built-in high availability platform in Exchange Server 2010. Exchange 2010 includes a unified

  • Exchange 2010: The Future of Collaboration

    19 Jun 2009 The upcoming release of Exchange 2010 can help you achieve better business outcomes while controlling the costs of deployment,

  • TechNet Webcast: Exchange 2010 Management Tools (Level 300)

    Exchange 2010 includes new capabilities that make the operation of your Exchange environment more efficient. Learn how we’ve made the Exchange Management

  • Updates to Exchange Server 2010 specifically to support law firms

    This event will provide you with important information on the changes made to the upcoming Exchange Server 2010. The discussion will focus on how Microsoft

  • Exchange Server 2010 (Beta) Setup and Deployment Virtual Lab

    17 Jun 2009 They wish to install Exchange Server 2010 on a single server. Northwind Traders must make sure that the server is adequately prepared and

  • ES: Microsoft Unified Communications Solutions – Microsoft

    Microsoft’s product plans for the next release code named “Exchange 2010 focuses around three o Operational Flexibility – With Exchange Server 2010,

  • Youtube OCS R2 Video Demo

    January 31, 2009 By: Yann Espanet Category: Office Communication Server, Webcast

    Youtube OCS R2 Video Channel

    Tags: ,

    OCS R2 Launch Ressource

    January 31, 2009 By: Yann Espanet Category: Office Communication Server, Webcast, Whitepapers

    Prepare the Office Communications Server R2 Virtual Launch Experience by downloading whitepaper and watching videos on new functionallities.

    ocsr2

    Whitepaper for the launch event :

    Technical overview of the changes :

    • OCS 2007 R2 RTM Planning Workbook
      This Planning Workbook is intended to document the recommended roll-out of Microsoft® Office Communications Server 2007 R2 in an enterprise-level lab or production environment. This document’s purpose is to provide enterprise customers and deployment partners a method to begin planning for their Office Communications Server 2007 R2 deployment.

    Technical Guides :

    Exam 088-924 for Microsoft Certified Master : Office Communications Server 2007

    November 14, 2008 By: admin Category: Office Communication Server, Training and certification

    The MCM certification stand for Microsoft Certified Master, it sit between the MCTIP and the top level MCA Microsoft Certified Architect.

    The Master certification is now a pre-requisite for beeing a Microsoft Certified Architect’s (Database,Messaging, Directory Services) is anyone can apply; you don’t need to be from Microsoft or a Partner.

    Exam 088-924 – Microsoft Office Communications Server 2007 – UC Voice Specialization count for Microsoft partner who want to have the Unified Communications Competence Speciality or individual that want to try the cursus Microsoft Certified Master : Office Communications Server 2007.

    You must have the following exams below completed in order to qualify for the Microsoft Certified Master: Office Communications Server 2007.

    • Exam 70-638 – MCTS: Microsoft Office Communications Server 2007, Configuring
    • Exam 088-924 – Microsoft Office Communications Server 2007 – UC Voice Specialization*
    • Exam 70-294 – Planning, Implementing, and Maintaining a Windows Server 2003 Active Directory Infrastructure     OR Exam 70-640 - MCTS: Windows Server 2008 Active Directory Configuration
    • Exam 70-297 – Designing a Windows Server 2003 Active Directory and Network Infrastructure
         OR Exam 70-642 – MCTS: Windows Server 2008 Network Infrastructure, Configuring

    Attending the Unified Communications Voice Ignite workshop is recommended as preparation for Exam 088-924 (available in fall 2008). Voice Ignite attendance is based on workshop availability . You must complete the following prerequisites, which are both available online, before attending:

     After that, you must fill an online form and follow this steps :

    • 3 weeks of mandatory training : One 2-week block, one 1-week block (can choose to consume all together or not)
    • Core technical content / sessions
    • ‘Written’ exams
    • Qualification Lab Test

     
    What will it cost?

    • Package: $18,500
      3 weeks of training
      3 written tests
      1 Qualification Lab
    • You must paid the plane and three weeks of accomodation in Redmond to follow the training at Microsoft premises.
    • Retakes
      Written tests: $250 each
      Lab Test: $1,500

    In conclusion, becoming a Certified Master is a really a long and costly path, but like Microsoft said : “It’s Always better to be a master” ask to Yoda, he knows why !

    More information here : http://www.microsoft.com/learning/mcp/master/OCS/default.mspx