<?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>codesalot.com &#187; Windows Server 2008</title>
	<atom:link href="http://www.codesalot.com/tag/windows-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codesalot.com</link>
	<description>Thoughts, ponderings and technical solutions, tips and tricks about Unified Communications and Video Conferencing</description>
	<lastBuildDate>Tue, 24 Jan 2012 21:48:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Audio delay when answering call</title>
		<link>http://www.codesalot.com/2010/audio-delay-when-answering-call/</link>
		<comments>http://www.codesalot.com/2010/audio-delay-when-answering-call/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 19:35:38 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Unified Communications]]></category>
		<category><![CDATA[Mediation Server]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[Windows Firewall]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.codesalot.com/?p=121</guid>
		<description><![CDATA[I&#8217;ve been having some trouble lately with call setup on incoming calls. After the call has been answered, there has in some cases gone up to 8-9 seconds before you can hear the person on the other side. Obviously this is quite a pain&#8230; When trying to google the problem you get a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having some trouble lately with call setup on incoming calls. After the call has been answered, there has in some cases gone up to 8-9 seconds before you can hear the person on the other side. Obviously this is quite a pain&#8230;</p>
<p>When trying to google the problem you get a lot of posts telling you to disable Windows Firewall. This actually solves the problem so if you are content with just disabling a firewall without knowing why, you can stop reading now.</p>
<p>Seems that when you install the mediation server on a Windows Server 2008 the firewall fails to open the proper UDP port negotiated during the RFC 3690 Early media negotiation until Windows Firewall detects an outgoing UDP stream. This can be solved/worked around by adding an inbound rule in the firewall that allows all UDP ports.</p>
<p>Thanks to <a href="http://blogs.technet.com/jeffnye/archive/2009/06/17/early-media-and-windows-server-2008-firewall.aspx">JeffNye</a> for tipping me in the right direction!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codesalot.com/2010/audio-delay-when-answering-call/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing OCS 2007 R2 Prerequisites on Windows Server 2008</title>
		<link>http://www.codesalot.com/2009/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/</link>
		<comments>http://www.codesalot.com/2009/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 11:09:40 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Unified Communications]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[prerequisites]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.codesalot.com/?p=47</guid>
		<description><![CDATA[This post was not written by me, but by my excellent colleague Ståle. Kudos! Pay his blog a visit ^^ TI &#8212; Commands to install the necessary prerequisites for OCS 2007 R2 on Windows Server 2008 Front End on Windows Server 2008 Servermanagercmd.exe -install web-windows-auth web-mgmt-compat web-mgmt-console web-http-logging msmq-server msmq-directory powershell was-process-model was-config-apis rsat-addc Installs the [...]]]></description>
			<content:encoded><![CDATA[<p>This post was not written by me, but by my excellent colleague <a href="http://msunified.net/2009/08/12/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/" target="_blank">Ståle</a>. Kudos! Pay his blog a visit ^^</p>
<p>TI</p>
<p>&#8212;</p>
<p>Commands to install the necessary prerequisites for OCS 2007 R2 on Windows Server 2008</p>
<p><strong>Front End on Windows Server 2008<br />
</strong><em>Servermanagercmd.exe -install web-windows-auth web-mgmt-compat web-mgmt-console web-http-logging msmq-server msmq-directory powershell was-process-model was-config-apis rsat-addc</em></p>
<p>Installs the following components:</p>
<ul>
<li>[Web-Windows-Auth] – Windows Authentication</li>
<li>[Web-Mgmt-Compat] – IIS 6 Management Compatibility</li>
<li>[MSMQ-Server] – Message Queuing Server</li>
<li>[MSMQ-Directory] – Directory Service Integration</li>
<li>[RSAT-ADDC] – Active Directory Domain Controller Tools</li>
<li>[WAS-Process-Model] – Process Model</li>
<li>[WAS-Config-APIs] – Configuration APIs</li>
<li>[Web-Mgmt-Console] – IIS Management Console</li>
<li>[Web-Http-Logging] – HTTP Logging</li>
<li>[PowerShell] – Windows PowerShell</li>
</ul>
<p>The last 3 in the list are not required, but they are highly recommended. IIS 7.0 Management Console is IMHO much easier to use than the IIS 6.0 version. The logging tools often come in handy when troubleshooting OCS IIS issues and PowerShell makes working with OCS WMI values a piece of cake.</p>
<p><strong>Monitoring Server on Windows Server 2008</strong><br />
<em>Servermanagercmd.exe -install msmq-server msmq-directory</em></p>
<p>Installs the following components:</p>
<ul>
<li>[MSMQ-Server] – Message Queuing Server</li>
<li>[MSMQ-Directory] – Directory Service Integration</li>
</ul>
<p><strong>CWA Server on Windows Server 2008</strong><br />
<em>Servermanagercmd.exe -install web-windows-auth web-mgmt-compat web-mgmt-console web-http-logging </em></p>
<p>Installs the following components:</p>
<ul>
<li>[Web-Windows-Auth] – Windows Authentication</li>
<li>[Web-Mgmt-Compat] – IIS 6 Management Compatibility</li>
<li>[Web-Mgmt-Console] – IIS Management Console</li>
<li>[Web-Http-Logging] – HTTP Logging</li>
</ul>
<p><strong>Mediation Server on Windows Server 2008</strong><br />
<em>Servermanagercmd.exe -install rsat-addc</em></p>
<p>Installs the following components:</p>
<ul>
<li>[RSAT-ADDC] – Active Directory Domain Controller Tools</li>
</ul>
<p>Post used as a reference for this post</p>
<p><a href="http://waveformation.com/2009/06/02/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/">http://waveformation.com/2009/06/02/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codesalot.com/2009/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

