<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>nathanwinters.co.uk &#187; OCS 2007 R2</title>
	<atom:link href="http://nathanwinters.co.uk/tag/ocs-2007-r2/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathanwinters.co.uk</link>
	<description>Unified Communications Blog - Microsoft Exchange + Lync</description>
	<lastBuildDate>Tue, 10 Jan 2012 20:49:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Can Lync send audio/media direct to the PSTN using G.711?</title>
		<link>http://nathanwinters.co.uk/2010/09/28/can-lync-send-audiomedia-direct-to-the-pstn-using-g-711/</link>
		<comments>http://nathanwinters.co.uk/2010/09/28/can-lync-send-audiomedia-direct-to-the-pstn-using-g-711/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 10:15:00 +0000</pubDate>
		<dc:creator>Nathan Winters</dc:creator>
				<category><![CDATA[Lync 2010]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[PSTN]]></category>
		<category><![CDATA[SIP Trunk]]></category>
		<category><![CDATA[G.711]]></category>

		<guid isPermaLink="false">http://nathanwinters.co.uk/2010/09/28/can-lync-send-audiomedia-direct-to-the-pstn-using-g-711/</guid>
		<description><![CDATA[Well sort of! 
G.711 is a voice codec, used by the majority of IP PBXs to encode their audio. 
OCS and Lync can use it in some circumstances, although Microsoft also has their own codec called RTAudio, which is an adaptive codec and thus aims to cope well with challenging network bandwidth. 
In OCS there [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Well sort of! </p>
<p>G.711 is a voice codec, used by the majority of IP PBXs to encode their audio. </p>
<p>OCS and Lync can use it in some circumstances, although Microsoft also has their own codec called RTAudio, which is an adaptive codec and thus aims to cope well with challenging network bandwidth. </p>
<p>In OCS there is the Mediation role which was used to convert from RTAudio to G.711 as media flows out to the PSTN. </p>
<p>In Lync the mediation role has been allowed to be collocated with the Front End server. This is possible because of something called Media Bypass, which allows calls to the telephone system (PSTN) to send the signalling through the Front End with collocated Mediation server, but not the media. So instead of the end Lync client talking RTAudio to the Mediation server and then having it converted to G.711 and sent out to the PSTN Gateway, the media goes direct to the gateway. This allows for less load on the Mediation server. </p>
<p>There are various caveats, such as what happens if the client is external. In this case the media will come in as RTAudio via the edge server and need translating via the Mediation server. Depending on the level of externally originated PSTN traffic, you may consider a separate Mediation server pool for load purposes. </p>
<p>Equally another point is that for large FE pools where SIP Trunking is used (Rather than E1 connections from gateways) it is suggested to have a Mediation server pool so as to simplify the relationship between the provider of PSTN connectivity and the pool. (Simply put to allow for perhaps 2 mediation servers each with individual trunks for HA, rather than a pool of 8 combined FE and Mediation boxes with all the required trunks!) </p>
<p>So to answer the question, yes in some ways, and with the right provider a Lync client could potentially send audio (media) traffic direct to the PSTN, however signalling still needs to go through the Front End/Mediation server. Therefore the only scenario where media would flow without the FE is where a call has already been setup. At that point if the FE went down, the call would still be able to continue. </p>
<p>Cheers   <br />Nathan</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nathanwinters.co.uk/2010/09/28/can-lync-send-audiomedia-direct-to-the-pstn-using-g-711/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting Lync 2010 or OCS 2007 R2 to the PSTN</title>
		<link>http://nathanwinters.co.uk/2010/09/16/connecting-lync-2010-or-ocs-2007-r2-to-the-pstn/</link>
		<comments>http://nathanwinters.co.uk/2010/09/16/connecting-lync-2010-or-ocs-2007-r2-to-the-pstn/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 21:08:05 +0000</pubDate>
		<dc:creator>Nathan Winters</dc:creator>
				<category><![CDATA[Lync 2010]]></category>
		<category><![CDATA[Microsoft Communications Server]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[Gateway]]></category>
		<category><![CDATA[PSTN]]></category>
		<category><![CDATA[Sip]]></category>

		<guid isPermaLink="false">http://nathanwinters.co.uk/2010/09/16/connecting-lync-2010-or-ocs-2007-r2-to-the-pstn/</guid>
		<description><![CDATA[Hi,
Having just written a long (ish) post on a forum, I thought I would post it here for future reference.
These are high level methods of connecting OCS 2007 R2 or Lync 2010 to the PSTN.
There are three options;    
In terms of capability of connection to the PSTN (Telephone network) functionally nothing much [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Having just written a long (ish) post on a forum, I thought I would post it here for future reference.</p>
<p>These are high level methods of connecting OCS 2007 R2 or Lync 2010 to the PSTN.</p>
<p>There are three options;    </p>
<p>In terms of capability of connection to the PSTN (Telephone network) functionally nothing much has changed in Lync 2010 compared to OCS 2007 R2 other than the need for SRTP support in gateways. </p>
<p>The lack of change is not a bad thing, as you really already have plenty of options!! </p>
<p>&#160;</p>
<p>1.</p>
<p>Traditionally people have ISDN connections to the telephone network which in the USA are called T1 lines which give you a potential 24 channels (calls). Lync 2010 Server has no way of connecting to these ISDN lines without some form of interface. This could be putting an ISDN interface card into your server, but in general is by using a gateway device from the likes of Audiocodes or NET Quintum. </p>
<p>The gateway terminates the ISDN lines and then translates the audio into RTP streams (SRTP for Lync) and SIP for signalling (i.e. setting up who is calling who). </p>
<p>Generally this is the most used option as by terminating the ISDN lines on the gateway it is then possible to route calls either to Lync or to an existing PBX system </p>
<p>&#160;</p>
<p>2.</p>
<p>The next most common option is to use an existing PBX to terminate the ISDN lines and have it talk to Lync, either through a gateway (kind of a reverse of the order above) or, the PBX might be able to talk SIP, and use TCP to talk over Ethernet to Lync. </p>
<p>&#160;</p>
<p>3. </p>
<p>Instead of dealing with traditional ISDN lines the Lync server will connect over IP (TCP or UDP) Port 5060, to an ITSP (Internet Telephony Service Provider). For example people like Verizon, BT, Global Crossing etc. </p>
<p>This allows OCS to route and receive calls directly to the PSTN without the need for any legacy telephony equipment. </p>
<p>Sometimes, even with the above solution, a gateway can be useful, which can be used more like a session border controller, giving options to manipulate the traffic as it passes from Lync to the ITSP. </p>
<p>&#160;</p>
<p>Hope that clears things up.    </p>
<p>Cheers    <br />Nathan</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nathanwinters.co.uk/2010/09/16/connecting-lync-2010-or-ocs-2007-r2-to-the-pstn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Digicert being most impressive!</title>
		<link>http://nathanwinters.co.uk/2010/07/24/digicert-being-most-impressive/</link>
		<comments>http://nathanwinters.co.uk/2010/07/24/digicert-being-most-impressive/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 17:16:04 +0000</pubDate>
		<dc:creator>Nathan Winters</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[Certificates]]></category>
		<category><![CDATA[Digicert]]></category>
		<category><![CDATA[Forefront TMG]]></category>
		<category><![CDATA[Proxy]]></category>

		<guid isPermaLink="false">http://nathanwinters.co.uk/2010/07/24/digicert-being-most-impressive/</guid>
		<description><![CDATA[Hi,
I’ve blogged about Digicert before, but over the last few days I’ve had yet another change to use them and been seriously impressed!
I was setting up an OCS 2007 R2 lab and got to the section where I needed to setup Forefront TMG to proxy connections to the OCS Web Components on my Standard Edition [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I’ve blogged about <a href="http://www.digicert.com" target="_blank">Digicert</a> before, but over the last few days I’ve had yet another change to use them and been seriously impressed!</p>
<p>I was setting up an OCS 2007 R2 lab and got to the section where I needed to setup Forefront TMG to proxy connections to the OCS Web Components on my Standard Edition front end.</p>
<p>I created the cert request using the certificate wizard in the OCS administrative tools as it is the easiest way I know to mark the private key as exportable.</p>
<p>Having done that I submitted the request to Digicert and, because it was a domain I have already validated, the certificate was issued within five minutes.</p>
<p>I installed the certificate on the Front End, exported it, and installed it on the Forefront TMG box.</p>
<p>Then for testing I accessed the relevant website externally. Things looked like they worked but on one device I got a trust error. It was late, and I didn’t have time to investigate so I left it.</p>
<p>The next day I received an email from Digicert as below:</p>
<blockquote><p>We just ran an installation check on the DigiCert SSL certificate that you installed on proxy.domain.co.uk and it appears that the server needs to be configured for maximum compatibility. You will need to install the Intermediate certificates to the server in order to ensure compatibility with legacy browsers and mobile devices.</p>
<p>On Windows platforms, the easiest way to do this is to use our certificate utility. Just visit <a href="http://www.digicert.com/util">http://www.digicert.com/util</a> and download the Certificate Management Tool. After running it on the server, click the Repair button. Some servers require restarting the services or restarting the whole server after making this change.</p>
<p>You can verify that the problem is fixed at <a href="http://www.digicert.com/help/index.htm?host=proxy.domain.co.uk">http://www.digicert.com/help/index.htm?host=proxy.domain.co.uk</a></p>
<p>If you have any problems correcting this issue, please contact our helpful support team and we will be happy to help.</p></blockquote>
<p>Now I knew about the utility and have blogged about it before, but to be told this is the problem proactively was brilliant!</p>
<p>I ran the utility, it installed the intermediate CAs properly and all is well!</p>
<p>Thanks Digicert</p>
<p>Note: As an Exchange MVP, DigiCert has provided me certificates to use in test labs, without which I may not have had the opportunity to try their service.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nathanwinters.co.uk/2010/07/24/digicert-being-most-impressive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hosted Pilot for Microsoft Unified Communications &#8211; Features</title>
		<link>http://nathanwinters.co.uk/2010/05/24/hosted-pilot-for-microsoft-unified-communications-features/</link>
		<comments>http://nathanwinters.co.uk/2010/05/24/hosted-pilot-for-microsoft-unified-communications-features/#comments</comments>
		<pubDate>Mon, 24 May 2010 11:15:00 +0000</pubDate>
		<dc:creator>Nathan Winters</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Hosted]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[OCS Online Trial]]></category>
		<category><![CDATA[Hosted Pilot]]></category>
		<category><![CDATA[Online trial]]></category>

		<guid isPermaLink="false">http://nathanwinters.co.uk/2010/05/24/hosted-pilot-for-microsoft-unified-communications-features/</guid>
		<description><![CDATA[As promised here is a post looking in a little more depth at the features of the Hosted UC Pilot from Microsoft.
Firstly I will look at some of my favourite features and then will take a look at what is not available.
The first thing that strikes you as you log into Outlook Web App, is [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>As promised here is a post looking in a little more depth at the features of the Hosted UC Pilot from Microsoft.</p>
<p>Firstly I will look at some of my favourite features and then will take a look at what is not available.</p>
<p>The first thing that strikes you as you log into Outlook Web App, is that you now have a fully fledged Exchange 2010 mailbox.</p>
<p>This is accessed using the <a href="https://mail.uctrial.com">https://mail.uctrial.com</a> URL.</p>
<p>One of the nicest things here is that you can start sending IMs immediately by using the integrated IM functionality. Obviously this is not as feature rich as Office Communicator or even Communicator Web Access but it gets you started. Another new addition is the ability to see presence within OWA as can be seen in the email and top right of the screenshot below:</p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/05/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://nathanwinters.co.uk/wp-content/uploads/2010/05/image_thumb.png" width="299" height="257" /></a> </p>
<p>In my <a href="http://nathanwinters.co.uk/2010/04/21/hosted-pilot-for-microsoft-unified-communications-setup/" target="_blank">previous post</a> on this subject I showed the process of logging into Office Communicator. Having done so I started poking around, and the first thing I tried was adding a federated user.</p>
<p>This gave me the following error:</p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/05/image1.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://nathanwinters.co.uk/wp-content/uploads/2010/05/image_thumb1.png" width="244" height="236" /></a> </p>
<p>The link for more info pointed here:</p>
<p><a title="http://office.microsoft.com/client/helppreview.aspx?AssetID=HA103556171033&amp;ns=COMM2007R2&amp;lcid=1033" href="http://office.microsoft.com/client/helppreview.aspx?AssetID=HA103556171033&amp;ns=COMM2007R2&amp;lcid=1033">http://office.microsoft.com/client/helppreview.aspx?AssetID=HA103556171033&amp;ns=COMM2007R2&amp;lcid=1033</a></p>
<p>I then tried to add a friend at Microsoft – <a href="http://blogs.technet.com/Brettjo/" target="_blank">Brett Johnson</a></p>
<p>Surprisingly this worked as can be seen below, the globe icon shows up next to Brett which means that Federation is working for users at Microsoft but not external domains.</p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/05/image2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://nathanwinters.co.uk/wp-content/uploads/2010/05/image_thumb2.png" width="163" height="244" /></a></p>
<p>I then tried a bunch of other UC functionality such as desktop sharing, and peer to peer voice calls. Everything worked well! Sadly, one thing that is not available is Enterprise Voice which means that you can’t go making phone calls on the system.</p>
<p>One major thing that is really important to understand is that this is a multi tenant system on which you can see all the other accounts that people have created! There is NO segregation at all!!</p>
<p>So all in all this is a great service for anyone wanting to test out the full range of Microsoft UC functionality minus of course Enterprise Voice.</p>
<p>Cheers</p>
<p>Nathan </p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nathanwinters.co.uk/2010/05/24/hosted-pilot-for-microsoft-unified-communications-features/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Opening the OCS Help File gives HTML blocked content error</title>
		<link>http://nathanwinters.co.uk/2010/05/21/opening-the-ocs-help-file-gives-html-blocked-content-error/</link>
		<comments>http://nathanwinters.co.uk/2010/05/21/opening-the-ocs-help-file-gives-html-blocked-content-error/#comments</comments>
		<pubDate>Fri, 21 May 2010 11:15:00 +0000</pubDate>
		<dc:creator>Nathan Winters</dc:creator>
				<category><![CDATA[Help File]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>

		<guid isPermaLink="false">http://nathanwinters.co.uk/2010/05/21/opening-the-ocs-help-file-gives-html-blocked-content-error/</guid>
		<description><![CDATA[
I’ve been doing a bunch of work recently with OCS in various lab scenarios and am really pleased that the OCS product group have bundled all their documentation into a CHM file like the Exchange team have done for a while.
The only weird thing about using the downloaded help file (see link below) 
http://www.microsoft.com/downloads/details.aspx?familyid=E9F86F96-AA09-4DCA-9088-F64B4F01C703&#38;displaylang=en#filelist&#160;
is that [...]


No related posts.]]></description>
			<content:encoded><![CDATA[</p>
<p>I’ve been doing a bunch of work recently with OCS in various lab scenarios and am really pleased that the OCS product group have bundled all their documentation into a CHM file like the Exchange team have done for a while.</p>
<p>The only weird thing about using the downloaded help file (see link below) </p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=E9F86F96-AA09-4DCA-9088-F64B4F01C703&amp;displaylang=en#filelist">http://www.microsoft.com/downloads/details.aspx?familyid=E9F86F96-AA09-4DCA-9088-F64B4F01C703&amp;displaylang=en#filelist</a>&#160;</p>
<p>is that on opening it, it doesn’t show content instead giving an error message as shown below:</p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/05/829b7c1fc52b4c3fa6452182d395aa7c.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="829b7c1f-c52b-4c3f-a645-2182d395aa7c" border="0" alt="829b7c1f-c52b-4c3f-a645-2182d395aa7c" src="http://nathanwinters.co.uk/wp-content/uploads/2010/05/829b7c1fc52b4c3fa6452182d395aa7c_thumb.png" width="244" height="185" /></a></p>
<p>So what it turns out, is that this only happens when you download the CHM file directly because when doing that, you are prompted about the possible security threat from opening it. </p>
<p>To get around this, I uncheck the box to always prompt on opening this type of file;</p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/05/8e090f6501bc441f997376658698dadd.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="8e090f65-01bc-441f-9973-76658698dadd" border="0" alt="8e090f65-01bc-441f-9973-76658698dadd" src="http://nathanwinters.co.uk/wp-content/uploads/2010/05/8e090f6501bc441f997376658698dadd_thumb.png" width="244" height="184" /></a></p>
<p>at which point, the CHM file works correctly.</p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/05/7f1b210bf571490f8846cf58b0a75104.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="7f1b210b-f571-490f-8846-cf58b0a75104" border="0" alt="7f1b210b-f571-490f-8846-cf58b0a75104" src="http://nathanwinters.co.uk/wp-content/uploads/2010/05/7f1b210bf571490f8846cf58b0a75104_thumb.png" width="244" height="186" /></a></p>
<p>Hope that helps someone.</p>
<p>Cheers</p>
<p>Nathan</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nathanwinters.co.uk/2010/05/21/opening-the-ocs-help-file-gives-html-blocked-content-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosted Pilot for Microsoft Unified Communications &#8211; Setup</title>
		<link>http://nathanwinters.co.uk/2010/04/21/hosted-pilot-for-microsoft-unified-communications-setup/</link>
		<comments>http://nathanwinters.co.uk/2010/04/21/hosted-pilot-for-microsoft-unified-communications-setup/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:00:00 +0000</pubDate>
		<dc:creator>Nathan Winters</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[OCS Online Trial]]></category>
		<category><![CDATA[Office Communicator]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[Online trial]]></category>

		<guid isPermaLink="false">http://nathanwinters.co.uk/2010/04/21/hosted-pilot-for-microsoft-unified-communications-setup/</guid>
		<description><![CDATA[Hi,
As promised here is more info about the new hosted pilot for UC from Microsoft.
On clicking the register link, some basic info is required, but all relatively simple stuff, like number of PCs, company name and phone number.
Having filled the form your account is created and then you are prompted to add other users. At [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>As promised here is more info about the new hosted pilot for UC from Microsoft.</p>
<p>On clicking the register link, some basic info is required, but all relatively simple stuff, like number of PCs, company name and phone number.</p>
<p>Having filled the form your account is created and then you are prompted to add other users. At this point I created one for my wife too! </p>
<p>Next you are redirected to the resources page &#8211; <a title="http://www.microsoft.com/uc/en/us/try-it.aspx" href="http://www.microsoft.com/uc/en/us/try-it.aspx">http://www.microsoft.com/uc/en/us/try-it.aspx</a></p>
<p>The relevant section is towards the bottom of the page and gives a link to a Silverlight based app which shows various mini videos outlining key features and functionality. </p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image_thumb3.png" width="400" height="277" /></a></p>
<p>This information is actually pretty good! It is a reasonably clear and easy guide to the key elements of Unified Communications according to Microsoft!</p>
<p>So having got this far, the next step is to get the Microsoft Office Communicator client installed on a few machines, for this purpose the confirmation/information mail points you to the evaluation version of MOC here &#8211; <a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=535637af-d92f-41b1-bf0c-54a526a88247&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=535637af-d92f-41b1-bf0c-54a526a88247&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=535637af-d92f-41b1-bf0c-54a526a88247&amp;displaylang=en</a></p>
<p>Once MOC is installed update it with the latest MOC patch as shown in my blog post here:</p>
<p><a title="http://nathanwinters.co.uk/2010/04/20/updating-microsoft-office-communicator-april-2010-patch/" href="http://nathanwinters.co.uk/2010/04/20/updating-microsoft-office-communicator-april-2010-patch/">http://nathanwinters.co.uk/2010/04/20/updating-microsoft-office-communicator-april-2010-patch/</a></p>
<p>Once MOC is fully installed and patched fire it up from the Start menu and login using the credentials provided:</p>
<p>One thing to note is that when I first opened MOC it was set to the default log in name and wouldn’t let me change it! So to do so I clicked the drop down menu in the top left of the sign in window next to the MOC icon and selected <strong>Connect / Change Sign-in Address</strong></p>
<p>I then entered the correct address as shown:</p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image4.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image_thumb4.png" width="244" height="196" /></a> </p>
<p>At this point, clicking <strong>OK </strong>takes you back to the sign in window:</p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image5.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image_thumb5.png" width="163" height="244" /></a> </p>
<p>Now that the sign-in address is correct click <strong>Sign In</strong></p>
<p>Enter the details as instructed using the sip/email address for the username and then click <strong>Sign In </strong>again.</p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image6.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image_thumb6.png" width="163" height="244" /></a> </p>
<p>At this point you will be signed in and can start using OCS!</p>
<p>Have fun!!</p>
<p>In a while I will post again detailing some of the features which are, and more importantly are not available in the online pilot.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nathanwinters.co.uk/2010/04/21/hosted-pilot-for-microsoft-unified-communications-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Microsoft Office Communicator &#8211; April 2010 patch</title>
		<link>http://nathanwinters.co.uk/2010/04/20/updating-microsoft-office-communicator-april-2010-patch/</link>
		<comments>http://nathanwinters.co.uk/2010/04/20/updating-microsoft-office-communicator-april-2010-patch/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 19:37:51 +0000</pubDate>
		<dc:creator>Nathan Winters</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[OCS April 2010 Patches]]></category>
		<category><![CDATA[Office Communicator]]></category>
		<category><![CDATA[Patching]]></category>

		<guid isPermaLink="false">http://nathanwinters.co.uk/2010/04/20/updating-microsoft-office-communicator-april-2010-patch/</guid>
		<description><![CDATA[Recently there have been a bunch of new updates for Office Communications Server 2007 R2 and it’s accompanying client Microsoft Office Communicator 2007 R2.
I will post later with screenshots of the server updates but for now here is the location and process to update MOC.
First download the patch from the link below:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&#38;FamilyID=515d6dba-4c6a-48bb-a06a-d99c5742676d
You will notice that [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Recently there have been a bunch of new updates for Office Communications Server 2007 R2 and it’s accompanying client Microsoft Office Communicator 2007 R2.</p>
<p>I will post later with screenshots of the server updates but for now here is the location and process to update MOC.</p>
<p>First download the patch from the link below:</p>
<p><a title="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=515d6dba-4c6a-48bb-a06a-d99c5742676d" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=515d6dba-4c6a-48bb-a06a-d99c5742676d">http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=515d6dba-4c6a-48bb-a06a-d99c5742676d</a></p>
<p>You will notice that much more information is available from the following location &#8211; <a title="http://support.microsoft.com/kb/978564" href="http://support.microsoft.com/kb/978564">http://support.microsoft.com/kb/978564</a></p>
<p>For example from the above KB article we can see that there are many bug fixes included.</p>
<p>To install the update once simply double click the .msp file that you have downloaded and follow the steps below:</p>
<p>Click <strong>Next</strong></p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image_thumb.png" width="244" height="190" /></a> </p>
<p>Accept the license terms and click <strong>Next</strong></p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image_thumb1.png" width="244" height="192" /></a></p>
<p> If prompted accept (Click <strong>Yes</strong>) to the UAC request</p>
<p>Click <strong>Finish</strong></p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://nathanwinters.co.uk/wp-content/uploads/2010/04/image_thumb2.png" width="244" height="192" /></a> </p>
<p>All in all it’s really that simple!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nathanwinters.co.uk/2010/04/20/updating-microsoft-office-communicator-april-2010-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Location of OCS log files</title>
		<link>http://nathanwinters.co.uk/2010/03/29/location-of-ocs-log-files/</link>
		<comments>http://nathanwinters.co.uk/2010/03/29/location-of-ocs-log-files/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 19:47:39 +0000</pubDate>
		<dc:creator>Nathan Winters</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Log File]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>

		<guid isPermaLink="false">http://nathanwinters.co.uk/2010/03/29/location-of-ocs-log-files/</guid>
		<description><![CDATA[When you work with OCS you will notice that it is quite good at logging information by the fact that you often get prompted to view the log. When you click view, you are presented with an HTML page showing details of what operations have been carried out and success or failure status. However, it [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>When you work with OCS you will notice that it is quite good at logging information by the fact that you often get prompted to view the log. When you click view, you are presented with an HTML page showing details of what operations have been carried out and success or failure status. However, it is not immediately obvious where they are stored!</p>
<p>Well the location is as follows:</p>
<p>C:\Users\administrator.GAOTS\AppData\Local\Temp</p>
<p><a href="http://nathanwinters.co.uk/wp-content/uploads/2010/03/clip_image0021.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://nathanwinters.co.uk/wp-content/uploads/2010/03/clip_image002_thumb1.jpg" width="552" height="415" /></a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nathanwinters.co.uk/2010/03/29/location-of-ocs-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

