<?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>Hakan UZUNER » Cozumpark.Com &#187; OCS</title>
	<atom:link href="http://www.hakanuzuner.com/index.php/category/ocs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hakanuzuner.com</link>
	<description>Çözümsüz Sorununuz Kalmasın.www.cozumpark.com</description>
	<lastBuildDate>Thu, 09 Sep 2010 19:10:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to monitor and log, centrally, OCS 2007 R2 desktop sharing logs</title>
		<link>http://www.hakanuzuner.com/index.php/how-to-monitor-and-log-centrally-ocs-2007-r2-desktop-sharing-logs.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-monitor-and-log-centrally-ocs-2007-r2-desktop-sharing-logs</link>
		<comments>http://www.hakanuzuner.com/index.php/how-to-monitor-and-log-centrally-ocs-2007-r2-desktop-sharing-logs.html#comments</comments>
		<pubDate>Sat, 28 Aug 2010 09:20:48 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14957</guid>
		<description><![CDATA[Şirketinizide desktop sharing yetkisi verdiğiniz kullanıcıları takip etmek için OCS 2007 R2 Log Server kurmanız ve kurulduktan sonra Sql üzerinden aşağıdaki Query yi kullanarak rapor almanız son derece kolay USE [LcsCDR] SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER VIEW [dbo].[UserMedia] AS SELECT     SD.SessionIdTime, SD.SessionIdSeq, SD.InviteTime, SD.ResponseTime, SD.SessionEndTime, SD.ResponseCode, ISNULL(SD.User1Id, 0) AS User1Id, ISNULL(SD.User2Id, [...]]]></description>
			<content:encoded><![CDATA[<p>Şirketinizide desktop sharing yetkisi verdiğiniz kullanıcıları takip etmek için OCS 2007 R2 Log Server kurmanız ve kurulduktan sonra Sql üzerinden aşağıdaki Query yi kullanarak rapor almanız son derece kolay</p>
<p>USE [LcsCDR]</p>
<p>SET ANSI_NULLS ON<br />
GO<br />
SET QUOTED_IDENTIFIER ON<br />
GO<br />
ALTER VIEW [dbo].[UserMedia]<br />
AS<br />
SELECT     SD.SessionIdTime, SD.SessionIdSeq, SD.InviteTime,  SD.ResponseTime, SD.SessionEndTime, SD.ResponseCode, ISNULL(SD.User1Id,  0) AS User1Id,<br />
ISNULL(SD.User2Id, 0) AS User2Id,  ISNULL(SD.TargetUserId, 0) AS TargetUserId,  ISNULL(SD.SessionStartedById, 0) AS SessionStartedById,<br />
ISNULL(SD.OnBehalfOfId, 0) AS OnBehalfOfId,  ISNULL(SD.ReferredById, 0) AS ReferredById, ISNULL(U1.UserUri, ”) AS  User1Uri, ISNULL(U2.UserUri,<br />
”) AS User2Uri, ISNULL(UT.UserUri, ”) AS  TargetUserUri, ISNULL(US.UserUri, ”) AS SessionStartedByUri,  ISNULL(UB.UserUri, ”) AS OnBehalfOfUri,<br />
ISNULL(UR.UserUri, ”) AS ReferredByUri, dbo.MediaList.Media<br />
FROM         dbo.SessionDetails AS SD INNER JOIN<br />
dbo.Media ON SD.SessionIdTime =  dbo.Media.SessionIdTime AND SD.SessionIdSeq = dbo.Media.SessionIdSeq  INNER JOIN<br />
dbo.MediaList ON dbo.Media.MediaId = dbo.MediaList.MediaId LEFT OUTER JOIN<br />
dbo.Users AS U1 ON U1.UserId = SD.User1Id LEFT OUTER JOIN<br />
dbo.Users AS U2 ON U2.UserId = SD.User2Id LEFT OUTER JOIN<br />
dbo.Users AS UT ON UT.UserId = SD.TargetUserId LEFT OUTER JOIN<br />
dbo.Users AS US ON US.UserId = SD.SessionStartedById LEFT OUTER JOIN<br />
dbo.Users AS UB ON UB.UserId = SD.OnBehalfOfId LEFT OUTER JOIN<br />
dbo.Users AS UR ON UR.UserId = SD.ReferredById</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/how-to-monitor-and-log-centrally-ocs-2007-r2-desktop-sharing-logs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Practices Analyzer for Office Communications Server 2007 and Office Communications Server 2007 R2</title>
		<link>http://www.hakanuzuner.com/index.php/best-practices-analyzer-for-office-communications-server-2007-and-office-communications-server-2007-r2.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=best-practices-analyzer-for-office-communications-server-2007-and-office-communications-server-2007-r2</link>
		<comments>http://www.hakanuzuner.com/index.php/best-practices-analyzer-for-office-communications-server-2007-and-office-communications-server-2007-r2.html#comments</comments>
		<pubDate>Tue, 24 Aug 2010 13:28:46 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14924</guid>
		<description><![CDATA[http://www.microsoft.com/downloads/details.aspx?FamilyID=1b90993c-072a-4c84-b385-b76d23b2f27c&#38;displaylang=en]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1b90993c-072a-4c84-b385-b76d23b2f27c&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=1b90993c-072a-4c84-b385-b76d23b2f27c&amp;displaylang=en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/best-practices-analyzer-for-office-communications-server-2007-and-office-communications-server-2007-r2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cumulative update package for Communicator 2007 R2: July 2010</title>
		<link>http://www.hakanuzuner.com/index.php/cumulative-update-package-for-communicator-2007-r2-july-2010.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=cumulative-update-package-for-communicator-2007-r2-july-2010</link>
		<comments>http://www.hakanuzuner.com/index.php/cumulative-update-package-for-communicator-2007-r2-july-2010.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 08:30:46 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Cumulative update package for Communicator 2007 R2: July 2010]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14795</guid>
		<description><![CDATA[Cumulative update package for Communicator 2007 R2: July 2010 http://support.microsoft.com/kb/2028888]]></description>
			<content:encoded><![CDATA[<p>Cumulative update package for Communicator 2007 R2: July 2010</p>
<p><a href="http://support.microsoft.com/kb/2028888">http://support.microsoft.com/kb/2028888</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/cumulative-update-package-for-communicator-2007-r2-july-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>outlook 2007 conference add-in</title>
		<link>http://www.hakanuzuner.com/index.php/outlook-2007-conference-add-in.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=outlook-2007-conference-add-in</link>
		<comments>http://www.hakanuzuner.com/index.php/outlook-2007-conference-add-in.html#comments</comments>
		<pubDate>Tue, 20 Jul 2010 08:57:46 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[outlook 2007 conference add-in]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14741</guid>
		<description><![CDATA[http://download.microsoft.com/download/C/2/9/C2902FA5-84CD-49C8-A046-20ACBA6BDF9B/ConfAddins_Setup.exe]]></description>
			<content:encoded><![CDATA[<p><a href="http://download.microsoft.com/download/C/2/9/C2902FA5-84CD-49C8-A046-20ACBA6BDF9B/ConfAddins_Setup.exe" target="_blank">http://download.microsoft.com/download/C/2/9/C2902FA5-84CD-49C8-A046-20ACBA6BDF9B/ConfAddins_Setup.exe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/outlook-2007-conference-add-in.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OCS Üzerinde Kullanıcı Görüşmelerini İzleme Archiving Report for OCS 2007 R2</title>
		<link>http://www.hakanuzuner.com/index.php/ocs-uzerinde-kullanici-gorusmelerini-izleme-archiving-report-for-ocs-2007-r2.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ocs-uzerinde-kullanici-gorusmelerini-izleme-archiving-report-for-ocs-2007-r2</link>
		<comments>http://www.hakanuzuner.com/index.php/ocs-uzerinde-kullanici-gorusmelerini-izleme-archiving-report-for-ocs-2007-r2.html#comments</comments>
		<pubDate>Thu, 08 Jul 2010 06:58:28 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Archiving Report for OCS 2007 R2]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14642</guid>
		<description><![CDATA[Eğer Quest vb bir program satın almak istemiyorsanız , ancak OCS üzerinde kullanıcıların konuşmalarını raporlamak istiyorsanız aşağıdaki SQL queryleri işinize yarayacaktır. /*  Bir kişinin UserId&#8217;sinin bulunması         */ SELECT * FROM [LcsLog].[dbo].[Users] WHERE [UserUri] LIKE &#8216;aaaaaaaa%&#8217; GO öncelikle yukarıdaki query ile OCS üzerindeki kullanıcıların veri tabanı üzerinde hangi ID numarası ile saklandığını bulmamız gerekmektedir. Buradaki format [...]]]></description>
			<content:encoded><![CDATA[<p>Eğer Quest vb bir program satın almak istemiyorsanız , ancak OCS üzerinde kullanıcıların konuşmalarını raporlamak istiyorsanız aşağıdaki SQL queryleri işinize yarayacaktır.<br />
/*  Bir kişinin UserId&#8217;sinin bulunması         */</p>
<p>SELECT *<br />
FROM [LcsLog].[dbo].[Users]<br />
WHERE [UserUri] LIKE &#8216;aaaaaaaa%&#8217;<br />
GO</p>
<p>öncelikle yukarıdaki query ile OCS üzerindeki kullanıcıların veri tabanı üzerinde hangi ID numarası ile saklandığını bulmamız gerekmektedir. Buradaki format değişken olabilir yani şirket içerisinde ocs için nasıl bir isimlendirme yapısı kullanıyorsanız ona göre değişiklik yapabilirsiniz.</p>
<p>User ID yi aldıktan sonra aşağıdaki query ile bu kullanıcının tüm kullanıcılar ile belirli bir tarih aralığında konuştuğu verilere ulaşabilirsiniz. Not ; OCS standart kurulum ile bu logları &#8220;lcslog&#8221; veri tabanında tutmaktadır.<br />
/*  Bir kişinin tüm görüşmeleri             */</p>
<p>DECLARE @IlkTarih DateTime<br />
DECLARE @SonTarih DateTime<br />
DECLARE @PersonelId Int</p>
<p>SET @PersonelId = XXXX       /* RAPORLANACAK KİŞİNİN OCS&#8217;deki IDsi */<br />
SET @IlkTarih = &#8217;01/01/2010&#8242; /* BAŞLANGIÇ TARİHİ */<br />
SET @SonTarih = &#8217;06/15/2010&#8242; /* BİTİŞ TARİHİ */</p>
<p>SELECT M.SessionIdTime, M.MessageIdTime, u1.UserUri as [From], u2.UserUri as [To], M.Body<br />
FROM LcsLog.dbo.Messages M<br />
LEFT JOIN LcsLog.dbo.Users u1 ON M.FromId = u1.UserId<br />
LEFT JOIN LcsLog.dbo.Users u2 ON M.ToId = u2.UserId<br />
WHERE<br />
(M.FromId = @PersonelId OR M.ToId = @PersonelId)<br />
/*           AND LcsLog.dbo.Messages.MessageIdTime BETWEEN @IlkTarih AND @SonTarih?*/<br />
AND (DATALENGTH(M.Body) &gt; 0)<br />
ORDER BY M.SessionIdTime, M.MessageIdTime</p>
<p>Bir kişinin tüm görüşmeleri değilde iki kişi arasındaki görüşmeler için aşağıdaki query&#8217; yi kullanabilirsiniz</p>
<p>/*  İki Kişi arasındaki görüşmeler            */</p>
<p>DECLARE @IlkTarih DateTime<br />
DECLARE @SonTarih DateTime<br />
DECLARE @PersonelId1 Int<br />
DECLARE @PersonelId2 Int</p>
<p>SET @PersonelId1 = XXXX       /* RAPORLANACAK 1. KİŞİNİN OCS&#8217;deki IDsi */<br />
SET @PersonelId2 = XXXX       /* RAPORLANACAK 2. KİŞİNİN OCS&#8217;deki IDsi */<br />
SET @IlkTarih = &#8217;01/01/2010&#8242;  /* BAŞLANGIÇ TARİHİ */<br />
SET @SonTarih = &#8217;06/15/2010&#8242;  /* BİTİŞ TARİHİ */</p>
<p>SELECT M.SessionIdTime, M.MessageIdTime, u1.UserUri as [From], u2.UserUri as [To], M.Body<br />
FROM LcsLog.dbo.Messages M<br />
LEFT JOIN LcsLog.dbo.Users u1 ON M.FromId = u1.UserId<br />
LEFT JOIN LcsLog.dbo.Users u2 ON M.ToId = u2.UserId<br />
WHERE<br />
((M.FromId = @PersonelId1 AND M.ToId = @PersonelId2) OR (M.FromId = @PersonelId2 AND M.ToId = @PersonelId1))<br />
/*           AND LcsLog.dbo.Messages.MessageIdTime BETWEEN @IlkTarih AND @SonTarih?*/<br />
AND (DATALENGTH(M.Body) &gt; 0)<br />
ORDER BY M.SessionIdTime, M.MessageIdTime</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/ocs-uzerinde-kullanici-gorusmelerini-izleme-archiving-report-for-ocs-2007-r2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in Microsoft Communicator 14</title>
		<link>http://www.hakanuzuner.com/index.php/whats-new-in-microsoft-communicator-14.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=whats-new-in-microsoft-communicator-14</link>
		<comments>http://www.hakanuzuner.com/index.php/whats-new-in-microsoft-communicator-14.html#comments</comments>
		<pubDate>Tue, 06 Jul 2010 06:35:55 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[What's New in Microsoft Communicator 14]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14622</guid>
		<description><![CDATA[Süper bir video mutlaka izlemelisiniz. http://www.microsoft.com/showcase/en/us/details/803f3792-e0da-4524-91e2-1875933811e0]]></description>
			<content:encoded><![CDATA[<p>Süper bir video mutlaka izlemelisiniz.</p>
<p><a href="http://www.microsoft.com/showcase/en/us/details/803f3792-e0da-4524-91e2-1875933811e0" target="_blank">http://www.microsoft.com/showcase/en/us/details/803f3792-e0da-4524-91e2-1875933811e0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/whats-new-in-microsoft-communicator-14.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2007 Cumulative Update for April 2010</title>
		<link>http://www.hakanuzuner.com/index.php/office-2007-cumulative-update-for-april-2010.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=office-2007-cumulative-update-for-april-2010</link>
		<comments>http://www.hakanuzuner.com/index.php/office-2007-cumulative-update-for-april-2010.html#comments</comments>
		<pubDate>Tue, 29 Jun 2010 12:39:00 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Office 2007 Cumulative Update for April 2010]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14587</guid>
		<description><![CDATA[http://support.microsoft.com/kb/982741]]></description>
			<content:encoded><![CDATA[<p><a href="http://support.microsoft.com/kb/982741" target="_blank">http://support.microsoft.com/kb/982741</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/office-2007-cumulative-update-for-april-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Communications “14”</title>
		<link>http://www.hakanuzuner.com/index.php/microsoft-communications-%e2%80%9c14%e2%80%9d.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=microsoft-communications-%25e2%2580%259c14%25e2%2580%259d</link>
		<comments>http://www.hakanuzuner.com/index.php/microsoft-communications-%e2%80%9c14%e2%80%9d.html#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:53:45 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Microsoft Communications 14”]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14558</guid>
		<description><![CDATA[What’s New? Microsoft Communications “14” now delivers complete presence, instant messaging, conferencing and enterprise voice capabilities through a single, easy-to-use interface that is consistent across PC, browser, and mobile device. Administrators benefit from a single, consistent management infrastructure, new capabilities to increase availability, and interoperability with existing systems. Unified Experience Get easy access to presence, [...]]]></description>
			<content:encoded><![CDATA[<div id="pageHeader">
<div id="pageHeaderShadow">
<h1><img class="alignnone" src="http://i.microsoft.com/global/communicationsserver/cs14/en/us/PublishingImages/MSOCS-logo2.png" alt="" width="451" height="52" /></h1>
<h1>What’s New?</h1>
<p>Microsoft Communications “14” now delivers complete presence, instant  messaging, conferencing and enterprise voice capabilities through a single,  easy-to-use interface that is consistent across PC, browser, and mobile device.  Administrators benefit from a single, consistent management infrastructure, new  capabilities to increase availability, and interoperability with existing  systems.</p>
</div>
</div>
<div id="rightContent">
<h2>Unified Experience</h2>
<ul>
<li>Get easy access to presence, instant messaging, voice, and audio, video, and  Web conferencing—all from the new Microsoft Communicator “14” client.</li>
<li>Use one set of contacts across Microsoft Communicator “14” and Office  applications.</li>
<li>Communicate with context from within the applications you use most,  including Microsoft Outlook and Microsoft SharePoint.</li>
<li>Deliver access to presence, instant messaging, and other capabilities for  workers on the go via PCs, browsers, and mobile phones.</li>
</ul>
<h2>Connect and Collaborate</h2>
<ul>
<li>Find the right people, make connections, and communicate more effectively  with new rich presence features including pictures and location.</li>
<li>Leverage internal expertise more effectively with Microsoft SharePoint-based  Skill Search.</li>
</ul>
<h2>Simple, Essential, Reliable Conferencing</h2>
<ul>
<li>Collaborate more effectively with built-in desktop and application sharing,  PowerPoint upload, and rich white boarding, including the ability to copy and  paste images and other content.</li>
<li>Schedule and join meetings with a single click in Microsoft Outlook or the  meeting reminder.</li>
<li>Place attendees in a virtual lobby for greater security and control over who  can attend.</li>
</ul>
<h2>Complete Enterprise Voice Features</h2>
<ul>
<li>Delight your users with the features they need, a wide range of IP and USB  devices, and the ability to work in the office, at home, or on the road.</li>
<li>Architect your deployment for high availability using data center resiliency  and survivable branch appliances.</li>
<li>Manage bandwidth utilization and increase Quality of Experience with Call  Admission Control, QoS markings, and an adaptive media stack that works well  even on unmanaged networks like the Internet.</li>
<li>Meet North American regulatory requirements with flexible Enhanced 9-1-1  capability.</li>
</ul>
<h2>Powerful Deployment and Management Tools</h2>
<ul>
<li>Work with a PowerShell-based foundation for administration consistent with  Exchange Server, Active Directory, and other Microsoft server products.</li>
<li>Get consolidated management tasks in one location with dramatically improved  navigation through the new Silverlight-based, scenario -driven unified graphical  management tool.</li>
<li>Improve security and administrative productivity with Role-based Access  Control (RBAC) with built-in and customer-defined roles.</li>
<li>Get support for server virtualization across all roles.</li>
</ul>
<h2>Extensibility</h2>
<ul>
<li>Easily embed Communicator UI elements in your applications, build your own  client experience in .NET with open and documented APIs, and enhance contextual  collaboration by launching applications right from Communicator.</li>
<li>Get platform support for sophisticated contact center and help desk  scenarios, enable access to all UC-enabled services from any phone, and deliver  state-of-the-art speech technology in 26 languages.</li>
<li>Significantly simplify deployment, operations, and interoperability with  added features that improve provisioning, load-balancing, fail-over, and  draining.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/microsoft-communications-%e2%80%9c14%e2%80%9d.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office Communications Server 2007 R2 Hotfix KB 968802</title>
		<link>http://www.hakanuzuner.com/index.php/microsoft-office-communications-server-2007-r2-hotfix-kb-968802.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=microsoft-office-communications-server-2007-r2-hotfix-kb-968802</link>
		<comments>http://www.hakanuzuner.com/index.php/microsoft-office-communications-server-2007-r2-hotfix-kb-968802.html#comments</comments>
		<pubDate>Wed, 26 May 2010 15:01:24 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Microsoft Office Communications Server 2007 R2 Hotfix KB 968802]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14342</guid>
		<description><![CDATA[Brief Description This download includes all available updates for Office Communications Server 2007 R2. Overview This hotfix download for Microsoft Office Communications Server 2007 R2 is described in the Knowledge Base article 968802. http://www.microsoft.com/downloads/details.aspx?displaylang=en&#38;FamilyID=b3b02475-150c-41fa-844a-c10a517040f4]]></description>
			<content:encoded><![CDATA[<h5>Brief Description</h5>
<p>This download includes all available updates for Office Communications Server 2007 R2.</p>
<h4>Overview</h4>
<p>This hotfix download for Microsoft Office Communications Server 2007 R2 is described in the Knowledge Base article <a href="http://support.microsoft.com/kb/968802">968802</a>.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=b3b02475-150c-41fa-844a-c10a517040f4">http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=b3b02475-150c-41fa-844a-c10a517040f4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/microsoft-office-communications-server-2007-r2-hotfix-kb-968802.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>communicator 2007 icerisinde istenilen bilgileri engellemek galcontactsdb dosyasini duzenlemek</title>
		<link>http://www.hakanuzuner.com/index.php/communicator-2007-icerisinde-istenilen-bilgileri-engellemek-galcontactsdb-dosyasini-duzenlemek.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=communicator-2007-icerisinde-istenilen-bilgileri-engellemek-galcontactsdb-dosyasini-duzenlemek</link>
		<comments>http://www.hakanuzuner.com/index.php/communicator-2007-icerisinde-istenilen-bilgileri-engellemek-galcontactsdb-dosyasini-duzenlemek.html#comments</comments>
		<pubDate>Wed, 19 May 2010 21:16:26 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[communicator 2007 icerisinde istenilen bilgileri engellemek galcontactsdb dosyasini duzenlemek]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14170</guid>
		<description><![CDATA[Daha önceki yazımızda belirttiğimiz gibi Office Communicator 2007 içerisinde genelde telefon vs. gibi bazı bilgilerin görüntülenmemesi sorun olabiliyor ama bu durumun birde tam tersini de düşünmek gerekir. Bazı şirketler Office Communicator 2007 tarafında her bilginin de görünüyor olmasından rahatsız olabilirler ve ayrıca network trafiği açısından düşünüldüğünde önemli bir konu olan client tarafında Office Communicator 2007 [...]]]></description>
			<content:encoded><![CDATA[<p>Daha önceki yazımızda belirttiğimiz gibi Office Communicator 2007  içerisinde genelde telefon vs. gibi bazı bilgilerin görüntülenmemesi  sorun olabiliyor ama bu durumun birde tam tersini de düşünmek gerekir.  Bazı şirketler Office Communicator 2007 tarafında her bilginin de  görünüyor olmasından rahatsız olabilirler ve ayrıca network trafiği  açısından düşünüldüğünde önemli bir konu olan client tarafında Office  Communicator 2007 nin download ettiği GalContacts.db dosyasının da  mümkün olduğu kadar küçük olmasını talep edebilmektedirler.</p>
<p>Bu gibi istekleri karşılamak için ise yine OCS 2007 Resource Kit  araçlarından absconfig.exe dosyasını kullanabiliriz. Örnek olarak ben  Home Phone bölümünün Office Communicator 2007 içinden görünmemesini  istediğimi varsayarak gerekli işlemleri aşağıda açıklamaya çalıştım.</p>
<p>1- Bir önceki yazımızın ilk iki adımını aynı şekilde uyguluyoruz.</p>
<p>2- C:\Program Files\Microsoft Office Communications Server  2007\ResKit altındaki absconfig.exe dosyasını açıyoruz ve burada  aşağıdaki ekrandaki gibi homePhone için Type of Attribute sütunundaki  seçeneği None olarak işaretliyoruz.</p>
<p><img src="http://uctr.members.winisp.net/absconfig_none.jpg" alt="" width="683" height="66" /></p>
<p>3- Appy Changes &#8216;a basıp bir süre bekliyoruz ve aşağıdaki mesaj  belirdiğinde OK &#8216;e basarak absconfig.exe &#8216;yi kapatıyoruz.</p>
<p>&#8220;UR regeneration process has been triggered &#8211; you may have to wait  for 5 minutes for it to actually complete.You can check the event viewer  entry for OCS User Replicator (Event ID: 30024) to verify that UR  synchronization completed. You can then force sync the ABS files for the  new settings by running abserver.exe -syncNow from the ABS install  directory or the setting will take affect during the scheduled ABS sync  time.&#8221;</p>
<p>Daha sonra event log içerisinde aşağıdaki event &#8216;in düşmesini  bekliyoruz.</p>
<p>Type: Information<br />
Event id: 30028<br />
Category: (1009)<br />
Source:  OCS User Replicator</p>
<p>4- C:\Program Files\Microsoft Office Communications Server  2007\Server\Core altındaki abserver.exe &#8216;yi kullanarak komut satırında  &#8220;abserver -syncNow&#8221; (tırnak işaretsiz) komutunu çalıştırıyoruz ve event  viewer da aşağıdaki event &#8216;i görmek için bir süre bekliyoruz.</p>
<p>Type: Information<br />
Event id: 21004<br />
Category: (1008)<br />
Source:  OCS Address Book Server</p>
<p>5- Yaptığımız işlemlerin hemen etkisini görmek için bir client  makinede Office Communicator 2007 &#8216;dan sign-out olup kapatıyoruz (Exit),  daha sonra C:\Documents and Settings\&lt;UserName&gt;\Local  Settings\Application Data\Microsoft\Communicator (eğer işletim sistemi  Windows Vista ve Windows Server 2008 ise  C:\Users\&lt;UserName&gt;\AppData\Local\Microsoft\Communicator)  altındaki tüm dosyaları siliyoruz ve Office Communicator 2007 ile  yeniden Office Communicator 2007 yi başlatıp sign-in oluyoruz ve Title  bölümünün kullanıcılarda görünüp görünmediğini ve GalContacts.db  dosyasının küçülüp küçülmediğini kontrol ediyoruz, tabiki çok az sayıda  kullanıcı bulunan bir domain içerisinde bu dosyanın çok fazla  küçülmeyeceğini de unutmamalıyız.</p>
<p>Not : Hızlı bir test ile sonuçları görmek için kesinlikle Office  Communicator 2007 uygulamasını kapatıp yeniden başlatmamız gerekiyor,  sadece sign-out ve sign-in bu durumda yeterli olmuyor.</p>
<p>Bu ve önceki örnek ile absconfig isimli OCS 2007 ResKit aracını  kullanımının bize ne gibi faydalar sağlayabileceğini göstermeye  çalıştım, umarım başarılı <span style="color: #000000;">olmuşumdur</span></p>
<p><span style="color: #000000;">Alıntı ; Microsoft Gürer<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/communicator-2007-icerisinde-istenilen-bilgileri-engellemek-galcontactsdb-dosyasini-duzenlemek.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OCS Port Number Front-End Edge and CWA</title>
		<link>http://www.hakanuzuner.com/index.php/ocs-port-number-front-end-edge-and-cwa.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ocs-port-number-front-end-edge-and-cwa</link>
		<comments>http://www.hakanuzuner.com/index.php/ocs-port-number-front-end-edge-and-cwa.html#comments</comments>
		<pubDate>Tue, 18 May 2010 16:42:41 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[OCS Port Number Front-End Edge and CWA]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=14132</guid>
		<description><![CDATA[Edge   Front-End   CWA   10.145.1.10 Protokol 10.10.11.2 Protokol 10.10.11.6 Protokol 443 TCP 443 TCP 80 TCP 5061 TCP 5060 TCP 443 TPC 5062 TCP 5061 TCP     8057 TCP 5062 TCP     3478 UDP 5063 TCP         5064 TCP         5065 TCP       [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="593">
<tbody>
<tr>
<td width="119">Edge</td>
<td width="119"> </td>
<td width="104">Front-End</td>
<td width="104"> </td>
<td width="84">CWA</td>
<td width="64" valign="bottom"> </td>
</tr>
<tr>
<td width="119">10.145.1.10</td>
<td width="119">Protokol</td>
<td width="104">10.10.11.2</td>
<td width="104">Protokol</td>
<td width="84">10.10.11.6</td>
<td width="64">Protokol</td>
</tr>
<tr>
<td width="119">443</td>
<td width="119">TCP</td>
<td width="104">443</td>
<td width="104">TCP</td>
<td width="84">80</td>
<td width="64" valign="bottom">TCP</td>
</tr>
<tr>
<td width="119">5061</td>
<td width="119">TCP</td>
<td width="104">5060</td>
<td width="104">TCP</td>
<td width="84">443</td>
<td width="64" valign="bottom">TPC</td>
</tr>
<tr>
<td width="119">5062</td>
<td width="119">TCP</td>
<td width="104">5061</td>
<td width="104">TCP</td>
<td width="84"> </td>
<td width="64" valign="bottom"> </td>
</tr>
<tr>
<td width="119">8057</td>
<td width="119">TCP</td>
<td width="104">5062</td>
<td width="104">TCP</td>
<td width="84"> </td>
<td width="64" valign="bottom"> </td>
</tr>
<tr>
<td width="119">3478</td>
<td width="119">UDP</td>
<td width="104">5063</td>
<td width="104">TCP</td>
<td width="84"> </td>
<td width="64" valign="bottom"> </td>
</tr>
<tr>
<td width="119"> </td>
<td width="119"> </td>
<td width="104">5064</td>
<td width="104">TCP</td>
<td width="84"> </td>
<td width="64" valign="bottom"> </td>
</tr>
<tr>
<td width="119"> </td>
<td width="119"> </td>
<td width="104">5065</td>
<td width="104">TCP</td>
<td width="84"> </td>
<td width="64" valign="bottom"> </td>
</tr>
<tr>
<td width="119"> </td>
<td width="119"> </td>
<td width="104">5071</td>
<td width="104">TCP</td>
<td width="84"> </td>
<td width="64" valign="bottom"> </td>
</tr>
<tr>
<td width="119"> </td>
<td width="119"> </td>
<td width="104">5072</td>
<td width="104">TCP</td>
<td width="84"> </td>
<td width="64" valign="bottom"> </td>
</tr>
<tr>
<td width="119"> </td>
<td width="119"> </td>
<td width="104">5073</td>
<td width="104">TCP</td>
<td width="84"> </td>
<td width="64" valign="bottom"> </td>
</tr>
<tr>
<td width="119"> </td>
<td width="119"> </td>
<td width="104">5074</td>
<td width="104">TCP</td>
<td width="84"> </td>
<td width="64" valign="bottom"> </td>
</tr>
<tr>
<td width="119"> </td>
<td width="119"> </td>
<td width="104">8057</td>
<td width="104">TCP</td>
<td width="84"> </td>
<td width="64" valign="bottom"> </td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/ocs-port-number-front-end-edge-and-cwa.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft has just released CU5 for the following Office Communications products</title>
		<link>http://www.hakanuzuner.com/index.php/microsoft-has-just-released-cu5-for-the-following-office-communications-products.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=microsoft-has-just-released-cu5-for-the-following-office-communications-products</link>
		<comments>http://www.hakanuzuner.com/index.php/microsoft-has-just-released-cu5-for-the-following-office-communications-products.html#comments</comments>
		<pubDate>Mon, 19 Apr 2010 10:41:19 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Office Communications cu5]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=13713</guid>
		<description><![CDATA[Product KBs Download Fixes Update     #   OCS_2007R2_CU5 968802 MS download 41   OCSDU_2007R2_CU5 979857 MS download 4   AC_2007R2_CU5 980936 MS download 3   OC_2007R2_CU5 978564 MS download 24   OCPE_2007R2_CU5 981526 MS download 3  ]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="393">
<tbody>
<tr>
<td colspan="3" width="231" valign="top"><strong>Product</strong></td>
<td colspan="2" width="55" valign="top"><strong>KBs</strong></td>
<td width="62" valign="top"><strong>Download</strong></td>
<td width="46" valign="top"><strong>Fixes</strong></td>
</tr>
<tr>
<td width="117" valign="top"><strong>Update</strong></td>
<td width="55" valign="top"><strong> </strong></td>
<td colspan="2" width="62" valign="top"><strong> </strong></td>
<td width="46" valign="top"><strong>#</strong></td>
<td colspan="2" width="106"> </td>
</tr>
<tr>
<td width="117" valign="top">OCS_2007R2_CU5</td>
<td width="55" valign="top"><a href="http://support.microsoft.com/kb/968802">968802</a></td>
<td colspan="2" width="62" valign="top"><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=b3b02475-150c-41fa-844a-c10a517040f4">MS download</a></td>
<td width="46" valign="top">41</td>
<td colspan="2" width="106"> </td>
</tr>
<tr>
<td width="117" valign="top">OCSDU_2007R2_CU5</td>
<td width="55" valign="top"><a href="http://support.microsoft.com/kb/979857">979857</a></td>
<td colspan="2" width="62" valign="top"><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=b3b02475-150c-41fa-844a-c10a517040f4">MS download</a></td>
<td width="46" valign="top">4</td>
<td colspan="2" width="106"> </td>
</tr>
<tr>
<td width="117" valign="top">AC_2007R2_CU5</td>
<td width="55" valign="top"><a href="http://support.microsoft.com/kb/980936">980936</a></td>
<td colspan="2" width="62" valign="top"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=36beb56d-072e-4a92-b781-a1e8a548a5ac&amp;amp;displaylang=en&amp;displaylang=en">MS download</a></td>
<td width="46" valign="top">3</td>
<td colspan="2" width="106"> </td>
</tr>
<tr>
<td width="117" valign="top">OC_2007R2_CU5</td>
<td width="55" valign="top"><a href="http://support.microsoft.com/kb/978564">978564</a></td>
<td colspan="2" width="62" valign="top"><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=515d6dba-4c6a-48bb-a06a-d99c5742676d">MS download</a></td>
<td width="46" valign="top">24</td>
<td colspan="2" width="106"> </td>
</tr>
<tr>
<td width="117" valign="top">OCPE_2007R2_CU5</td>
<td width="55" valign="top"><a href="http://support.microsoft.com/kb/981526">981526</a></td>
<td colspan="2" width="62" valign="top"><a href="http://www.microsoft.com/downloads/details.aspx?familyid=565595BE-6CF3-4A61-A1E4-12555749CA64&amp;displaylang=en">MS download</a></td>
<td width="46" valign="top">3</td>
<td colspan="2" width="106"> </td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/microsoft-has-just-released-cu5-for-the-following-office-communications-products.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Meeting Silent Installation Deploy Office Live Meeting Client</title>
		<link>http://www.hakanuzuner.com/index.php/live-meeting-silent-installation-deploy-office-live-meeting-client.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=live-meeting-silent-installation-deploy-office-live-meeting-client</link>
		<comments>http://www.hakanuzuner.com/index.php/live-meeting-silent-installation-deploy-office-live-meeting-client.html#comments</comments>
		<pubDate>Mon, 29 Mar 2010 10:58:21 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Live Meeting Silent Installation Deploy Office Live Meeting Client]]></category>
		<category><![CDATA[LMConsole.msi]]></category>
		<category><![CDATA[LMSetup.exe]]></category>
		<category><![CDATA[msiexec /qn /I LMConsole.msi]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=13392</guid>
		<description><![CDATA[Bunun için aşağıdaki adresten indireceğiniz  LMSetup.exe dosyasının içerisinden bir komut ile msi dosyasını çıkarmamız gerekmektedir. http://office.microsoft.com/en-us/help/HA101733831033.aspx Komut ise aşağıdaki gibidir LMSetup.exe -out &#60;drive&#62;:\&#60;folder path&#62; bundan sonra ise silent installation için aşağıdaki parametleri kullanabiliriz msiexec /qn /I LMConsole.msi]]></description>
			<content:encoded><![CDATA[<p>Bunun için aşağıdaki adresten indireceğiniz  <strong>LMSetup.exe</strong> dosyasının içerisinden bir komut ile msi dosyasını çıkarmamız gerekmektedir.</p>
<p><a href="http://office.microsoft.com/en-us/help/HA101733831033.aspx">http://office.microsoft.com/en-us/help/HA101733831033.aspx</a></p>
<p>Komut ise aşağıdaki gibidir</p>
<p>LMSetup.exe -out &lt;drive&gt;:\&lt;folder path&gt;</p>
<p>bundan sonra ise silent installation için aşağıdaki parametleri kullanabiliriz</p>
<p>msiexec /qn /I LMConsole.msi</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/live-meeting-silent-installation-deploy-office-live-meeting-client.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office Communications Server Director Role</title>
		<link>http://www.hakanuzuner.com/index.php/microsoft-office-communications-server-director-role.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=microsoft-office-communications-server-director-role</link>
		<comments>http://www.hakanuzuner.com/index.php/microsoft-office-communications-server-director-role.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 10:41:45 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[director role]]></category>
		<category><![CDATA[ocs director]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=13024</guid>
		<description><![CDATA[Nedir bu director ? OCS kurulumuna karar verdiniz ancak dökümanlarda veya örnek topolojide böyle bir sunucu gördünüz ve dediniz ki bu nedir ? işte cevabı ; Büyük bir organizasyon içerisinde eğer OCS kurulumu yapacaksanız , istemcilerin doğru sunuculara login olmalarını sağlayan bir sunucudur. Yani çok şubeli ve dağınık bir yapıda her şubenin veya istemcinin kendisine [...]]]></description>
			<content:encoded><![CDATA[<p>Nedir bu director ? OCS kurulumuna karar verdiniz ancak dökümanlarda veya örnek topolojide böyle bir sunucu gördünüz ve dediniz ki bu nedir ? işte cevabı ;</p>
<p><a href="http://www.hakanuzuner.com/wp-content/uploads/2010/03/Director0.png"><img class="alignnone size-full wp-image-13028" title="Director0" src="http://www.hakanuzuner.com/wp-content/uploads/2010/03/Director0.png" alt="" width="518" height="449" /></a></p>
<p>Büyük bir organizasyon içerisinde eğer OCS kurulumu yapacaksanız , istemcilerin doğru sunuculara login olmalarını sağlayan bir sunucudur. Yani çok şubeli ve dağınık bir yapıda her şubenin veya istemcinin kendisine en yakın veya en doğru home server a login olmasını sağlayan bir yapıya sahiptir.</p>
<p>istemciler Office Communications Server a sing in olurken , office communicator DNS üzerindeki srv kayıtlarını kontrol eder ve bu kontrolden kayıt ; dns üzerinde office communications server ( access edge server,director,standart edition server veya enterprise pool arar ) ın yerini belirler.</p>
<p>Bu noktada tek bir home server var ise director e gerek yoktur ancak birden çok home server olan yapılar için kullanılması gereken bir yapıdır.</p>
<p>Dışa açık bir OCS  yapısında ise Director un önemi artmaktadır. Access Edge Service in direk olarak Director e bağlanması ( Front End yerine ) sayesinde</p>
<p>1 &#8211; Uzak kullanıcıların doğru pool a bağlanmaları sağlanır. Çünkü Director olmadan redirecton söz konusu olamaz</p>
<p>2 &#8211; Mesajların yetkilendirilmiş kullanıcılar tarafından geldiğini doğrulayarak DoS saldırılarını engeller.</p>
<p><a href="http://www.hakanuzuner.com/wp-content/uploads/2010/03/Director.png"><img class="alignnone size-full wp-image-13029" title="Director" src="http://www.hakanuzuner.com/wp-content/uploads/2010/03/Director.png" alt="" width="706" height="460" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/microsoft-office-communications-server-director-role.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot synchronize with the corporate address book. This may be because the proxy server setting in your browser does not allow access to the address book. If the problem persists, contact your system administrator</title>
		<link>http://www.hakanuzuner.com/index.php/cannot-synchronize-with-the-corporate-address-book-this-may-be-because-the-proxy-server-setting-in-your-browser-does-not-allow-access-to-the-address-book-if-the-problem-persists-contact-your-system.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=cannot-synchronize-with-the-corporate-address-book-this-may-be-because-the-proxy-server-setting-in-your-browser-does-not-allow-access-to-the-address-book-if-the-problem-persists-contact-your-system</link>
		<comments>http://www.hakanuzuner.com/index.php/cannot-synchronize-with-the-corporate-address-book-this-may-be-because-the-proxy-server-setting-in-your-browser-does-not-allow-access-to-the-address-book-if-the-problem-persists-contact-your-system.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 06:43:42 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Cannot synchronize with the corporate address book. This may be because the proxy server setting in your browser does not allow access to the address book. If the problem persists]]></category>
		<category><![CDATA[contact your system administrator]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=12525</guid>
		<description><![CDATA[Eğer communicator üzerinde bu hatayı alıyorsanız çözmek için aşağıdaki adımları kontrol edebilirsiniz Kontrol-1: 1- Active Directory&#8217;de RTCComponentService Acoount &#8216;unun özelliklerine gir. 2- Account tabından Password never expires &#8216;ı işaretle. 3- Bu accountun şifresini resetle. 4- OCS 2007 &#8216;deki IIS &#8216;de local computer -&#62; Application Pools -&#62; LSGroupExpAppPool özelliklerine gir. 5- Identity tabında Password &#8216;e RTCComponentService [...]]]></description>
			<content:encoded><![CDATA[<p>Eğer communicator üzerinde bu hatayı alıyorsanız çözmek için aşağıdaki adımları kontrol edebilirsiniz</p>
<p><strong>Kontrol-1:</p>
<p>1- Active Directory&#8217;de <strong>RTCComponentService</strong> Acoount &#8216;unun özelliklerine gir.</p>
<p>2- Account tabından <strong>Password never expires</strong> &#8216;ı işaretle.</p>
<p>3- Bu accountun <strong>şifresini resetle</strong>.</p>
<p>4- OCS 2007 &#8216;deki IIS &#8216;de <strong>local computer -&gt; Application Pools -&gt; LSGroupExpAppPool</strong> özelliklerine gir.</p>
<p>5- <strong>Identity</strong> tabında Password &#8216;e RTCComponentService accountu&#8217;na verdiğin şifreyi yaz.</p>
<p>6-<strong> LSGroupExpAppPool</strong> application pool üzerinde sağ click <strong>Start</strong>.</p>
<p></strong>Eğer Office Communication Server 2007 ’deki IIS içindeki <strong>LSGroupExpAppPool</strong> isimli application pool durmuş ise;<span id="_marker"> </span></p>
<p>7- <strong>Start -&gt; Run -&gt; services.msc</strong>8-<strong> Office Communications Server Audio/Video Conferencing</strong> ve <strong>Office Communications Server Web Conferencing</strong> servislerinin özelliklerine gir.</p>
<p>9- Bu servislerdeki<strong> Log On</strong> tabındaki RTCComponentService account &#8216;unun şifrelerini güncelle, servisleri restart et.</p>
<p>Client &#8216;tan Office Communicator 2007 &#8216;yi yeniden başlatarak hatayı kontrol ediyoruz.<span id="more-12525"></span></p>
<p>Eğer hata geçmiyor ise;</p>
<p><strong>Kontrol-2:</p>
<p>1- Komut satırından &#8220;<strong>C:\Program Files\Microsoft Office Communications Server 2007\Server\Core&gt;</strong>&#8221; klasörüne kadar git.</p>
<p>2- <strong>abserver.exe -regenUR</strong> komutunu çalıştır.</p>
<p>3- Yaklaşık 5 dakika bekle.</p>
<p>4- Event viewer &#8216;da <strong>Event ID: 30028 Description: Address book (AB) entires are populated successfully&#8230;</strong> gördü isen 5 nolu maddeye geç gelmedi ve hatalar oluştu ise hataları çöz.</p>
<p>5- Komut satırında aynı yerde <strong>abserver.exe -syncNow</strong> komutunu çalıştır.</p>
<p>6- Yaklaşık 5 dakika bekle.</p>
<p>7- Event viewer &#8216;da <strong>Event ID: 21007 Description: Synchronization pass completed successfully.</strong> gördüğünde manuel address book güncelleme işlemi Exchange Offline Address Book ile OCS 2007 arasında tamamlanmıştır. Eğer event viewer&#8217;da hatalar ise onlarda düzeltilmelidir.</p>
<p>Client &#8216;tan Office Communicator 2007 &#8216;yi yeniden başlatarak hatayı kontrol ediyoruz.</p>
<p>Eğer hata geçmiyor ise;</p>
<p><strong>Kontrol-3: Client tarafında</p>
<p>1-<strong> %Userprofile%\Local Settings\Application Data\Microsoft\Communicator\GalContacts.db</strong> dosyasının varlığını kontrol et.</p>
<p>2- Bu dosya yok ise Communicator 2007 açıldığında buraya server&#8217;dan address book kopyalanmamış demektir.</p>
<p>3- OCS 2007 Standard Edition Address Book &#8216;u internal bağlantılarda https://poolname.domain.uzantı/Abs/Int/Handler üzerinden dağıttığı için Client&#8217;ın <strong>Internet Explorer versiyonunu kontrol et.</strong>4- Eğer <strong>Internet Explorer 8.0</strong> ise Communicator 2007 &#8216;yi kapat.</p>
<p>5- <strong>Client PC</strong> &#8216;de Internet Explorer -&gt; Properties -&gt; Advanced -&gt; Restore Advanced Settings -&gt; Ok.</p>
<p>6- Communicator 2007 &#8216;yi çalıştır. Login ol. Hatayı kontrol et. <strong>HATA YOK.</strong> Çünkü artık GalContacts.db profilimize kopyalandı.</p>
<p>Kaynak ; Türkiye Finans Katılım Bankası ; Yaşar ÇUĞALIR</p>
<p></strong>Address Book dosyasının oluşturulup oluşturulmadığını kontrol ediyoruz.</strong>OCS 2007 tarafında address book &#8216;un güncellenebildiğini test etmek için <strong>Address Book</strong> &#8216;u Manuel güncellememiz gerekecek.</p>
<p>Eğer communicator üzerinde bu hatayı alıyorsanız çözmek için aşağıdaki adımları kontrol edebilirsiniz</p>
<p><strong>Kontrol-1:</p>
<p>Eğer Office Communication Server 2007 ’deki IIS içindeki <strong>LSGroupExpAppPool</strong> isimli application pool durmuş ise;</strong></p>
<p>1- Active Directory&#8217;de <strong>RTCComponentService</strong> Acoount &#8216;unun özelliklerine gir.</p>
<p>2- Account tabından <strong>Password never expires</strong> &#8216;ı işaretle.</p>
<p>3- Bu accountun <strong>şifresini resetle</strong>.</p>
<p>4- OCS 2007 &#8216;deki IIS &#8216;de <strong>local computer -&gt; Application Pools -&gt; LSGroupExpAppPool</strong> özelliklerine gir.</p>
<p>5- <strong>Identity</strong> tabında Password &#8216;e RTCComponentService accountu&#8217;na verdiğin şifreyi yaz.</p>
<p>6-<strong> LSGroupExpAppPool</strong> application pool üzerinde sağ click <strong>Start</strong>.</p>
<p>7- <strong>Start -&gt; Run -&gt; services.msc</strong>8-<strong> Office Communications Server Audio/Video Conferencing</strong> ve <strong>Office Communications Server Web Conferencing</strong> servislerinin özelliklerine gir.</p>
<p>9- Bu servislerdeki<strong> Log On</strong> tabındaki RTCComponentService account &#8216;unun şifrelerini güncelle, servisleri restart et.</p>
<p>Client &#8216;tan Office Communicator 2007 &#8216;yi yeniden başlatarak hatayı kontrol ediyoruz.</p>
<p>Eğer hata geçmiyor ise;</p>
<p><strong>Kontrol-2:</p>
<p>OCS 2007 tarafında address book &#8216;un güncellenebildiğini test etmek için <strong>Address Book</strong> &#8216;u Manuel güncellememiz gerekecek.</strong></p>
<p>1- Komut satırından &#8220;<strong>C:\Program Files\Microsoft Office Communications Server 2007\Server\Core&gt;</strong>&#8221; klasörüne kadar git.</p>
<p>2- <strong>abserver.exe -regenUR</strong> komutunu çalıştır.</p>
<p>3- Yaklaşık 5 dakika bekle.</p>
<p>4- Event viewer &#8216;da <strong>Event ID: 30028 Description: Address book (AB) entires are populated successfully&#8230;</strong> gördü isen 5 nolu maddeye geç gelmedi ve hatalar oluştu ise hataları çöz.</p>
<p>5- Komut satırında aynı yerde <strong>abserver.exe -syncNow</strong> komutunu çalıştır.</p>
<p>6- Yaklaşık 5 dakika bekle.</p>
<p>7- Event viewer &#8216;da <strong>Event ID: 21007 Description: Synchronization pass completed successfully.</strong> gördüğünde manuel address book güncelleme işlemi Exchange Offline Address Book ile OCS 2007 arasında tamamlanmıştır. Eğer event viewer&#8217;da hatalar ise onlarda düzeltilmelidir.</p>
<p>Client &#8216;tan Office Communicator 2007 &#8216;yi yeniden başlatarak hatayı kontrol ediyoruz.</p>
<p>Eğer hata geçmiyor ise;</p>
<p><strong>Kontrol-3: Client tarafında</p>
<p>Address Book dosyasının oluşturulup oluşturulmadığını kontrol ediyoruz.</strong></p>
<p>1-<strong> %Userprofile%\Local Settings\Application Data\Microsoft\Communicator\GalContacts.db</strong> dosyasının varlığını kontrol et.</p>
<p>2- Bu dosya yok ise Communicator 2007 açıldığında buraya server&#8217;dan address book kopyalanmamış demektir.</p>
<p>3- OCS 2007 Standard Edition Address Book &#8216;u internal bağlantılarda https://poolname.domain.uzantı/Abs/Int/Handler üzerinden dağıttığı için Client&#8217;ın <strong>Internet Explorer versiyonunu kontrol et.</strong>4- Eğer <strong>Internet Explorer 8.0</strong> ise Communicator 2007 &#8216;yi kapat.</p>
<p>5- <strong>Client PC</strong> &#8216;de Internet Explorer -&gt; Properties -&gt; Advanced -&gt; Restore Advanced Settings -&gt; Ok.</p>
<p>6- Communicator 2007 &#8216;yi çalıştır. Login ol. Hatayı kontrol et. <strong>HATA YOK.</strong> Çünkü artık GalContacts.db profilimize kopyalandı.</p>
<p>Kaynak ; Türkiye Finans Katılım Bankası ; Yaşar ÇUĞALIR</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/cannot-synchronize-with-the-corporate-address-book-this-may-be-because-the-proxy-server-setting-in-your-browser-does-not-allow-access-to-the-address-book-if-the-problem-persists-contact-your-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcast : Office Communication Server (OCS) Genel Özellikleri</title>
		<link>http://www.hakanuzuner.com/index.php/webcast-office-communication-server-ocs-genel-ozellikleri-2.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=webcast-office-communication-server-ocs-genel-ozellikleri-2</link>
		<comments>http://www.hakanuzuner.com/index.php/webcast-office-communication-server-ocs-genel-ozellikleri-2.html#comments</comments>
		<pubDate>Sat, 12 Dec 2009 13:01:00 +0000</pubDate>
		<dc:creator>Serkan UZUNER</dc:creator>
				<category><![CDATA[Haber]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[office comminication genel hatlarıyla]]></category>
		<category><![CDATA[office communication server]]></category>
		<category><![CDATA[Office Communication Server (OCS) Genel Özellikleri]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<P>Webcast : Office Communication Server (OCS) Genel Özellikleri</P>
<P>Tam ekran izlemek için resimdeki butonu kullanabilirsiniz <BR></P>
<P>&#160;</P>
<P><IMG src="http://www.sistempazari.com/video_bolumu_bilgi.jpg" width="305" height="59"> <BR></P>
<P>&#160;</P><img src="http://www.cozumpark.com/aggbug.aspx?PostID=138632" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p><P>Webcast : Office Communication Server (OCS) Genel Özellikleri</P><br />
<P>Tam ekran izlemek için resimdeki butonu kullanabilirsiniz <BR></P><br />
<P>&nbsp;</P><br />
<P><IMG src="http://www.sistempazari.com/video_bolumu_bilgi.jpg" width=305 height=59> <BR></P><br />
<P>&nbsp;</P><IFRAME height=700 marginHeight=0 src="http://www.sistempazari.com/video_bolumu/ocsgenelozellikleri/ocsgenelozellikleri.html" frameBorder=0 width=700 marginWidth=0 mce_src="http://www.sistempazari.com/video_bolumu/ocsgenelozellikleri/ocsgenelozellikleri.html"></IFRAME><img src="http://www.cozumpark.com/aggbug.aspx?PostID=138632" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/webcast-office-communication-server-ocs-genel-ozellikleri-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office Communications Server 2007 R2 ve Kullanıcı Arabirimleri</title>
		<link>http://www.hakanuzuner.com/index.php/office-communications-server-2007-r2-ve-kullanici-arabirimleri.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=office-communications-server-2007-r2-ve-kullanici-arabirimleri</link>
		<comments>http://www.hakanuzuner.com/index.php/office-communications-server-2007-r2-ve-kullanici-arabirimleri.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 23:03:14 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Office Communications Server 2007 R2 ve Kullanıcı Arabirimleri]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/index.php/office-communications-server-2007-r2-ve-kullanici-arabirimleri.html</guid>
		<description><![CDATA[Bir önceki makalemizde Office Communications Server 2007 R2 ürün ailesinin sunucu tarafındaki özelliklerinden bahsetmiştik, bu hafta ise istemci tarafındaki aygıt ve arayüzlerden bahsedeceğiz. Bu makalede aşağıdaki başlıklar altında, ilgili konunun sağladıkları, özellikleri ve tanıtımını içeren bilgiler bulacaksınız Aygıtlar Office Communicator Office Communicator  Web Access Office Communicator  Mobile Office Communicator  Server Attendant Aygıtlar Telefon Kullanıcılar Usb [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Bir önceki makalemizde Office Communications Server 2007 R2 ürün ailesinin sunucu tarafındaki özelliklerinden bahsetmiştik, bu hafta ise istemci tarafındaki aygıt ve arayüzlerden bahsedeceğiz. Bu makalede aşağıdaki başlıklar altında, ilgili konunun sağladıkları, özellikleri ve tanıtımını içeren bilgiler bulacaksınız </span></p>
<p class="MsoNormal" style="line-height: normal; text-indent: -18pt; margin: 0cm 0cm 0pt 18pt"><span style="font-family: symbol; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-bidi-font-family: 'Times New Roman'"> </span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Aygıtlar </span></p>
<p class="MsoNormal" style="line-height: normal; text-indent: -18pt; margin: 0cm 0cm 0pt 18pt"><span style="font-family: symbol; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-bidi-font-family: 'Times New Roman'"> </span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Office Communicator </span></p>
<p class="MsoNormal" style="line-height: normal; text-indent: -18pt; margin: 0cm 0cm 0pt 18pt"><span style="font-family: symbol; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-bidi-font-family: 'Times New Roman'"> </span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Office Communicator  Web Access </span></p>
<p class="MsoNormal" style="line-height: normal; text-indent: -18pt; margin: 0cm 0cm 0pt 18pt"><span style="font-family: symbol; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-bidi-font-family: 'Times New Roman'"> </span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 7pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"></span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Office Communicator  Mobile </span></p>
<p class="MsoNormal" style="line-height: normal; text-indent: -18pt; margin: 0cm 0cm 0pt 18pt"><span style="font-family: symbol; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-bidi-font-family: 'Times New Roman'"> </span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Office Communicator  Server Attendant </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Aygıtlar</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"><br />
</span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Telefon</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2veKullan_B7CD/image001ce7ba94930f948ea99dd86c3e20bfd29.jpg"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: blue; font-size: 12pt; text-decoration: none; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image0012.jpg" border="0" alt="clip_image001" width="158" height="114" /></span></span></a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin: 15pt 11.25pt 15pt 36pt; background: white"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"><span id="more-11463"></span>Kullanıcılar Usb telefon aygıtları veya IP telefonlar sayesinde çağrılarını yönetebilirler ve bilgisayarlarında bulunan Office Communicator ile entegre edebilirler. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Kulaklık</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2veKullan_B7CD/image002f15d245844614e60b7f77e5e77adae09.jpg"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: blue; font-size: 12pt; text-decoration: none; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image0022.jpg" border="0" alt="clip_image002" width="137" height="190" /></span></span></a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Bilgisayarın başındayken aynı zamanda diğer aygıtlarıda kullanması gereken kullanıcılar için en iyi çözüm, çağrı merkezleri gibi organizasyonlar usb kulaklıklar sayesinde çağrılarını yönetebilirler. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Hoparlör Telefonlar </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2veKullan_B7CD/image0038e010ceb57f049acb2931ef0bc6bc41a.jpg"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: blue; font-size: 12pt; text-decoration: none; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image0032.jpg" border="0" alt="clip_image003" width="128" height="116" /></span></span></a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin: 15pt 11.25pt 15pt 36pt; background: white"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Sınırsız aygıt desteği içerisinde bulunan hoparlör telefonlar sayesinde kullanıcılarımız konuşmalarını oda içerisinde bulunan diğerleriyle paylaşabilir ve hızlıca aramalarını yönetebilirler. </span></p>
<p class="MsoNormal" style="line-height: normal; margin: 15pt 11.25pt 15pt 18pt; background: white"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin: 15pt 11.25pt 15pt 0cm; background: white"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Web Kameraları </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin: 15pt 11.25pt 15pt 0cm; background: white"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin: 15pt 11.25pt 15pt 0cm; background: white"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2veKullan_B7CD/image0042df9602efa874b65ae186de2af458276.jpg"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: blue; font-size: 12pt; text-decoration: none; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image0043.jpg" border="0" alt="clip_image004" width="128" height="102" /></span></span></a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin: 15pt 11.25pt 15pt 0cm; background: white"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Ocs in en heyecan verici özelliklerinden biriside web cam, dolayısıyla görüntülü konferansa izin vermesidir, aynı zamanda 3ncü parti konferans ve görüntülü sağlayıcı hizmetlerinide kullanabilme imkanı.</span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; text-indent: -18pt; margin: 0cm 0cm 0pt 18pt; background: white"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; background: white; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Oda içi Video Konferens Aygıtları</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; background: white; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; background: white; mso-margin-top-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2veKullan_B7CD/image00531b9f96def864653b8ce7d6ea6318969.jpg"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: blue; font-size: 12pt; text-decoration: none; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image0053.jpg" border="0" alt="clip_image005" width="107" height="142" /></span></span></a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; background: white; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; background: white; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Roundtable ürünü ile entegrasyon sayesinde video konferans süresince 360 derecelik görüntü paylaşma imkanına sahip oluyoruz.</span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Office Communicator </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Kullanıcıların nerede olduğu önem arz etmeksizin istedikleri şekilde OCS in özelliklerinden yararlanmalarını sağlar.Anlık mesajlaşma, ses, görüntü, video konferans, video ve masaüstü paylaşımı ve Office 2007 uygulamalarıyla entegrasyonu destekler. </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2veKullan_B7CD/image006638d98b115ae46699ebe7f6a0464c7c9.jpg"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: blue; font-size: 12pt; text-decoration: none; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image0063.jpg" border="0" alt="clip_image006" width="319" height="421" /></span></span></a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">İstenen Yerden Çalışma</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Communicator, şirket içinde veya internet bağlantısı olan her yerde kullanılabilir, vpn bağlantısına ihtiyacı yoktur. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Çoklu cihaz, tek parola</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Aynı bilgilerle ister masaüstü, ister mobil aygıt, ister IP phone, kısaca tüm aygıtlarla çalışabilme özelliği. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Office 2007 Entegrasyonu</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Bu özellik sayesinde video, ses gibi uygulamalar için farklı programlara geçiş yapmak zorunda kalmıyoruz, e-postalar üzerinden sohbet edebilir, ses ve video ekleyebiliriz. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Doğru kişiyi doğru zamanda bulabilme</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Bu özellik sayesinde bağlantıya geçmek istediğimiz kişinin durumunu görebiliriz. Bağlantıya geçmeden önce kullanıcının mobil telefonda, masaüstünde veya ip telefonda olduğunu görebiliriz veya bağlantı metodumuzu buna göre belirleyebiliriz. </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Office Communicator  Web Access</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2veKullan_B7CD/image007eeaa223192b04ee79b5fa2fcd875fa22.jpg"><strong style="mso-bidi-font-weight: normal"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: blue; font-size: 12pt; text-decoration: none; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image007" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image0072.jpg" border="0" alt="clip_image007" width="476" height="308" /></span></span></strong></a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Office Communicator Web Access, web Browser tabanlı bir uygulamadır ve amacı OCS in özelliklerini, aygıt, platform, konum seçimi gibi zengin özelliklerle genişletmek ve kullanıcılara daha iyi bir  birleşik mesajlaşma hizmeti sağlamaktır. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Masaüstü Paylaşımı</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Herhangi bir kullanıcıya masaüstümüzü görüntüleme ve kontrol edebilme imkanı tanıyan özelliktir, yeniden boyutlandırma, paylaşıma ses, video gibi özelliklerde eklenerek basit bir uzak masaüstü uygulaması olmaktan çıkıp etraflı bir çözüm olması sağlanmıştır. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Her Yerden Erişim </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Bu özellik içinde her yerden erişimin sağlanabildiğini belirtmek isterim, Communicator özelliğinde olduğu gibi web access özelliğinde aynı şekilde iç network veya dışarıdan gelen istemciler için yalnızca internet bağlantısı yeterli olmakta </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">OCS ile Entegre kurulum </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">OCS kurulumda gerekli olan şema genişletmesine tekrardan ihtiyaç duymamamız bu eklentinin yüklenmesini kolaylaştıran özelliklerden birisi </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Office Communicator  Mobile</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2veKullan_B7CD/image0085487a5b1c3df447fa2005169a5faebce.png"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: blue; font-size: 12pt; text-decoration: none; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image008.png" border="0" alt="clip_image008" width="591" height="321" /></span></span></a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Dahili Güvenlik </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin: 0cm 0cm 0pt 36pt"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Bu özellik sayesinde bilgilerimizi güvenli bir ortamda barındırabiliriz, TLS (Transport Layer Security – Aktarım Katman Güvenliği) desteği ve Çevre – İç ağ yapılandırılması ile veri alışverişimizi güvenle yapabiliriz. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Tek Numara İle Erişim </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Tek numara ile erişim sayesinde mobil, ip phone veya masaüstü telefonumuzda aynı numarayı kullanabiliriz </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Mobil Etiketleri</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Bu özellik sayesinde bize erişmek isteyen kullanıcıların durumumuzu uygun, meşgul, toplantıda, görüşmede şeklinde görüntüleyebilmesini sağlayabiliriz. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Java Desteği </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Java desteği sayesinde diğer işletim sistemlerine sahip olan ve java platformunu destekleyen telefonlarında communicator özelliğini kullanmalarını sağlayabiliriz. </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Office Communicator  Server Attendant</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2veKullan_B7CD/image0094b4784fa38ad4441ad158a410cb6b822.png"><strong style="mso-bidi-font-weight: normal"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: blue; font-size: 12pt; text-decoration: none; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image009" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image009.png" border="0" alt="clip_image009" width="613" height="446" /></span></span></strong></a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Server Attendant, asistant, resepsiyonist gibi, yüksek miktarda ve hızlı bir şekilde gelişen arama trafiğini yöneten, organizasyonların dış cephe çalışanlarının aramalarını yönetmek için kullanılan bir hizmettir. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Merkezi Arama Yönetimi </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Bu özellik sayesinde aramaları tek bir pencereden görebilir, yönetebilir ve yönlendirebiliriz, aynı zamanda arama ile ilgili durumları, geçmişi ve arama notlarını ilgili klasörden görüntüleyebilir ve arşivleyebiliriz. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Personel Kişi Listesi</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Birleşik sesli iletişim ile ilgili tüm detayları içeren ve özelleştirilebilir kişi listesi sayesinde istenen durum ve özellikteki kullanıcıları bulmak ve işlemleri yönetmek basite indirgenmiştir </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Gerçek Zamanlı Erişim </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Bu özellik sayesinde dizin araması yapabiliriz ve kondisyonlara göre yaptığımız arama seçeneklerini kaydedebiliriz, tek tuşla iletişime geçme özelliği sayesinde, anlık mesajlaşma adresini veya telefon numarasını kopyalama veya not almakla vakit kaybetmek zorunde değiliz. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Delegasyon </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Takım arkadaşlarımıza veya asistanlarımıza ilgili yetkileri vererek aramalarımızı yönetmelerini sağlayabiliriz. </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">iletişim Aktarması </span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Arama aktarması ile çağrıları ve diğer istekleri kişi listesindeki istediğimiz kullanıcıya yönlendirebiliriz </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> <strong>Arama Notları </strong> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">En çok ilgi çekici özelliklerden bir tanesi, konuşmalar esnasında bazı önemli noktaları unutmamak için o arama ile ilgili bir not oluşturabilir ve notlarımızdan kimle ilgili ve hangi konuşmaya istinaden alındığını görebilir ve arşivleme yapabiliriz. </span></p>
<p class="MsoNormal" style="line-height: normal; margin-bottom: 0pt; mso-margin-top-alt: auto"><strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Konferans Arama Taslakları</span></strong><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Sıkça konferans görüşmesi yaptığınız kişileri bir taslak halinde isim vererek kaydedebilir ve böylece her seferinde aynı kişileri tek tek eklemekle uğraşmazsınız. </span></p>
<p class="MsoNormal" style="line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr">Makalemizde OCS Ürününün istemci tarafındaki heyecan verici özelliklerini paylaştık, bir sonraki OCS makalemizde görüşmek üzere. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/office-communications-server-2007-r2-ve-kullanici-arabirimleri.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office Communications Server 2007 R2 Global Pool ve Machine Yedekleme</title>
		<link>http://www.hakanuzuner.com/index.php/office-communications-server-2007-r2-global-pool-ve-machine-yedekleme.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=office-communications-server-2007-r2-global-pool-ve-machine-yedekleme</link>
		<comments>http://www.hakanuzuner.com/index.php/office-communications-server-2007-r2-global-pool-ve-machine-yedekleme.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 22:53:42 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Office Communications Server 2007 R2 Global Pool ve Machine Yedekleme]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/index.php/office-communications-server-2007-r2-global-pool-ve-machine-yedekleme.html</guid>
		<description><![CDATA[Bu makale teknik bir makale olup adım adım uygulama noktasında sizlere yol gösterecektir. Ürünün genel özellikleri ve neleri desteklediği konularında portalımız üzerinde yazılmış olan makaleleri inceleyebilirsiniz.       Bilindiği gibi sunucuların kurulumundan çok ayarları daha uzun emek ve zaman istemektedir. Çoğu uygulamada maalesef bu geçerli bir durum. Bu durumda gerek yapılan ayarların yedeklenmesi anlamında [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto">
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Bu makale teknik bir makale olup adım adım uygulama noktasında sizlere yol gösterecektir. Ürünün genel özellikleri ve neleri desteklediği konularında portalımız üzerinde yazılmış olan makaleleri inceleyebilirsiniz. </span></div>
<p><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto">
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">  </span></div>
<p><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Bilindiği gibi sunucuların kurulumundan çok ayarları daha uzun emek ve zaman istemektedir. Çoğu uygulamada maalesef bu geçerli bir durum. Bu durumda gerek yapılan ayarların yedeklenmesi anlamında gerekse girilmiş veri kaybının önlenmesi için aktif bir şekilde it çalışanları olarak yedek alma stratejimize önem vermemiz gerekmektedir. </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"></span></div>
<p> </p>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"><span id="more-11421"></span>Microsoft çoğu uygulamasında Backup ve Restore için yönetim panelini kullandırmasına rağmen OCS 2007 R2 de bu özelliği henüz aktif etmiş değil. Bu yüzden emeklerin harcanmaması adına OCS Global Pool ve Machine yedeklerinin xml dosyasına export edilmesi hususunda bilgi vermek istedim.</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Bu işlemlerde LCSCMD toolunu kullanacağız. Bunun için komut satırında (varsayılan olarak) c:\Program Files\Common Files\Microsoft Office Communications Server 2007 R2 klasörüne girmemiz gerekiyor.</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2GlobalPo_B386/clip_image0025ca377f1504648b1a5f28b2e0b076b26.jpg"><span style="color: blue; text-decoration: none; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image001" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image001.jpg" border="0" alt="clip_image001" width="613" height="196" /></span></span></a></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Bu klasöre girdikten sonra;</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Lcscmd /? İle kullanabileceğiniz farklı parametreleri görebilirsiniz.</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2GlobalPo_B386/clip_image004a3e3dccb01ff47d4a18c537f222876fa.jpg"><span style="color: blue; text-decoration: none; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image002" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image002.jpg" border="0" alt="clip_image002" width="612" height="429" /></span></span></a><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">İlk olarak sunucumuz üzerinde global ve pool yedeklerinin alınması için aşağıdaki gibi komutumuzu giriyoruz.</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Lcscmd / config /action:export /level: (global veya pool) /configfile: (yedek dosyanın nereye yazılacağı)</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2GlobalPo_B386/clip_image006c209ecfd08064c28bc826cb80cd444e9.jpg"><span style="color: blue; text-decoration: none; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image003.jpg" border="0" alt="clip_image003" width="612" height="195" /></span></span></a></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Pool ve global yedekleme işlemlerinde ayrı ayrı dosyalara çıktı alabileceğiniz gibi arada “,” işareti kullanarak iki ayarı tek bir dosyada tutabilirsiniz ki yönetim açısından bunu öneririm.</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2GlobalPo_B386/clip_image00893f6e37365ea49bd9f637071ac83cd82.jpg"><span style="color: blue; text-decoration: none; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image004.jpg" border="0" alt="clip_image004" width="613" height="170" /></span></span></a></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Komuttan sonra yukarıdaki gibi bir ekran sizi karşılayacak ve komutun başarılı olduğunu söyleyecektir. Eğer bir problem oluşursa bununla ilgili for details kısmındaki html dosyasını inceleyebilirsiniz.</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2GlobalPo_B386/clip_image010ff93d8935f5644c8b4a04dc9dd5ce1a0.jpg"><span style="color: blue; text-decoration: none; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image005.jpg" border="0" alt="clip_image005" width="612" height="197" /></span></span></a></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Ayrıca sadece machine yedek alınması için yukarıdaki gibi komutumuzu işletiyoruz.</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2GlobalPo_B386/clip_image01253817bc8cfef49eb985055cb5d1b94b4.jpg"><span style="color: blue; text-decoration: none; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image006.jpg" border="0" alt="clip_image006" width="613" height="193" /></span></span></a></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Sunucuların yedeklenmesi için her bir sunucuda ayrıca bu komutların koşturularak xml çıktılarının alınması gerekmektedir. Unutulmaması gereken şey ise bu xml dosyaların sadece config bilgilerini tuttuğudur. Bu yüzden database olarak tabiî ki ayrıca yedekleme planınızı oluşturmanız gerekmektedir. Aşağıdaki tabloda hangi sunucu tipinde hangi yedeğin alınmasıyla ilgili bilgi verilmiştir. Ayrıca Back-End sunucularda OCS kurulu değildir. Bu nedenle yapınıza uygun database yedekleme prosedürünüze göre bunu da planlamanız gerekmektedir.</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2GlobalPo_B386/clip_image0144c0ff8f57d0540469a9e10e1ca86f094.jpg"><span style="color: blue; text-decoration: none; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image007" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image007.jpg" border="0" alt="clip_image007" width="526" height="123" /></span></span></a></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Sunucların yedeklenmesinde kullanılan lcscmd tolumuzu import işlemlerinde de kullanacağız. Bunun için çok fazla parametre değişmeyecek sadece action: kısmında export değil import yazılması gerekmektedir. </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"></span></div>
<p> </p>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><a href="http://www.cozumpark.com/mklresim/OfficeCommunicationsServer2007R2GlobalPo_B386/clip_image016fe1f65d628a442cbaf5b3086eab67dd8.jpg"><span style="color: blue; text-decoration: none; mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr; mso-no-proof: yes; text-underline: none"><span style="mso-ignore: vglayout"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image008" src="http://www.hakanuzuner.com/wp-content/uploads/2009/12/clip_image008.jpg" border="0" alt="clip_image008" width="612" height="206" /></span></span></a></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr"> </span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
<p class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="mso-bidi-font-family: 'Times New Roman'; mso-ascii-font-family: calibri; mso-fareast-font-family: 'Times New Roman'; mso-hansi-font-family: calibri; mso-fareast-language: tr">Yinede db yedeğinizi almayı ve sunucunuz ile ilgili yapılması gerekli güncellemeleri kontrol etmeyi unutmayınız. OCS’in stabil çalışmasına önem verildiği kadar konfigurasyon ve db yedeklerine de önem verilmesi gerekiyor. Umarım yedeğe ihtiyacınız olmaz…</span></p>
<div class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </span></div>
<p><span style="line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: tr"> </p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/office-communications-server-2007-r2-global-pool-ve-machine-yedekleme.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unified Communications Certificates (UCC) and Subject Alternative Names (SANs)</title>
		<link>http://www.hakanuzuner.com/index.php/unified-communications-certificates-ucc-and-subject-alternative-names-sans.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=unified-communications-certificates-ucc-and-subject-alternative-names-sans</link>
		<comments>http://www.hakanuzuner.com/index.php/unified-communications-certificates-ucc-and-subject-alternative-names-sans.html#comments</comments>
		<pubDate>Tue, 01 Dec 2009 11:58:06 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[Subject Alternative Names]]></category>
		<category><![CDATA[Subject Alternative Names (SANs)]]></category>
		<category><![CDATA[Unified Communications Certificates]]></category>
		<category><![CDATA[Unified Communications Certificates (UCC)]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=11369</guid>
		<description><![CDATA[Exchange Server 2007 ile birlikte hayatımıza yeni bir anlam katan bu terimleri ve sonuçlarını sizinle paylaşmak istiyorum. Evet Exchange Server ile birlikte iç ve dış istekler için farklı URL ler kullanılmaya başlandı ve bu durumda da bizlere güvenli erişim için kullanılacak yeni sertifikalar. SAN bunlardan en çok duyulanı ve en çok kullanılanıdır , UCC ise [...]]]></description>
			<content:encoded><![CDATA[<p>Exchange Server 2007 ile birlikte hayatımıza yeni bir anlam katan bu terimleri ve sonuçlarını sizinle paylaşmak istiyorum. Evet Exchange Server ile birlikte iç ve dış istekler için farklı URL ler kullanılmaya başlandı ve bu durumda da bizlere güvenli erişim için kullanılacak yeni sertifikalar. SAN bunlardan en çok duyulanı ve en çok kullanılanıdır , UCC ise aynı işi görmek ile beraber daha ucuz olan bir sertifika tipidir. Peki nedir bu sertifika tipleri ? SAN aslında Wildcard olarak bildiğimiz * sertifika ile ( *.hakanuzuner.com = mail.hakanuzuner.com , <a href="http://www.hakanuzuner.com,posta.hakanuzuner.com">www.hakanuzuner.com,posta.hakanuzuner.com</a> gibi bir domain için pek çok ön ek desteği olan sertifika tipidir ) single name sertifika arasında ( <a href="http://www.hakanuzuner.com">www.hakanuzuner.com</a> ) kalan bir sertifika tipidir ve sahip olduğu multiple domain desteği ile wildcard sertifikadan farklı çalışır . Yani single name sertifika tek URL için kullanılırken wildcard sertifika tek domain için kullanılır , oysaki SAN birden çok domain için kullanılabilir . Örneği</p>
<p>mail.cozumpark.com, owa.cozumpark.com, autodiscover.cozumpark.com, mail.cozumpark.local, owa.cozumpark.local, and autodiscover.cozumpark.local</p>
<p>görüldüğü gibi ilk 3 domain dış URL son 3 domain iç URL olarak görünüyor ve bir sertifikanın her bir url isteği için url hatası vermeden çalışmasını istiyorsanız SAN veya UCC sertifika almanız gerekmektedir.</p>
<p>SAN pek çok sertifika sağlayıcısı tarafından temin edilebilmektedir ve maliyetli bir sertifika tipidir , UCC ise daha uygun fiyatlar ile temin edilebilir.</p>
<p>Microsoft OCS 2007 üzerinde artık SAN sertifikası kullanmaya başladı , bu sayede SAN sertifikalarını OCS içinde kullanabilirsiniz , ancak aşağıdaki firmalar şu anda desteklenen CA firmaları</p>
<p>Unified Communications Certificates for Microsoft Exchange and for Communications Server</p>
<table border="0" cellspacing="1">
<tbody>
<tr>
<td>Certification authority</td>
<td>Web site</td>
</tr>
<tr>
<td>Entrust</td>
<td><a href="http://www.entrust.net/microsoft/">http://www.entrust.net/microsoft/</a><span> (http://www.entrust.net/microsoft/) </span></td>
</tr>
<tr>
<td>Comodo</td>
<td><a href="http://www.comodo.com/msexchange">http://www.comodo.com/msexchange</a><span> (http://www.comodo.com/msexchange) </span></td>
</tr>
<tr>
<td>DigiCert</td>
<td><a href="http://www.digicert.com/unified-communications-ssl-tls.htm">http://www.digicert.com/unified-communications-ssl-tls.htm</a><span> (http://www.digicert.com/unified-communications-ssl-tls.htm) </span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/unified-communications-certificates-ucc-and-subject-alternative-names-sans.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office Communicator Web Access</title>
		<link>http://www.hakanuzuner.com/index.php/office-communicator-web-access.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=office-communicator-web-access</link>
		<comments>http://www.hakanuzuner.com/index.php/office-communicator-web-access.html#comments</comments>
		<pubDate>Thu, 12 Nov 2009 11:34:42 +0000</pubDate>
		<dc:creator>Hakan Uzuner</dc:creator>
				<category><![CDATA[OCS]]></category>
		<category><![CDATA[Microsoft Office Communications Server 2007 R2]]></category>
		<category><![CDATA[Office communicator web Access]]></category>

		<guid isPermaLink="false">http://www.hakanuzuner.com/?p=10673</guid>
		<description><![CDATA[http://www.cozumpark.com/blogs/microsoft_genel/archive/2009/05/02/microsoft-office-communications-server-2007-r2.aspx]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cozumpark.com/blogs/microsoft_genel/archive/2009/05/02/microsoft-office-communications-server-2007-r2.aspx" target="_blank">http://www.cozumpark.com/blogs/microsoft_genel/archive/2009/05/02/microsoft-office-communications-server-2007-r2.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hakanuzuner.com/index.php/office-communicator-web-access.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
