70-337 Enterprise Voice and Online Services with Microsoft Lync Server 2013

Hallo zusammen,

Diesen Monat habe ich die Prüfung "70-337: Enterprise Voice and Online Services with Microsoft Lync Server 2013" erfolgreich bestanden. Das war meine sechsundzwanzigste bestandene Microsoft Prüfung :o)

Bis 31.05.2015 ist ja wieder Second Shot Zeit. Verhaut man eine Prüfung, so kann man diese kostenfrei wiederholen.

Damit habe ich nun die MCSE Communication Zertifizierung erhalten. Das erste mal in meiner Microsoft Zertifizierungskarriere steht nun ein Ablaufdatum hinter der Zertifizierung - ich muss also spätestens anfangs 2018 wieder zu den Prüfungen, wenn ich den Titel nicht verlieren will.

Hier noch ei paar Notizen zu der Prüfung, welche ich mir gemacht habe

https://borntolearn.mslearn.net/certification/server/w/wiki/503.337-enterprise-voice-and-online-services-with-microsoft-lync-server-2013?Redirected=true

Regular Expression Language - Quick Reference
https://msdn.microsoft.com/en-us/library/az24scfc(v=vs.110).aspx

^ Start of Line
$ End of Line
\n newline
\d decial digit
{n times}
[character_group] Matches any single character in character_group. By default, the match is case-sensitive.
* Matches the previous element zero or more times.
+ Matches the previous element one or more times.
? Matches the previous element zero or one time

$tel = "+41 12 345 67 89"
$tel -match "^\+
$tel -replace "\d", "X"

Planning for Front End pool pairing in Lync Server 2013
https://technet.microsoft.com/en-us/library/jj205293.aspx

A/V Edge Ports
UDP 3478
TCP 443
UDP 50,000–59,999
TCP 50,000–59,999
XMPP 5269 --> 23456 to FE Server

max 200 Calls per UM Server

DHCP Options
https://technet.microsoft.com/de-de/library/gg398088(v=ocs.14).aspx
Option 43 URL to CertProvisioning Service
Option 120 FQDN of Pool for Telephone Authentication

exchucutil.ps1 --> On Exchange Server
ocsumutil.exe --> On Lync Server

New-CsHostingProvider https://technet.microsoft.com/en-us/library/gg398490.aspx
New-CsAllowedDomain
https://technet.microsoft.com/en-us/library/gg398628.aspx
New-CsVoiceRoute
https://technet.microsoft.com/en-us/library/gg398197.aspx
Set-CsPstnUsage
https://technet.microsoft.com/en-us/library/gg399069.aspx
Grant-CsVoicePolicy
https://technet.microsoft.com/en-us/library/gg398828.aspx
New-CsExUmContact
https://technet.microsoft.com/en-us/library/gg398139.aspx

Grüsse
Andres Bohren