<?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>A weblog about Microsoft Technologies &#187; System Center</title>
	<atom:link href="http://www.anilerduran.com/index.php/category/system-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anilerduran.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 17:23:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Sealing MP in Service Manager 2012</title>
		<link>http://www.anilerduran.com/index.php/2012/sealing-mp-in-service-manager-2012/</link>
		<comments>http://www.anilerduran.com/index.php/2012/sealing-mp-in-service-manager-2012/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 13:16:55 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Service Manager]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2012/sealing-mp-in-service-manager-2012/</guid>
		<description><![CDATA[As is the case in Operations Manager, all customizations for notification templates, groups, list items, workflows etc. in Service Manager are stored in Management Packs. A management pack can consist of two types; Sealed and Unsealed. A sealed management pack has a .mp extension and can not be modified directly. So Microsoft, other vendors or [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2012%2Fsealing-mp-in-service-manager-2012%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2012/sealing-mp-in-service-manager-2012/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2012%2Fsealing-mp-in-service-manager-2012%2F&amp;text=Sealing+MP+in+Service+Manager+2012" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2012/sealing-mp-in-service-manager-2012/"></script></span></div><p>As is the case in Operations Manager, all customizations for notification templates, groups, list items, workflows etc. in Service Manager are stored in Management Packs. A management pack can consist of two types;</p>
<p>Sealed and Unsealed.</p>
<p>A sealed management pack has a .mp extension and can not be modified directly. So Microsoft, other vendors or you can prevent modifications on Management Pack itself.</p>
<p>Unsealed management packs have a .xml file extension and con be modified with SM console, authoring tool or directly within XML file. </p>
<p>For example, if you want to add list items to a list that is defined in a sealed management pack, you have to store this modifications in a unsealed management pack. Or if you want to add some fields to a form that is defined in a sealed management pack, again you have to store modifications in an unsealed MP.</p>
<p>Just because of this certain rule, </p>
<p>A MP (sealed or unsealed) can depend on a <strong>sealed </strong>MP.</p>
<p>A MP (sealed or unsealed) can depend on an <strong>unsealed </strong>MP.</p>
<p>Lets think about following scenario;</p>
<p>You create a new Management Pack in Service Manager 2012 which includes custom forms, notification templates and item lists. After a couple of months, other SM administrator created another Management Pack for a custom&#160; need and that MP references for list items and other objects to your firstly created MP. In case of such a scenario your first MP must be sealed to have base definitions for other MP’s in your organization.</p>
<p>Sealing a management pack is easy and clear process. First requirement to seal an MP is signing the file to ensure that file is not modified when you transfer it between locations. So before sealing a MP you must create a key pair with Strong Name Tool (sn.exe). Key pair will have an .snk extension.</p>
<p>Strong name tool is automatically installed with Visual Studio. Also if you installed Microsoft .NET Framework 4.0 on your machine sn.exe is available in the following location;</p>
<p>%ProgramFiles%\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools</p>
<p>To create key pair, at the command prompt run the following command;</p>
<p><a href="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_thumb.png" width="518" height="129" /></a></p>
<p>After you created snk key pair, in the Auhtoring Tool, in the management pack explorer right click an unsealed MP and choose &quot;<strong>Seal Management Pack”.</strong></p>
<p><a href="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_thumb_3.png" width="342" height="178" /></a></p>
<p>Then choose your key pair and fill out company field.</p>
<p><a href="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_thumb_4.png" width="219" height="244" /></a></p>
<p><a href="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_thumb_5.png" width="130" height="37" /></a></p>
<p>Now you can easily import your sealed management pack through Service Manager Console.</p>
<p><a href="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_6.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_thumb_6.png" width="244" height="226" /></a></p>
<p><a href="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_7.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.anilerduran.com/pics/Sealing-MP-in-Service-Manager-2012_CA50/image_thumb_7.png" width="244" height="44" /></a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2012%2Fsealing-mp-in-service-manager-2012%2F&amp;t=Sealing%20MP%20in%20Service%20Manager%202012" id="facebook_share_button_2273" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2273') || document.getElementById('facebook_share_icon_2273') || document.getElementById('facebook_share_both_2273') || document.getElementById('facebook_share_button_2273');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2273') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2012%2Fsealing-mp-in-service-manager-2012%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2012/sealing-mp-in-service-manager-2012/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2012%2Fsealing-mp-in-service-manager-2012%2F&amp;text=Sealing+MP+in+Service+Manager+2012" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2012/sealing-mp-in-service-manager-2012/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2012/sealing-mp-in-service-manager-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collation in Service Manager 2012</title>
		<link>http://www.anilerduran.com/index.php/2012/collation-in-service-manager-2012/</link>
		<comments>http://www.anilerduran.com/index.php/2012/collation-in-service-manager-2012/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:07:06 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Service Manager]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2012/collation-in-service-manager-2012/</guid>
		<description><![CDATA[If you decide to install Service Manager 2012 for your private cloud environment, primary requirement is a supported SQL Server. To be able to work with Service Manager, following SQL components must be installed; SQL Server full-text search SQL Server Reporting Services SQL Server Analysis Services But Service Manager 2012 does not like SQL Server [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2012%2Fcollation-in-service-manager-2012%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2012/collation-in-service-manager-2012/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2012%2Fcollation-in-service-manager-2012%2F&amp;text=Collation+in+Service+Manager+2012" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2012/collation-in-service-manager-2012/"></script></span></div><p>If you decide to install Service Manager 2012 for your private cloud environment, primary requirement is a supported SQL Server. To be able to work with Service Manager, following SQL components must be installed;</p>
<ul>
<li>SQL Server full-text search </li>
<li>SQL Server Reporting Services </li>
<li>SQL Server Analysis Services </li>
</ul>
<p>But Service Manager 2012 does not like SQL Server default instance collation configurations. As you know, during a default SQL Server 2008 setup progress, your SQL collation will be configured with SQL_Latin1_General_CP1_CI_AS. If you don’t change default collation, during SCSM 2012 installation you will get a warning message;</p>
<p><a href="http://www.anilerduran.com/pics/Collation-in-Service-Manager-2012_A7F3/1.gif"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="1" border="0" alt="1" src="http://www.anilerduran.com/pics/Collation-in-Service-Manager-2012_A7F3/1_thumb.gif" width="244" height="121" /></a></p>
<p>If you use default collation on your SQL Server, it is not possible to support multiple languages in Service Manager. I mean if you later decide to support for multiple languages you have to use different collation and that means you have to reinstall SQL Server.</p>
<p>On SCSM 2012 technet page, ypu can find supported OS locales and collations.</p>
<p>   <a href="http://www.anilerduran.com/pics/Collation-in-Service-Manager-2012_A7F3/locale.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="locale" border="0" alt="locale" src="http://www.anilerduran.com/pics/Collation-in-Service-Manager-2012_A7F3/locale_thumb.png" width="234" height="328" /></a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2012%2Fcollation-in-service-manager-2012%2F&amp;t=Collation%20in%20Service%20Manager%202012" id="facebook_share_button_2272" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2272') || document.getElementById('facebook_share_icon_2272') || document.getElementById('facebook_share_both_2272') || document.getElementById('facebook_share_button_2272');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2272') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2012%2Fcollation-in-service-manager-2012%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2012/collation-in-service-manager-2012/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2012%2Fcollation-in-service-manager-2012%2F&amp;text=Collation+in+Service+Manager+2012" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2012/collation-in-service-manager-2012/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2012/collation-in-service-manager-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T&#252;rkiye&#8217;deki ilk SCCM 2012 eğitimine siz de katılın! (Tarih yenilendi )</title>
		<link>http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi/</link>
		<comments>http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 08:11:08 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Eğitim]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi/</guid>
		<description><![CDATA[Share]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Ftrkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Ftrkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi%2F&amp;text=T%C3%BCrkiye%E2%80%99deki+ilk+SCCM+2012+e%C4%9Fitimine+siz+de+kat%C4%B1l%C4%B1n%21+%28Tarih+yenilendi+%29" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi/"></script></span></div><p><a href="http://www.anilerduran.com/pics/lk-SCCM-2012-eitimlerinden-birine-siz-de_9D19/sonegitim.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="sonegitim" border="0" alt="sonegitim" src="http://www.anilerduran.com/pics/lk-SCCM-2012-eitimlerinden-birine-siz-de_9D19/sonegitim_thumb.jpg" width="413" height="547" /></a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Ftrkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi%2F&amp;t=T%26uuml%3Brkiye%26rsquo%3Bdeki%20ilk%20SCCM%202012%20e%C4%9Fitimine%20siz%20de%20kat%C4%B1l%C4%B1n%21%20%28Tarih%20yenilendi%20%29" id="facebook_share_button_2250" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2250') || document.getElementById('facebook_share_icon_2250') || document.getElementById('facebook_share_both_2250') || document.getElementById('facebook_share_button_2250');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2250') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Ftrkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Ftrkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi%2F&amp;text=T%C3%BCrkiye%E2%80%99deki+ilk+SCCM+2012+e%C4%9Fitimine+siz+de+kat%C4%B1l%C4%B1n%21+%28Tarih+yenilendi+%29" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-sccm-2012-egitimine-siz-de-katilin-tarih-yenilendi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T&#252;rkiye&#8217;deki ilk System Center Configuration Manager 2012 Eğitimi !!!</title>
		<link>http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-system-center-configuration-manager-2012-egitimi/</link>
		<comments>http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-system-center-configuration-manager-2012-egitimi/#comments</comments>
		<pubDate>Thu, 26 May 2011 10:32:16 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Eğitim]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[sccm 2012 eğitimi]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-system-center-configuration-manager-2012-egitimi/</guid>
		<description><![CDATA[Türkiye&#8217;deki ilk System Center Configuration Manager 2012 eğitimi! Beta 2&#8242;si download&#8217;a sunulan ve yıl sonunda RTM sürümünün çıkması beklenen System Center Configuration Manager 2012 ürünü için Türkiye&#8217;deki ilk dünyada ise sayılı sunulan bu eğitim fırsatını kaçırmayın, ilk SCCM 2012 uzmanları siz olun. Çok uluslu bir çok Enterprise yapıda System Center Configuration Manager projesi gerçekleştiren ve [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Ftrkiyedeki-ilk-system-center-configuration-manager-2012-egitimi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-system-center-configuration-manager-2012-egitimi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Ftrkiyedeki-ilk-system-center-configuration-manager-2012-egitimi%2F&amp;text=T%C3%BCrkiye%E2%80%99deki+ilk+System+Center+Configuration+Manager+2012+E%C4%9Fitimi+%21%21%21" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-system-center-configuration-manager-2012-egitimi/"></script></span></div><p><a href="http://www.anilerduran.com/pics/b993f22bce9f_BD4F/ms_egitim_takvimi_SON.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="ms_egitim_takvimi_SON" border="0" alt="ms_egitim_takvimi_SON" align="left" src="http://www.anilerduran.com/pics/b993f22bce9f_BD4F/ms_egitim_takvimi_SON_thumb.jpg" width="408" height="540" /></a>Türkiye&#8217;deki ilk System Center Configuration Manager 2012 eğitimi!</p>
<p>Beta 2&#8242;si download&#8217;a sunulan ve yıl sonunda RTM sürümünün çıkması beklenen System Center Configuration Manager 2012 ürünü için Türkiye&#8217;deki ilk dünyada ise sayılı sunulan bu eğitim fırsatını kaçırmayın, ilk SCCM 2012 uzmanları siz olun.</p>
<p>Çok uluslu bir çok Enterprise yapıda System Center Configuration Manager projesi gerçekleştiren ve EMEA bölgesinde sayılı SCCM MVP&#8217;lerinden Anıl ERDURAN tarafından gerçekleştirilecek bu eğitim ile hem System Center Configuration Manager altyapısı saha proje deneyimleri aktarılarak detaylı bir şekilde incelenecek, hem de 2012 versiyonu ile birlikte sunulan önemli yenilikler uygulamalı anlatılacaktır. </p>
<p>Laboratuvar ortamında sanal makineler üzerinde gerçekleştirilecek bu iki günlük eğitimin son bölümünde SCCM 2007 / SCCM 2012 migration projesi gerçekleştirilecektir.</p>
<p>Sizde kaydınızı yaptırın, Türkiye&#8217;deki ilk SCCM 2012 uzmanları olun!</p>
<p>Sınırlı sayıda kontenjan bulunmaktadır.</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>Site hiyerarşisindeki yenilikler ( Single / Multi Site mimarileri)</p>
<p>- SCCM 2012 sunucu rolleri</p>
<p>- SCCM 2012 kurulumu</p>
<p>- Configuration Manager 2012 konsolu</p>
<p>- Role-Based Administration</p>
<p>- Application Catalog ve Software Center</p>
<p>- Client Operations</p>
<p>- Operating System Deployment</p>
<p>- Mobile Device Management</p>
<p>- Software Distribution</p>
<p>- Reporting</p>
<p>- SCCM 2007 / SCCM 2012 Migration işlemi</p>
<p><strong>Eğitmen öz geçmişi:</strong></p>
<p>İstanbul doğumlu olan Anıl Erduran üniversite eğitimi ile birlikte sektörde çeşitli kurumlarda sistem uzmanı/mühendisi pozisyonlarında görev yapmıştır.</p>
<p>Bilge Adam Kurumsal bünyesinde Sistem ve Platform biriminde Danışman ve teknik eğitmen olarak görev aldıktan sonra şu anda <strong>Data Market</strong> bünyesinde <strong>Kurumsal Sistemler Danışmanlık Birim Yöneticisi </strong>olarak görev yapmaktadır. Deneyimli bir danışman kadrosu ile birlikte Microsoft Altyapı ürünleri ile ilgili tüm proje fazlarından sorumludur.</p>
<p>Boş zamanlarını sıkıntısı çekilen Türkçe kaynak eksikliğini gidermek adına kullanan Anıl ERDURAN <a href="http://www.anilerduran.com">www.anilerduran.com</a> adresinde 600’den fazla teknik yazı, Türkiye’deki ilk SCCM 2012 webcast ve makalelerini yayınlamıştır. Bu blogla birlikte çeşitli toplululuklarda yazılar/makaleler yazmakta, seminerler vermekte ve Mshowto.org bilişim portalında editörlük görevine devam etmektedir.</p>
<p>Aynı zamanda 2010 yılı içerisinde System Center Configuration Manager alanında gerçekleştirdiği paylaşımlar,mshowto.org ile birlikte hazrlanan makale,webcast serilerinin sonucunda Microsoft tarafından SCCM alanında Türkiye’deki <strong>En Değerli Profesyonel ( MVP)</strong> unvanına layık görülmüştür. <a href="https://mvp.support.microsoft.com/default.aspx/profile/anıl">https://mvp.support.microsoft.com/default.aspx/profile/anıl</a></p>
<p>Anıl ERDURAN aşağıdaki sertifikalara sahiptir;</p>
<p>Microsoft Certified Systems Engineer: Messaging   <br />Microsoft Certified Systems Administrator: Messaging    <br />Microsoft Certified Systems Administrator: Security    <br />Microsoft Certified Systems Engineer: Security    <br />Microsoft Certified Systems Engineer    <br />Microsoft Certified Systems Administrator    <br />Microsoft Certified Professional    <br />MCTS System Center Configuration Manager, Configuration    <br />MCTS Windows Server Virtualization, Configuration    <br />MCTS Microsoft Exchange Server 2007: Configuration    <br />MCTS Microsoft Windows Vista: Configuration    <br />MCTS Windows Server 2008 Active Directory: Configuration    <br />MCTS Windows Server 2008 Network Infrastructure: Configuration    <br />MCTS Windows Server 2008 Applications Infrastructure: Configuration    <br />MCTS Microsoft Internet Security and Acceleration (ISA) Server 2006, Configuration    <br />MCTS Microsoft Forefront Client and Server: Configuration    <br />MCITP Enterprise Administrator    <br />MCITP Server Administrator    <br />MCT Microsoft Certified Trainer    <br />CCNA Cisco Certified Network Associate    <br />JNCIA-ER Juniper Networks Certified Internet Associate</p>
<p>MVP | System Center Configuration Manager</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Ftrkiyedeki-ilk-system-center-configuration-manager-2012-egitimi%2F&amp;t=T%26uuml%3Brkiye%26rsquo%3Bdeki%20ilk%20System%20Center%20Configuration%20Manager%202012%20E%C4%9Fitimi%20%21%21%21" id="facebook_share_button_2246" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2246') || document.getElementById('facebook_share_icon_2246') || document.getElementById('facebook_share_both_2246') || document.getElementById('facebook_share_button_2246');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2246') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Ftrkiyedeki-ilk-system-center-configuration-manager-2012-egitimi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-system-center-configuration-manager-2012-egitimi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Ftrkiyedeki-ilk-system-center-configuration-manager-2012-egitimi%2F&amp;text=T%C3%BCrkiye%E2%80%99deki+ilk+System+Center+Configuration+Manager+2012+E%C4%9Fitimi+%21%21%21" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-system-center-configuration-manager-2012-egitimi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/trkiyedeki-ilk-system-center-configuration-manager-2012-egitimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RMS Encryption anahtarının yedeklenmesi</title>
		<link>http://www.anilerduran.com/index.php/2011/rms-encryption-anahtarinin-yedeklenmesi/</link>
		<comments>http://www.anilerduran.com/index.php/2011/rms-encryption-anahtarinin-yedeklenmesi/#comments</comments>
		<pubDate>Sun, 08 May 2011 12:02:05 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[rms]]></category>
		<category><![CDATA[scom]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/rms-encryption-anahtarinin-yedeklenmesi/</guid>
		<description><![CDATA[Operations Manager 2007 yedekleme stratejisinin en önemli noktalarından birisi Root Management Server anahtarının başarılı bir şekilde yedeklenmesidir. Özellikle Run As hesaplarında yapılan değişikliklerden sonra bu yedekleme işleminin tekrarlanması önerilir. Bildiğimiz gibi Management Group içerisindeki Run As hesapları bu anahtar içerisinde saklanmaktadır. GUI tabanlı yedekleme dışında komut satırı kullanılarak da hızlıca yedekleme işlemi gerçekleştirilebilir. C:\Program Files\System [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Frms-encryption-anahtarinin-yedeklenmesi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/rms-encryption-anahtarinin-yedeklenmesi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Frms-encryption-anahtarinin-yedeklenmesi%2F&amp;text=RMS+Encryption+anahtar%C4%B1n%C4%B1n+yedeklenmesi" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/rms-encryption-anahtarinin-yedeklenmesi/"></script></span></div><p>Operations Manager 2007 yedekleme stratejisinin en önemli noktalarından birisi Root Management Server anahtarının başarılı bir şekilde yedeklenmesidir. Özellikle Run As hesaplarında yapılan değişikliklerden sonra bu yedekleme işleminin tekrarlanması önerilir. Bildiğimiz gibi Management Group içerisindeki Run As hesapları bu anahtar içerisinde saklanmaktadır. GUI tabanlı yedekleme dışında komut satırı kullanılarak da hızlıca yedekleme işlemi gerçekleştirilebilir. </p>
<blockquote><p>C:\Program Files\System Center Operations Manager 2007 &gt; securestoragebackup backup D:\RMSBackup\01-01-2011\Backup.bin</p>
</blockquote>
<p>Bu komut satırı sonrasında koruma parolası girilerek işlem tamamlanır.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Frms-encryption-anahtarinin-yedeklenmesi%2F&amp;t=RMS%20Encryption%20anahtar%C4%B1n%C4%B1n%20yedeklenmesi" id="facebook_share_button_2244" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2244') || document.getElementById('facebook_share_icon_2244') || document.getElementById('facebook_share_both_2244') || document.getElementById('facebook_share_button_2244');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2244') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Frms-encryption-anahtarinin-yedeklenmesi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/rms-encryption-anahtarinin-yedeklenmesi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Frms-encryption-anahtarinin-yedeklenmesi%2F&amp;text=RMS+Encryption+anahtar%C4%B1n%C4%B1n+yedeklenmesi" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/rms-encryption-anahtarinin-yedeklenmesi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/rms-encryption-anahtarinin-yedeklenmesi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unseal durumdaki Management Packlerin PowerShell ile export edilmesi</title>
		<link>http://www.anilerduran.com/index.php/2011/unseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi/</link>
		<comments>http://www.anilerduran.com/index.php/2011/unseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi/#comments</comments>
		<pubDate>Thu, 05 May 2011 12:36:35 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[export management pack]]></category>
		<category><![CDATA[unsealed]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/unseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi/</guid>
		<description><![CDATA[SCOM üzerindeki unseal management packlerinizi, üzerlerinde customization gerçekleştirmek için export etmek isteyebilirsiniz. Bu durumda Operations Manager Shell yani PowerShell cmdletlerini kullanarak tüm export işlemini tek bir script ile gerçekleştirme imkanınız bulunuyor. Aşağıdakine benzer bir script işimizi görecektir. $all = Get-ManagementPack &#124; where-object {$._Sealed –eq $false} foreach ($mp in $all) { Export-ManagementPack –managementpack $mp –path “c:\MyMps” [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Funseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/unseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Funseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi%2F&amp;text=Unseal+durumdaki+Management+Packlerin+PowerShell+ile+export+edilmesi" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/unseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi/"></script></span></div><p>SCOM üzerindeki unseal management packlerinizi, üzerlerinde customization gerçekleştirmek için export etmek isteyebilirsiniz. Bu durumda Operations Manager Shell yani PowerShell cmdletlerini kullanarak tüm export işlemini tek bir script ile gerçekleştirme imkanınız bulunuyor.</p>
<p>Aşağıdakine benzer bir script işimizi görecektir.</p>
<blockquote><p>$all = Get-ManagementPack | where-object {$._Sealed –eq $false} </p>
<p>foreach ($mp in $all)</p>
<p>{</p>
<p>Export-ManagementPack –managementpack $mp –path “c:\MyMps”</p>
<p>} </p>
</blockquote>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Funseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi%2F&amp;t=Unseal%20durumdaki%20Management%20Packlerin%20PowerShell%20ile%20export%20edilmesi" id="facebook_share_button_2242" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2242') || document.getElementById('facebook_share_icon_2242') || document.getElementById('facebook_share_both_2242') || document.getElementById('facebook_share_button_2242');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2242') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Funseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/unseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Funseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi%2F&amp;text=Unseal+durumdaki+Management+Packlerin+PowerShell+ile+export+edilmesi" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/unseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/unseal-durumdaki-management-packlerin-powershell-ile-export-edilmesi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSD sırasında Hyper-V rol&#252;n&#252;n kurulması</title>
		<link>http://www.anilerduran.com/index.php/2011/osd-sirasinda-hyper-v-rolnn-kurulmasi/</link>
		<comments>http://www.anilerduran.com/index.php/2011/osd-sirasinda-hyper-v-rolnn-kurulmasi/#comments</comments>
		<pubDate>Mon, 02 May 2011 10:40:52 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[osd]]></category>
		<category><![CDATA[sccm]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/osd-sirasinda-hyper-v-rolnn-kurulmasi/</guid>
		<description><![CDATA[SCCM 2007 ile OSD projelerimin birisinde rastladığım ilginç bir problem. SCCM içerisindeki OSD yeteneklerini kullanarak sunucu işletim sistemi kurulumlarını otomatize ederken, belirli tipteki sunucular üzerinde Task Sequences’ın belirli bir adımında aksiyon alarak Hyper-V rolünün yüklenmesi gibi bir istek geldi. Özellikle Hyper-V sanallaştırma mimarisi kullanan bir datacenter için gerçekleştirilecek OSD projelerinde sıklıkla gelebilecek bir talep. Bu [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fosd-sirasinda-hyper-v-rolnn-kurulmasi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/osd-sirasinda-hyper-v-rolnn-kurulmasi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fosd-sirasinda-hyper-v-rolnn-kurulmasi%2F&amp;text=OSD+s%C4%B1ras%C4%B1nda+Hyper-V+rol%C3%BCn%C3%BCn+kurulmas%C4%B1" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/osd-sirasinda-hyper-v-rolnn-kurulmasi/"></script></span></div><p>SCCM 2007 ile OSD projelerimin birisinde rastladığım ilginç bir problem.</p>
<p>SCCM içerisindeki OSD yeteneklerini kullanarak sunucu işletim sistemi kurulumlarını otomatize ederken, belirli tipteki sunucular üzerinde Task Sequences’ın belirli bir adımında aksiyon alarak Hyper-V rolünün yüklenmesi gibi bir istek geldi.</p>
<p>Özellikle Hyper-V sanallaştırma mimarisi kullanan bir datacenter için gerçekleştirilecek OSD projelerinde sıklıkla gelebilecek bir talep.</p>
<p>Bu noktad eminim ki sizinde akınıza benimle benzer yöntemler gelmiştir. </p>
<ul>
<li>ServerManagerCmd komut satırını kullanarak rolün kurulması</li>
<li>PowerShell cmdlet lerin kullanılarak rolün kurulması</li>
</ul>
<p>OSD’den bağımsız düşündüğümüzde iki yöntem ile de gayet sıkıntısız biçimde istediğini rolleri otomatize edilmiş şekilde kurabiliyorsunuz. İlginç olan ise SCCM Task Sequence ekranın powershell yada command prompt çağırılarak ilgili komutlar çalıştırıldığında ne yazık ki başarılı olunamaması.</p>
<p>Sebebini uzunca süre araştırmama rağmen kesin bir sonuç elde edemedim. Bu problemi yaşayan bir başka SCCM MVP’lerine de rastlayınca başka bir metod bulunması gerektiğini karar verdim.</p>
<p>Bu noktada işimizi şimdilik görebilecek tek yol DISM.exe yani Windows Servicing tool.</p>
<p>OSD task sequence içerisine aşağıdaki komut satırını post-installation kısmına eklediğiniz takdirde rol başarılı bir şekilde yüklenecektir.</p>
<blockquote><p>cmd /c Dism.exe /image:%OSDTargetDrive%\ /Enable-Feature /FeatureName:Microsoft-Hyper-V /LogPath:%_SMSTSLogPath%\Hyper-V.log</p>
</blockquote>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fosd-sirasinda-hyper-v-rolnn-kurulmasi%2F&amp;t=OSD%20s%C4%B1ras%C4%B1nda%20Hyper-V%20rol%26uuml%3Bn%26uuml%3Bn%20kurulmas%C4%B1" id="facebook_share_button_2238" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2238') || document.getElementById('facebook_share_icon_2238') || document.getElementById('facebook_share_both_2238') || document.getElementById('facebook_share_button_2238');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2238') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fosd-sirasinda-hyper-v-rolnn-kurulmasi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/osd-sirasinda-hyper-v-rolnn-kurulmasi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fosd-sirasinda-hyper-v-rolnn-kurulmasi%2F&amp;text=OSD+s%C4%B1ras%C4%B1nda+Hyper-V+rol%C3%BCn%C3%BCn+kurulmas%C4%B1" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/osd-sirasinda-hyper-v-rolnn-kurulmasi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/osd-sirasinda-hyper-v-rolnn-kurulmasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM 2012  &#8211;  Operating System Deployment</title>
		<link>http://www.anilerduran.com/index.php/2011/sccm-2012-operating-system-deployment/</link>
		<comments>http://www.anilerduran.com/index.php/2011/sccm-2012-operating-system-deployment/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 08:40:19 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[sccm 2012]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/sccm-2012-operating-system-deployment/</guid>
		<description><![CDATA[Bildiğiniz gibi SCCM ürününün en güçlü yanlarından birisi işletim sistemi dağıtımı. 2012 mimarisinde buda dair önemli geliştirmeler bulunuyor. Artık wim imajlarınıza Component Based Servicing ile Windows updatelerini uygulayabiliyorsunuz. Bu imajların dağıtım için library’de durması buna asla engel teşkil etmiyor. &#160; Task Sequence sihirbazı, prestart komut dosyaları eklenmesi için ayrı stepler barındırıyor. &#160; Aynı Task Sequence [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-operating-system-deployment%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-operating-system-deployment/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-operating-system-deployment%2F&amp;text=SCCM+2012++%E2%80%93++Operating+System+Deployment" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-operating-system-deployment/"></script></span></div><p>Bildiğiniz gibi SCCM ürününün en güçlü yanlarından birisi işletim sistemi dağıtımı. 2012 mimarisinde buda dair önemli geliştirmeler bulunuyor.</p>
<ul>
<li>Artık wim imajlarınıza Component Based Servicing ile Windows updatelerini uygulayabiliyorsunuz. Bu imajların dağıtım için library’de durması buna asla engel teşkil etmiyor.</li>
</ul>
<p>&#160;</p>
<ul>
<li>Task Sequence sihirbazı, prestart komut dosyaları eklenmesi için ayrı stepler barındırıyor.</li>
</ul>
<p>&#160;</p>
<ul>
<li>Aynı Task Sequence medyasını kullanarak, hiyerarşi içerisindeki tüm bilgisayarlara işletim sistemi dağıtımını gerçekleştirebilirsiniz.</li>
</ul>
<p>&#160;</p>
<ul>
<li>USMT 4.0 desteklenmektedir.</li>
</ul>
<p>&#160;</p>
<ul>
<li>PXE Service Point ve içerisindeki tüm konfigurasyon verileri artık Distribution Point üzerinde yer almaktadır.</li>
</ul>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-operating-system-deployment%2F&amp;t=SCCM%202012%20%20-%20%20Operating%20System%20Deployment" id="facebook_share_button_2237" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2237') || document.getElementById('facebook_share_icon_2237') || document.getElementById('facebook_share_both_2237') || document.getElementById('facebook_share_button_2237');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2237') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-operating-system-deployment%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-operating-system-deployment/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-operating-system-deployment%2F&amp;text=SCCM+2012++%E2%80%93++Operating+System+Deployment" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-operating-system-deployment/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/sccm-2012-operating-system-deployment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SCCM 2012  &#8211;  Mobile taraftaki yenilikler</title>
		<link>http://www.anilerduran.com/index.php/2011/sccm-2012-mobile-taraftaki-yenilikler/</link>
		<comments>http://www.anilerduran.com/index.php/2011/sccm-2012-mobile-taraftaki-yenilikler/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 08:34:28 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[sccm 2012]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/sccm-2012-mobile-taraftaki-yenilikler/</guid>
		<description><![CDATA[Mobile cihazların yönetimine SCCM 2012’de daha fazla ağırlık verildiğini rahatlıkla söyleyebiliriz. Bu bağlamda native olarak iki yeni site rolü bulunuyor. Mobile Device Enrollment Proxy Point Mobile Device AMT Enrollment Point Configuration Manager’ın bir cihazı enroll etmesi için Management Point, Distribution Point, AMT ve Mobile Pointler üzerinde IIS ‘in konfigure edilmesi ve ilgili sertifikanın bu rolleri [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-mobile-taraftaki-yenilikler%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-mobile-taraftaki-yenilikler/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-mobile-taraftaki-yenilikler%2F&amp;text=SCCM+2012++%E2%80%93++Mobile+taraftaki+yenilikler" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-mobile-taraftaki-yenilikler/"></script></span></div><p>Mobile cihazların yönetimine SCCM 2012’de daha fazla ağırlık verildiğini rahatlıkla söyleyebiliriz. Bu bağlamda native olarak iki yeni site rolü bulunuyor.</p>
<p><strong>Mobile Device Enrollment Proxy Point</strong></p>
<p><strong>Mobile Device AMT Enrollment Point</strong></p>
<p>Configuration Manager’ın bir cihazı enroll etmesi için Management Point, Distribution Point, AMT ve Mobile Pointler üzerinde IIS ‘in konfigure edilmesi ve ilgili sertifikanın bu rolleri barındıran sunuculara import edilmesi gerekmektedir. Önceki postlarımdan hatırlayacağınız üzere internet üzerinden istemci yönetiminde ve mobile istemcilerin yönetiminde mutlaka https üzerinden iletişim sağlama zorumluluğu SCCM 2012’de bulunmaktadır.</p>
<p>Aynı şekilde bu noktada istemcilerin kendi mobile cihazları, oluşturulan bir web sertifikası ile wipe etmeleri sağlanabilir.</p>
<p>Automatic Discovery için dns içerisinde oluşturulan kayırları ve Management Point ve Distribution Point üzerinde gerçekleştirilenkonfigurasyonlar ile mobile cihazların enrollment processleri oldukça kolaylaştırılmıştır.</p>
<p><strong>Exchange Server Connector</strong></p>
<p><a href="http://www.anilerduran.com/resimler/SCCM-2012-----Mobile-taraftaki-yenilikle_A16A/exchange-server-connector.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="exchange server connector" border="0" alt="exchange server connector" src="http://www.anilerduran.com/resimler/SCCM-2012-----Mobile-taraftaki-yenilikle_A16A/exchange-server-connector_thumb.png" width="193" height="324" /></a></p>
<p>2012 içerisinde yer alan Exchange Server Connector ile birlikte Exchange Server ‘a bağlanmış mobile cihazları otomatik olarak discover edip manage edebilme şansına sahipsiniz. bu noktada arka planda tamamiyle Active Sync protokolü kullanılmaktadır. Özellikle Configuration Manager istemcisinin yüklenemediği mobile cihazlar için oldukça faydalı bir özellik. Tabii bu noktada istemciler hem Exchange mimarisi üzerinde hem de Configuration Manager mimarisi üzerinden cihazlarını wipe edebilme şansına sahip olacaklardır.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-mobile-taraftaki-yenilikler%2F&amp;t=SCCM%202012%20%20-%20%20Mobile%20taraftaki%20yenilikler" id="facebook_share_button_2236" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2236') || document.getElementById('facebook_share_icon_2236') || document.getElementById('facebook_share_both_2236') || document.getElementById('facebook_share_button_2236');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2236') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-mobile-taraftaki-yenilikler%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-mobile-taraftaki-yenilikler/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-mobile-taraftaki-yenilikler%2F&amp;text=SCCM+2012++%E2%80%93++Mobile+taraftaki+yenilikler" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-mobile-taraftaki-yenilikler/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/sccm-2012-mobile-taraftaki-yenilikler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM 2012  &#8211;  Client Operations</title>
		<link>http://www.anilerduran.com/index.php/2011/sccm-2012-client-operations/</link>
		<comments>http://www.anilerduran.com/index.php/2011/sccm-2012-client-operations/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 08:25:37 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[sccm 2012]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/sccm-2012-client-operations/</guid>
		<description><![CDATA[SCCM 2012 tarafında istemci deployment ve operasyonlarında var olan değişikliklerden bahsedecek olursa; Client Operations Artık istemciler mixed mode yada native mode bir site sunucuya bağlanmak yerine PKI sertifikaları ile istenilen site server rolüne HTTPS bağlantısı gerçekleştirebiliyor. SCCM 2007’de olduğu gibi kurulum sırasında site sistem modunu seçme zorunluluğunuz bulunmuyor. Client özelliklerinde konfigur edebileceğiniz bu yöntem sayesinde [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-client-operations%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-client-operations/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-client-operations%2F&amp;text=SCCM+2012++%E2%80%93++Client+Operations" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-client-operations/"></script></span></div><p>SCCM 2012 tarafında istemci deployment ve operasyonlarında var olan değişikliklerden bahsedecek olursa;</p>
<p><strong>Client Operations</strong></p>
<p>Artık istemciler mixed mode yada native mode bir site sunucuya bağlanmak yerine PKI sertifikaları ile istenilen site server rolüne HTTPS bağlantısı gerçekleştirebiliyor. SCCM 2007’de olduğu gibi kurulum sırasında site sistem modunu seçme zorunluluğunuz bulunmuyor. Client özelliklerinde konfigur edebileceğiniz bu yöntem sayesinde istemciler en uygun iletişim metodunu kendileri otomatik olarak seçmektedirler.</p>
<p>Tabii ki artol mixed mode ya da Native Mode olmadığı için client kurulumlarında kullanılan /native parametreside aynı şekilde kullanılabilir değildir. Bunun yerine /UsePKICert parametresi kullanılarak eğer istemci gereksinimleri sağlıyorsa sertifika tabanlı https üzerinden site sistem rolleri ile haberleşmesi sağlanabiliyor. Eğer bu parametre kullanılmaz ise istemci varsayılan olarak http üzerinden haberleşme sağlayacaktır. </p>
<p>Tabii ki bir PKI altyapısından söz ediyorsak CRL publishing durumlarınıda kontrol etmeniz gerekmektedir. Eğer istemci, sertifika otoritesi için crl check gerçekleştiremez ise https üzerinden bağlantı sağlayamayacaktır. Bu takdirde isterseniz /NoCRLCheck parametresini kullanarak bu kontrol aşamasını atlayabilirsiniz.</p>
<p><strong>Client Assigment</strong></p>
<p>SCCM 2007’de eğer istemci bir boundary içerisine dahil değilse, otomatik site assigment işlemi bu istemci için başarısızlıkla sonuçlanıyordu. SCCM 2012’de eğer bir fallback site konfigure ederseniz, istemci boundary içerisinde yer almasa dahi otomatik olarak assign edilecektir.</p>
<p><strong>Collections</strong></p>
<p>Collection tarafında iki yeni node’unuz bulunuyor. User ve Device isimli bu collectionlar sebebi ile artık hem kullanıcı kaynaklarını hem de cihaz kaynaklarını aynı collection içerisinde barındırma şansınız bulunmuyor.</p>
<p>Collection tarafında rastladığım diğer bir yenilik ise artık sub collectionların oluşturulamaması. Bunun sebebi ise collection hiyerarşisi içerisindeki folder mimarisi. Artık Collectionları barındırmak için hiyerarşi tepesinde klasör oluşturma şansınız bulunuyor.Bu collectionlar içerisinde de 2012’de tanıtılan include ve exclude kurallarını kullanarak content bazlı filtreleme yapabilme imkanına sahipsiniz.</p>
<p><strong>Power Management</strong></p>
<p>SCCM 2007 R3 ile birlikte gelen&#160; ve SCCM 2012’yle birlikte daha da geliştirilen Power Management özelliği sayesinde organizasyon dahilinde güç planları oluşturularak önemli ölçüde elektrik tasarrufu sağlayabiliyorsunuz. Bununla ilgili gerçekleştirdiğim webcast ve yazdığım makalelerde de bahsettiğim gibi, bir süre var olan raporlar ile analizler gerçekleştirilip ardından güç planlarınızı SCCM istemcilerinize publish edebiliyorsunuz.</p>
<p>SCCM 2012’de Power Management tarafında bazı artılar var.</p>
<p>İzin verildiği takdirde artık istemcileriniz, Power Management özelliğini kullanmamaları için kendi cihazlarını exclude edebilme şansına sahipler.</p>
<p>Aynı şekilde siz de ortamda bulunan sanal makineleriniz native olarak exclude edebiliyorsunuz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-client-operations%2F&amp;t=SCCM%202012%20%20-%20%20Client%20Operations" id="facebook_share_button_2235" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2235') || document.getElementById('facebook_share_icon_2235') || document.getElementById('facebook_share_both_2235') || document.getElementById('facebook_share_button_2235');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2235') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-client-operations%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-client-operations/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-client-operations%2F&amp;text=SCCM+2012++%E2%80%93++Client+Operations" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-client-operations/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/sccm-2012-client-operations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SCCM 2012 &#8211; HİYERARŞİ &#8211;  B&#246;l&#252;m 2</title>
		<link>http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi-blm-2/</link>
		<comments>http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi-blm-2/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 08:12:45 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[sccm 2012]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi-blm-2/</guid>
		<description><![CDATA[SCCM 2012 ile birlikte hiyerarşi tarafındaki yenilikleri incelemeye devam edelim. SCCM 2012 organizasyonunda daha öncede bahsettiğimiz gibi, secondary site kurulumlarını kurulum sihirbazı yerine SCCM konsolu içerisinden gerçekleştirebiliyorsunuz. Bunun dışında SCCM 2007 ‘den aşina olduğumuz Default Management Point kavramıda kaldırılmış bulunuyor. Artık organizasyon içerisinde, aynı sitelarda dahi, birden fazla Management Point kurulumunu gerçekleştirdiğiniz takdirde, istemciler network [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-hiyerarsi-blm-2%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi-blm-2/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-hiyerarsi-blm-2%2F&amp;text=SCCM+2012+%E2%80%93+H%C4%B0YERAR%C5%9E%C4%B0+%E2%80%93++B%C3%B6l%C3%BCm+2" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi-blm-2/"></script></span></div><p>SCCM 2012 ile birlikte hiyerarşi tarafındaki yenilikleri incelemeye devam edelim.</p>
<p>SCCM 2012 organizasyonunda daha öncede bahsettiğimiz gibi, secondary site kurulumlarını kurulum sihirbazı yerine SCCM konsolu içerisinden gerçekleştirebiliyorsunuz. Bunun dışında SCCM 2007 ‘den aşina olduğumuz Default Management Point kavramıda kaldırılmış bulunuyor.</p>
<p>Artık organizasyon içerisinde, aynı sitelarda dahi, birden fazla Management Point kurulumunu gerçekleştirdiğiniz takdirde, istemciler network lokasyonlarına göre yada HTTP / HTTPS kullanımlarına göre en uygun Management Point seçimini gerçekleştirebilirler. Böylece tek bir site içerisinde yüksek sayıda istemci yönetimi kolaylıkla sağlanabilir. Eğer istemciler üzerinde önceden tanımlanmış bir sertifika yok ise otomatik olarak bu gereksinimi duymayana Management Pointlere bağlantı gerçekleştirirler.</p>
<p>Kaynakların discover edilmesiyle birlikte oluşan DDR kayıtları organizasyon içerisindeki tüm sitelara veritabanı replikasyonu ile gönderilmektedir.</p>
<p>Benzer yenilikler backup ve recovery teknolojilerinde de bulunuyor. Artık recovery işlemleri sırasında birçok opsiyon seçebilme şansına sahipsiniz. Örneğin recover işlemi sırasında yalnızca site server’ı , yalnızca SQL Server’ı yada her ikisini birden recover edebilme imkanınız bulunuyor. Böylece SQL Server’ı destekleyen yeni bir sunucuya var olan SQL veritabanını recover edebiliyorsunuz.</p>
<p>Recovery işlemlerinde de kurulumda olduğu gibi unattended bir installation script oluşturulabilir bilir ve setuo&#160; komutunda /script parametresi kullanılarak katılımsız recovery işlemleri gerçekleştirilebilir.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-hiyerarsi-blm-2%2F&amp;t=SCCM%202012%20%26ndash%3B%20H%C4%B0YERAR%C5%9E%C4%B0%20-%20%20B%26ouml%3Bl%26uuml%3Bm%202" id="facebook_share_button_2234" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2234') || document.getElementById('facebook_share_icon_2234') || document.getElementById('facebook_share_both_2234') || document.getElementById('facebook_share_button_2234');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2234') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-hiyerarsi-blm-2%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi-blm-2/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-hiyerarsi-blm-2%2F&amp;text=SCCM+2012+%E2%80%93+H%C4%B0YERAR%C5%9E%C4%B0+%E2%80%93++B%C3%B6l%C3%BCm+2" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi-blm-2/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi-blm-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM  2012 &#8211; HİYERARŞİ</title>
		<link>http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi/</link>
		<comments>http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 07:51:57 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[sccm 2012]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi/</guid>
		<description><![CDATA[SCCM 2012 ile birlikte SCCM 2007’deki site hiyerarşisi oldukça değişti. Önceki postlarımda bahsettiğim gibi aşina olduğumuz Primary Site ve Secondary Site dışında Central Administration Site ismini verdiğimiz bir site tipimiz daha mevcut. Site tipleri postunda bununla ilgili ayrıntılı bilgileri edinebilirsiniz.Bu post içerisinde değişen hiyerarşiden birazcık bahsetmek istiyorum. CAS kurulumları özellikle büyük ölçekli yapılar için Microsoft’un [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-hiyerarsi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-hiyerarsi%2F&amp;text=SCCM++2012+%E2%80%93+H%C4%B0YERAR%C5%9E%C4%B0" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi/"></script></span></div><p>SCCM 2012 ile birlikte SCCM 2007’deki site hiyerarşisi oldukça değişti. Önceki postlarımda bahsettiğim gibi aşina olduğumuz Primary Site ve Secondary Site dışında Central Administration Site ismini verdiğimiz bir site tipimiz daha mevcut. Site tipleri postunda bununla ilgili ayrıntılı bilgileri edinebilirsiniz.Bu post içerisinde değişen hiyerarşiden birazcık bahsetmek istiyorum.</p>
<p>CAS kurulumları özellikle büyük ölçekli yapılar için Microsoft’un düşündüğü bir site tipi.Eğer kurulum sırasında bir CAS kurulacağını belirtirseniz, ileride bu site aracılığı ile birden fazla primary site açabilme şansına sahip oluyorsunuz.</p>
<p>Eğer kurulum sırasında CAS kurmaz iseniz, o zaman ortama kattığınız ilk siteınız primary site oluyor ve bunun dışında bir primary site kurabilme imkanınız bulunmuyor.</p>
<p>Bu noktada CAS’ın temel görevi hiyerarşinin en tepesinde yer alarak tüm yönetim ve raporlama faaliyetlerinden sorumlu olmaktır. Dikkat edilmesi gereken önemli bir nokta , CAS’ın asla istemci assigmentlarını kabul etmemesi hatta istemciler ile direct bir iletişime geçmemesidir.</p>
<p>Tabii ki kısıtlı görevleri olduğu için üzerinde de yalnızca belirli rolleri barındırmaktadır.</p>
<p>Hiyerarşi tarafında sitelar arasındaki iletişimde iki yenilik bulunuyor.</p>
<p>&#160;</p>
<ol>
<li>Site-To-Site iletişimlerde file-based&#160; replikasyona ek olarak aynı zamanda database replikasyonu da kullanılmaktadır. Secondary sitelar için de gereksinim olarak sunulan SQL ihtiyacı sebebi ile artık her site altında tüm hiyerarşi ile ilgili verileriniz database replication ile güvenli bir şekilde bulunmaktadır.</li>
<li>Artık Configuration Manager 2012, site bilgisini trusted diğer forestlar içerisine de publish edebiliyor. Özellikle SCCM 2007’de diğer forestlardaki istemcilerin yönetilmesinde yaşanan sıkıntılar 2012 sürümünde publishing teknolojisi sayesinde problemsiz gerçekleşebiliyor.</li>
</ol>
<p>&#160;</p>
<p>Son olarak site sistem rollerinden bahsetmemiz gerekiyor. SCCM 2012 ile birlikte artık kullanılmayacak rollerimiz mevcut. Bunlardan ilki Reporting Point. Reporting point tüm fonksiyonalitesini Reporting Services Point ‘e aktararak SQL Reporting Services ile daha entegre bir raporlama mekanizmasını bize sunuyor. Emekliye ayrılan bir diğer rol ise PXE Service Point.</p>
<p>Özellikle işletim sistemi dağıtım senoryalarının olmazsa olmazı PXE Service Point rolü, network üzerinde PXE destekli istemcilerin network üzerinden boot edilerek ilgili imajlara bağlanmasını sağlıyordu.SCCM 2012 ile birlikte bu rolün tüm görevleri artık distribution point üzerinde bulunuyor.</p>
<p>Emekliye ayrılan rollerin dışında yeni eklenen roller de mevcut.</p>
<p>Application Catalog Website Point: IIS gerektiren bu roller istemcilerin aplikasyonları edindiği yeni özellik olan Software Center’ı desteklemektedir.</p>
<p>Mobile Device Proxy Enrollment Point : Aynı şekilde IIS gereksinimi duyan bu rol ise mobil cihazlardan gelen enrollment isteklerinin cevaplanması ve bu processlerin tamamlanmasını sağlamaktadır.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-hiyerarsi%2F&amp;t=SCCM%20%202012%20-%20H%C4%B0YERAR%C5%9E%C4%B0" id="facebook_share_button_2233" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2233') || document.getElementById('facebook_share_icon_2233') || document.getElementById('facebook_share_both_2233') || document.getElementById('facebook_share_button_2233');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2233') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-hiyerarsi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-hiyerarsi%2F&amp;text=SCCM++2012+%E2%80%93+H%C4%B0YERAR%C5%9E%C4%B0" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/sccm-2012-hiyerarsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM 2012  &#8211;  Console</title>
		<link>http://www.anilerduran.com/index.php/2011/sccm-2012-console/</link>
		<comments>http://www.anilerduran.com/index.php/2011/sccm-2012-console/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 07:27:53 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[sccm 2012]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/sccm-2012-console/</guid>
		<description><![CDATA[SCCM 2012 tarafındaki yenilikleri adım adım incelemeye devam edelim. Configuration Manager 2012 konsolu içerisinde de önemli değişiklikler bulunuyor. Artık Administration, Software Library Monitoring gibi workspacelerin içerisinde mantıksal gruplandırmalar gerçekleştirebilirsiniz. &#160; Role-Based Administration sayesinde ilgili kullanıcı konsol içerisinde yalnızca kendisine atanan izinler dahilindeki objeleri görebilmektedir. &#160; Geliştirilmiş arama fonksiyonları ile konsol içerisinde istediğiniz objelerin aranması çok [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-console%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-console/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-console%2F&amp;text=SCCM+2012++%E2%80%93++Console" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-console/"></script></span></div><p>SCCM 2012 tarafındaki yenilikleri adım adım incelemeye devam edelim.</p>
<p><a href="http://www.anilerduran.com/resimler/SCCM-2012-----Console_90EF/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.anilerduran.com/resimler/SCCM-2012-----Console_90EF/image_thumb.png" width="325" height="231" /></a></p>
<p>Configuration Manager 2012 konsolu içerisinde de önemli değişiklikler bulunuyor.</p>
<ul>
<li>Artık Administration, Software Library Monitoring gibi workspacelerin içerisinde mantıksal gruplandırmalar gerçekleştirebilirsiniz.</li>
</ul>
<p>&#160;</p>
<ul>
<li>Role-Based Administration sayesinde ilgili kullanıcı konsol içerisinde yalnızca kendisine atanan izinler dahilindeki objeleri görebilmektedir.</li>
</ul>
<p>&#160;</p>
<ul>
<li>Geliştirilmiş arama fonksiyonları ile konsol içerisinde istediğiniz objelerin aranması çok daha kolay ve hızlı bir şekilde gerçekleşmektedir.</li>
</ul>
<p>&#160;</p>
<ul>
<li>Aynı zamanda otomatik oluşturulan geçici nodelar ile aksiyonları çok daha hızlı alabilirsiniz ve konsolu kapadığınızda ilgili nodelar ve altındaki bilgiler de otomatik olarak tekrardan görüntülenmemek üzere silinecektir.</li>
</ul>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-console%2F&amp;t=SCCM%202012%20%20-%20%20Console" id="facebook_share_button_2232" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2232') || document.getElementById('facebook_share_icon_2232') || document.getElementById('facebook_share_both_2232') || document.getElementById('facebook_share_button_2232');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2232') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-console%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-console/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-console%2F&amp;text=SCCM+2012++%E2%80%93++Console" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-console/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/sccm-2012-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM 2012  &#8211;  Setup</title>
		<link>http://www.anilerduran.com/index.php/2011/sccm-2012-setup/</link>
		<comments>http://www.anilerduran.com/index.php/2011/sccm-2012-setup/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 07:15:38 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[sccm 2012]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/sccm-2012-setup/</guid>
		<description><![CDATA[SCCM 2012 ile birlikte gelen yenilikleri incelemeye devam ediyoruz. SCCM ile birlikte daha setup aşamasındayken önemli yenilikleri farkedebiliyoruz.Setup ekranında karşımıza çıkan yeni özellikler ile SCCM 2012 hiyerarşisini düzenleme şansına sahip oluyoruz. Bunlardan ilki Central Administration Site. İleride hiyerarşi tarafındaki yeniliklerden bahsederken değineceğimiz bu site tipi artık primary secondary dışında ayrı bir opsioyon olarak karşınızda. Çok [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-setup%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-setup/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-setup%2F&amp;text=SCCM+2012++%E2%80%93++Setup" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-setup/"></script></span></div><p>SCCM 2012 ile birlikte gelen yenilikleri incelemeye devam ediyoruz.</p>
<p>SCCM ile birlikte daha setup aşamasındayken önemli yenilikleri farkedebiliyoruz.Setup ekranında karşımıza çıkan yeni özellikler ile SCCM 2012 hiyerarşisini düzenleme şansına sahip oluyoruz. Bunlardan ilki Central Administration Site. İleride hiyerarşi tarafındaki yeniliklerden bahsederken değineceğimiz bu site tipi artık primary secondary dışında ayrı bir opsioyon olarak karşınızda. Çok temel olarak üst seviyede yer alarak primary sitelar arasındaki replikasyonu sağlıyor.</p>
<p><a href="http://www.anilerduran.com/pics/SCCM-2012-----Setup_8E29/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.anilerduran.com/pics/SCCM-2012-----Setup_8E29/image_thumb.png" width="288" height="216" /></a></p>
<p>Aynı zamanda setup sırasında lokalde veya remote bir sunucuda kullanılmak üzere management point ve distribution point rolleri kurulabiliyor.</p>
<p>Bana göre en önemli yenilik secondary site kurulumu sırasında.SCCM 2007’de uzak ofislerdeki istemcilerin yönetimini sağlamak için gereksinim duyulabilen secondary siteların kurulumu için , ilgili sunucu üzerinde SCCM setuo uygulamasının çalıştırılması gerekliydi.SCCM 2012 ile birlikte secondary site kurulumları SCCM konsolu içerisinde var olan bir link ile çok daha hızlı ve kolay bir şekilde sağlanabiliyor.</p>
<p>Ayrıca konsol kurulumu için ve kurulum öncesini ihtiyac duyulan dosyaların indirilmesi için iki farklı standalone aplikasyonumuz bulunuyor. Bunun için SCCM setup’ını ilgili makinede çalıştırma ihtiyacı ortadan kalkmış bulunuyor.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-setup%2F&amp;t=SCCM%202012%20%20-%20%20Setup" id="facebook_share_button_2231" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2231') || document.getElementById('facebook_share_icon_2231') || document.getElementById('facebook_share_both_2231') || document.getElementById('facebook_share_button_2231');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2231') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-setup%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/sccm-2012-setup/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fsccm-2012-setup%2F&amp;text=SCCM+2012++%E2%80%93++Setup" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/sccm-2012-setup/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/sccm-2012-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuration Manager 2012- Site Tipleri</title>
		<link>http://www.anilerduran.com/index.php/2011/configuration-manager-2012-setup/</link>
		<comments>http://www.anilerduran.com/index.php/2011/configuration-manager-2012-setup/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 08:19:56 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[SCCM 2012]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[sccm 2012]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/configuration-manager-2012-setup/</guid>
		<description><![CDATA[Configuration Manager 2012 ile birlikte site hiyerarşisinde de önemli değişiklikler bulunuyor. Bunların en önemlisi Central Administration Site’ın sunulması ve primary / secondary sitelar üzerinde gerçekleştirilen yenilikler. Bir diğer yenilik site site-to-site iletişimde artık database replication’ın kullanılması ve site bilgilerinin trusted forestlara publish edilebilmesidir. Site tiplerinin özelliklerini incelersek; Central Administration Site Hiyerarşi içerisinde intersite data replikasyonunu [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fconfiguration-manager-2012-setup%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/configuration-manager-2012-setup/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fconfiguration-manager-2012-setup%2F&amp;text=Configuration+Manager+2012-+Site+Tipleri" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/configuration-manager-2012-setup/"></script></span></div><p>Configuration Manager 2012 ile birlikte site hiyerarşisinde de önemli değişiklikler bulunuyor. Bunların en önemlisi Central Administration Site’ın sunulması ve primary / secondary sitelar üzerinde gerçekleştirilen yenilikler.</p>
<p>Bir diğer yenilik site site-to-site iletişimde artık database replication’ın kullanılması ve site bilgilerinin trusted forestlara publish edilebilmesidir.</p>
<p>Site tiplerinin özelliklerini incelersek;</p>
<p><strong>Central Administration Site</strong></p>
<p>Hiyerarşi içerisinde intersite data replikasyonunu yöneten site’dır. Bunun için arka planda çalışan database replikasyon teknolojisini kullanır. Tüm raporlama ve yönetim aksiyonları için kullanılabilir. Site hiyerarşisinin en tepesinde yer alır. </p>
<p>Configuration Manager 2007’de olduğu gibi;</p>
<p>- İstemci datalarını process etmez</p>
<p>- Client Assigmentlarını kabul etmez</p>
<p>- Tüm site sistem rollerini desteklemez</p>
<p>- Database replication kullanır.</p>
<p><strong>Primary Site</strong></p>
<p>Yüksek hızlı bağlı istemcilerin yönetilmesi için kullanılır. Client agent ayarlarında boundary olarak kullanılamaz. Aynı şekilde veriabanı replikasyonunu kullanır.</p>
<p><strong>Secondary Site</strong></p>
<p>Limitli bant genişliğine sahip uzak ofislerdeki istemcilerin yönetilmesi için kullanılır. SCCM 2007’den farkı artık bir SQL Server yada Express ihtiyacının olmasıdır. Aynı şekilde eskiden opsiyonel olarak Proxy Management Point ve Distribution Point , seocndary site kurulumları sırasında otomatik olarak yüklenmektedir. Aynı şekilde veriabanı replikasyonunu kullanır.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fconfiguration-manager-2012-setup%2F&amp;t=Configuration%20Manager%202012-%20Site%20Tipleri" id="facebook_share_button_2228" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2228') || document.getElementById('facebook_share_icon_2228') || document.getElementById('facebook_share_both_2228') || document.getElementById('facebook_share_button_2228');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2228') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fconfiguration-manager-2012-setup%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/configuration-manager-2012-setup/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fconfiguration-manager-2012-setup%2F&amp;text=Configuration+Manager+2012-+Site+Tipleri" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/configuration-manager-2012-setup/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/configuration-manager-2012-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM 2012&#8211;İki &#214;nemli Yenilik</title>
		<link>http://www.anilerduran.com/index.php/2011/scom-2012iki-nemli-yenilik/</link>
		<comments>http://www.anilerduran.com/index.php/2011/scom-2012iki-nemli-yenilik/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 12:05:24 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[management server]]></category>
		<category><![CDATA[network monitor]]></category>
		<category><![CDATA[network monitoring]]></category>
		<category><![CDATA[root management server]]></category>
		<category><![CDATA[scom 2012]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/scom-2012iki-nemli-yenilik/</guid>
		<description><![CDATA[Yıl sonunda SCOM 2012’ye kavuşacağız. Bu noktada var olan SCOM 2007 R2 mimarisinden farklı olarak iki önemli yenilik bulunuyor. RMS TARİHE KARIŞIYOR SCOM 2007 R2 organizasyonunda SDK servisinin çalışabildiği özelleştirilmiş tek bir Management Sunucunuzun olması gerekiyordu. Bu sunucumuza Root Management Server ismini veriyorduk. SDK servisini ve core bileşenleri üzerinde barındırması sebebiyle SCOM’un kalbi olan RMS [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-2012iki-nemli-yenilik%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/scom-2012iki-nemli-yenilik/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-2012iki-nemli-yenilik%2F&amp;text=SCOM+2012%E2%80%93%C4%B0ki+%C3%96nemli+Yenilik" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/scom-2012iki-nemli-yenilik/"></script></span></div><p>Yıl sonunda SCOM 2012’ye kavuşacağız. Bu noktada var olan SCOM 2007 R2 mimarisinden farklı olarak iki önemli yenilik bulunuyor.</p>
<p><strong>RMS TARİHE KARIŞIYOR</strong></p>
<p>SCOM 2007 R2 organizasyonunda SDK servisinin çalışabildiği özelleştirilmiş tek bir Management Sunucunuzun olması gerekiyordu. Bu sunucumuza Root Management Server ismini veriyorduk. SDK servisini ve core bileşenleri üzerinde barındırması sebebiyle SCOM’un kalbi olan RMS sunucusunda yaşanan herhangi bir sıkıntı halinde, web konsolu dahil hiçbir konsolun açılmaması, Notification Subscriptionlarının çalışmaması, admin tasklarının gerçekleştirilmemesi gibi oldukça kritik sorunlar ortaya çıkıyordu.</p>
<p>SCOM 2012’de RMS mimarisi kaldırılıyor. Artık var olan tüm Management Serverlar aynı Management Pool içerisinde yer alarak herhangi bir cluster çözümüne ihtiyaç duymadan yüksek erişebilir seviyede hizmet verebilecekler.</p>
<p>Manuel herhangi bir aksiyon almadan pool içerisine dilendiği gibi Management Server ekleme yada kaldırma yapılabilir çünkü MS’ler kendi arasında otomatik failover desteklemektedirler.</p>
<p>Aynı mantık yük dağılımı noktasında da tamamen otomatize şekilde devam etmektedir.</p>
<p><strong>NETWORK MONITORING ÖZELLİĞİ</strong></p>
<p>SCOM 2007 tarafında eksikliği en çok hissedilen özellik Network Monitoring tarafında zayıf kalınmasıydı. Third Party Management Packler ile SNMP trapler sayesinde bir nebze olsun check edilebilen network cihazları, SCOM 2012 ile Native şekilde izlenebiliyor. Artık varola networkünüzün bir haritasını çıkarabilir, IPv6 monitoring gerçekleştirebilir, Snmp V3 cihazları discover edebilirsiniz. Aynı şekilde VLAN yada HSRP sağlık bilgileri gibi çok hoş yeni özellikler de mevcut.</p>
<p><a href="http://www.anilerduran.com/resimler/e697f936eb15_D169/scom-2012.jpg"></a></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-2012iki-nemli-yenilik%2F&amp;t=SCOM%202012%26ndash%3B%C4%B0ki%20%26Ouml%3Bnemli%20Yenilik" id="facebook_share_button_2223" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2223') || document.getElementById('facebook_share_icon_2223') || document.getElementById('facebook_share_both_2223') || document.getElementById('facebook_share_button_2223');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2223') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-2012iki-nemli-yenilik%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/scom-2012iki-nemli-yenilik/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-2012iki-nemli-yenilik%2F&amp;text=SCOM+2012%E2%80%93%C4%B0ki+%C3%96nemli+Yenilik" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/scom-2012iki-nemli-yenilik/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/scom-2012iki-nemli-yenilik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM&#8211;OCS IM Notification Entegrasyonu</title>
		<link>http://www.anilerduran.com/index.php/2011/scomocs-im-notification-entegrasyonu/</link>
		<comments>http://www.anilerduran.com/index.php/2011/scomocs-im-notification-entegrasyonu/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 12:16:17 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[Lync]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[notification]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/scomocs-im-notification-entegrasyonu/</guid>
		<description><![CDATA[SCOM ile oluşturulan alert mesajlarını Sms, E-mail yada IM olarak gönderebilme imkanınız bulunuyor. Özellikle IM tarafında OCS – Lync üzerinden notification gönderme noktasında, eğer konfigurasyon düzgün gerçekleştirilmez ise sorunlar yaşanabiliyor. Adım adım yapılması gerekenleri özet halinde inceleyecek olursak; Active Directory üzerinde bir account oluşturulur ve bu account için sip adresi ve OCS pool name bilgileri [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscomocs-im-notification-entegrasyonu%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/scomocs-im-notification-entegrasyonu/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscomocs-im-notification-entegrasyonu%2F&amp;text=SCOM%E2%80%93OCS+IM+Notification+Entegrasyonu" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/scomocs-im-notification-entegrasyonu/"></script></span></div><p>SCOM ile oluşturulan alert mesajlarını Sms, E-mail yada IM olarak gönderebilme imkanınız bulunuyor. Özellikle IM tarafında OCS – Lync üzerinden notification gönderme noktasında, eğer konfigurasyon düzgün gerçekleştirilmez ise sorunlar yaşanabiliyor.</p>
<p>Adım adım yapılması gerekenleri özet halinde inceleyecek olursak;</p>
<ul>
<li>Active Directory üzerinde bir account oluşturulur ve bu account için sip adresi ve OCS pool name bilgileri girilir.</li>
<li>Oluşturulan bu hesap için bir adet Run As Account oluşturularak RMS’e target edilir.</li>
<li>Bir önceki adımda oluşturulan Run As Account, var olan Notification Account Run As Profile içerisine eklenir. Target olarak Class Alert Notification Subscription seçilir.</li>
<li>Bir adet IM channel oluşturulur ve Return Address olarak Notification Account için var olan SIP adresi girilir.</li>
<li>OCS üzerinde Front End özelliklerinde SCOM RMS sunucusu Authorized Host içerisine eklenir.</li>
<li>İletişim için TCP yada TCP over TLS kullanabilir. Eğer TCP kullanılacak ise OCS üzerinde varsayılanda kapalı geldiği için aktif edilmelidir.Telnet ile 5060 ve 5061 portları kontrol edilebilir.</li>
<li>Bu aşamadan sonra bir adet notification oluşturulur ve hiçbir kriter seçilmez.Bu sayede her alert hareketinde IM göndermeye başlayacaktır.</li>
</ul>
<p>Yukarıdaki adımlara rağmen halen sıkıntı yaşayanlar yaşadıkları sıkıntıları yorum ile gönderebilirler.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscomocs-im-notification-entegrasyonu%2F&amp;t=SCOM%26ndash%3BOCS%20IM%20Notification%20Entegrasyonu" id="facebook_share_button_2215" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2215') || document.getElementById('facebook_share_icon_2215') || document.getElementById('facebook_share_both_2215') || document.getElementById('facebook_share_button_2215');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2215') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscomocs-im-notification-entegrasyonu%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/scomocs-im-notification-entegrasyonu/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscomocs-im-notification-entegrasyonu%2F&amp;text=SCOM%E2%80%93OCS+IM+Notification+Entegrasyonu" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/scomocs-im-notification-entegrasyonu/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/scomocs-im-notification-entegrasyonu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACS Noise Filter</title>
		<link>http://www.anilerduran.com/index.php/2011/acs-noise-filter/</link>
		<comments>http://www.anilerduran.com/index.php/2011/acs-noise-filter/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 11:25:43 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[audit collection]]></category>
		<category><![CDATA[scom]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/acs-noise-filter/</guid>
		<description><![CDATA[SCOM 2007 R2 üzerinde Audit Collection Service aktif edildiğinde scom istemcilerinden security loglarını toplamaya başlayabilirsiniz. Ancak bir süre sonra oldukça fazla log oluştuğunu ve bunların arasında bir filtreleme yapamadığınızı fark edebilirsiniz. Aslında bu noktada Audit Collector’un arka planından biraz bahsetmemiz gerekli. Audit Collector istemcilerden gelen tüm veriyi kuyruğa alıp, filtreleyip ardından ACS veritabanına yazan bileşendir. [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Facs-noise-filter%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/acs-noise-filter/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Facs-noise-filter%2F&amp;text=ACS+Noise+Filter" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/acs-noise-filter/"></script></span></div><p>SCOM 2007 R2 üzerinde Audit Collection Service aktif edildiğinde scom istemcilerinden security loglarını toplamaya başlayabilirsiniz. Ancak bir süre sonra oldukça fazla log oluştuğunu ve bunların arasında bir filtreleme yapamadığınızı fark edebilirsiniz.</p>
<p>Aslında bu noktada Audit Collector’un arka planından biraz bahsetmemiz gerekli. Audit Collector istemcilerden gelen tüm veriyi kuyruğa alıp, filtreleyip ardından ACS veritabanına yazan bileşendir. Arka planda AdtServer isimli bir servis çalıştırır ve %systemroot%\system32\security\Adtserver dizininde exe’si bulunmaktadır.&#160; Bu dizindeki en önemli dosyalardan biri AcsConfig.XML’dir. Bu dosyanın içerisinde audit forwarderların son iletişim tarihleri ve gönderilen event sayıları gibi bilgiler bulunmaktadır. </p>
<p>Yukarıdaki soruna tekrardan gelecek olursak, toplanan Security loglar üzerinde filtreleme gerçekleştirmek yapılması gereken önemli bir adımdır. Çünkü varsayılanda ACS varolan tüm security loglarını hiçbir filtreleme gerçekleştirmeden toplamaktadır. Bu da machine account logon eventları ile birlikte içinden çıkılamaz sayıdaki loglara ulaşmanıza neden olabilir.</p>
<p>Filtreleme uygulamak için adtadmin.exe aracını kullanabilirsiniz. Aşağıdaki örnek filtre, sizin hazırlayacağınız filtreler için güzel bir başlangıç olacaktır.</p>
<blockquote><p>adtadmin /setquery /collector:&quot;collectorname&quot; /query:&quot;SELECT * FROM AdtsEvent WHERE NOT (((EventId=528 AND String01=&#8217;5&#8242;) OR (EventId=576 AND (String01=&#8217;SeChangeNotifyPrivilege&#8217; OR HeaderDomain=&#8217;NT Authority&#8217;)) OR (EventId=538 OR EventId=566 OR EventId=672 OR EventId=680)))&quot;</p>
</blockquote>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Facs-noise-filter%2F&amp;t=ACS%20Noise%20Filter" id="facebook_share_button_2214" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2214') || document.getElementById('facebook_share_icon_2214') || document.getElementById('facebook_share_both_2214') || document.getElementById('facebook_share_button_2214');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2214') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Facs-noise-filter%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/acs-noise-filter/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Facs-noise-filter%2F&amp;text=ACS+Noise+Filter" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/acs-noise-filter/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/acs-noise-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM Gateway sunucusuna custom tag eklenmesi</title>
		<link>http://www.anilerduran.com/index.php/2011/scom-gateway-sunucusuna-custom-tag-eklenmesi/</link>
		<comments>http://www.anilerduran.com/index.php/2011/scom-gateway-sunucusuna-custom-tag-eklenmesi/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 14:32:44 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[gateway server]]></category>
		<category><![CDATA[scom]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/scom-gateway-sunucusuna-custom-tag-eklenmesi/</guid>
		<description><![CDATA[SCOM Gateway sunucusu için kurulumda az bilinen ancak çok faydalı bir parametre bulunuyor.Bu parametre sayesinde Gateway sunucusun yönettiği istemcilerden gelen raporlar management sunucusunda ayrı bir kategorizasyona sokulabilir. Bildiğiniz gibi; Microsoft.EnterpriseManagement.gatewayApprovalTool.exe komut satırı aracının parametrelerini kullanarak Gateway sunucusunu Management Server üzerinde approve edebiliyorsunuz.Bu komut satırında /sitename=DMZBolge şeklinde parametre girdiğiniz takdirde, artık yeni oluşturduğunuz alert viewlerde “from [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-gateway-sunucusuna-custom-tag-eklenmesi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/scom-gateway-sunucusuna-custom-tag-eklenmesi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-gateway-sunucusuna-custom-tag-eklenmesi%2F&amp;text=SCOM+Gateway+sunucusuna+custom+tag+eklenmesi" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/scom-gateway-sunucusuna-custom-tag-eklenmesi/"></script></span></div><p>SCOM Gateway sunucusu için kurulumda az bilinen ancak çok faydalı bir parametre bulunuyor.Bu parametre sayesinde Gateway sunucusun yönettiği istemcilerden gelen raporlar management sunucusunda ayrı bir kategorizasyona sokulabilir.</p>
<p>Bildiğiniz gibi;</p>
<p>Microsoft.EnterpriseManagement.gatewayApprovalTool.exe </p>
<p>komut satırı aracının parametrelerini kullanarak Gateway sunucusunu Management Server üzerinde approve edebiliyorsunuz.Bu komut satırında <strong>/sitename=DMZBolge</strong> şeklinde parametre girdiğiniz takdirde, artık yeni oluşturduğunuz alert viewlerde “from a specific site” seçilerek yalnızca GW sunucusundan gelen istemci alertlerini görüntüleyebilirsiniz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-gateway-sunucusuna-custom-tag-eklenmesi%2F&amp;t=SCOM%20Gateway%20sunucusuna%20custom%20tag%20eklenmesi" id="facebook_share_button_2208" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2208') || document.getElementById('facebook_share_icon_2208') || document.getElementById('facebook_share_both_2208') || document.getElementById('facebook_share_button_2208');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2208') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-gateway-sunucusuna-custom-tag-eklenmesi%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/scom-gateway-sunucusuna-custom-tag-eklenmesi/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-gateway-sunucusuna-custom-tag-eklenmesi%2F&amp;text=SCOM+Gateway+sunucusuna+custom+tag+eklenmesi" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/scom-gateway-sunucusuna-custom-tag-eklenmesi/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/scom-gateway-sunucusuna-custom-tag-eklenmesi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM &#8211; Active Alerts Views Sorunu</title>
		<link>http://www.anilerduran.com/index.php/2011/scom-active-alerts-views-sorunu/</link>
		<comments>http://www.anilerduran.com/index.php/2011/scom-active-alerts-views-sorunu/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 13:14:15 +0000</pubDate>
		<dc:creator>Anıl ERDURAN</dc:creator>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Operations Manager]]></category>
		<category><![CDATA[scom]]></category>

		<guid isPermaLink="false">http://www.anilerduran.com/index.php/2011/scom-active-alerts-views-sorunu/</guid>
		<description><![CDATA[SCOM üzerine CU3 kurulumu yaptıktan sonra Active Alerts görünümünün boş gelmesi gibi bir problemle karşılaşabilirsiniz.Özellikle scope All Groups olarak işaretli ise bu sorun ortaya çıkıyor. Bunun sebebi CU3 kurulumundan önce gerekli olan SQL Scriptlerinin çalıştırılmamasıdır.CU3 kurulumu öncesinde aşağıdaki scriptleri Operations Manager veritabanı ve Operations Manager DataWareHouse üzerinde koşturmanız gerekiyor. “\SQLUpdate\CU3_DataWarehouse.sql” “\SQLUpdate \CU3_Database.sql” Bu manuel işlem [...]]]></description>
			<content:encoded><![CDATA[
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-active-alerts-views-sorunu%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/scom-active-alerts-views-sorunu/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-active-alerts-views-sorunu%2F&amp;text=SCOM+%E2%80%93+Active+Alerts+Views+Sorunu" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/scom-active-alerts-views-sorunu/"></script></span></div><p>SCOM üzerine CU3 kurulumu yaptıktan sonra Active Alerts görünümünün boş gelmesi gibi bir problemle karşılaşabilirsiniz.Özellikle scope All Groups olarak işaretli ise bu sorun ortaya çıkıyor.</p>
<p><a href="http://www.anilerduran.com/resimler/SCOM---Active-Alerts-Views-Sorunu_D545/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.anilerduran.com/resimler/SCOM---Active-Alerts-Views-Sorunu_D545/image_thumb.png" width="400" height="106" /></a></p>
<p>Bunun sebebi CU3 kurulumundan önce gerekli olan SQL Scriptlerinin çalıştırılmamasıdır.CU3 kurulumu öncesinde aşağıdaki scriptleri Operations Manager veritabanı ve Operations Manager DataWareHouse üzerinde koşturmanız gerekiyor.</p>
<p>“\SQLUpdate\CU3_DataWarehouse.sql” </p>
<p>“\SQLUpdate \CU3_Database.sql”</p>
<p>Bu manuel işlem sonrasında update kurulumunu tüm roller üzerinde gerçekleştirebilirsiniz.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-active-alerts-views-sorunu%2F&amp;t=SCOM%20-%20Active%20Alerts%20Views%20Sorunu" id="facebook_share_button_2207" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_2207') || document.getElementById('facebook_share_icon_2207') || document.getElementById('facebook_share_both_2207') || document.getElementById('facebook_share_button_2207');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_2207') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	
				<!-- Social Sharing Toolkit v2.0.4 | http://www.marijnrongen.com/wordpress-plugins/social_sharing_toolkit/ -->
				<div class="mr_social_sharing_wrapper"><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-active-alerts-views-sorunu%2F&amp;layout=standard&amp;show_faces=false&amp;width=51px&amp;height=24px" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:51px; height:24px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><div id="fb-root"></div><fb:send href="http://www.anilerduran.com/index.php/2011/scom-active-alerts-views-sorunu/" font=""></fb:send></span><span class="mr_social_sharing"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.anilerduran.com%2Findex.php%2F2011%2Fscom-active-alerts-views-sorunu%2F&amp;text=SCOM+%E2%80%93+Active+Alerts+Views+Sorunu" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.anilerduran.com/wp-content/plugins/social-sharing-toolkit/images/buttons/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://www.anilerduran.com/index.php/2011/scom-active-alerts-views-sorunu/"></script></span></div>]]></content:encoded>
			<wfw:commentRss>http://www.anilerduran.com/index.php/2011/scom-active-alerts-views-sorunu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

