<?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>Teknolojikadam - Blogs &#187; Update</title>
	<atom:link href="http://www.teknolojikadam.com/index.php/tag/update/feed" rel="self" type="application/rss+xml" />
	<link>http://www.teknolojikadam.com</link>
	<description>exchange server, exchange 2010, exchange 2007, server 2008 r2, server 2008, server 2003, isa server, isa server 2006, sql, sql 2008 ocs, ocs r2, tmg, server, forefront, exchange, video, makale, sunum, windows, microsoft, exchange, sharepoint</description>
	<lastBuildDate>Wed, 21 Sep 2011 08:45:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Wsus sunucu için manual update ayarlaması</title>
		<link>http://www.teknolojikadam.com/index.php/wsus-sunucu-icin-manual-update-ayarlamasi.html</link>
		<comments>http://www.teknolojikadam.com/index.php/wsus-sunucu-icin-manual-update-ayarlamasi.html#comments</comments>
		<pubDate>Sat, 12 Dec 2009 10:51:57 +0000</pubDate>
		<dc:creator>Özgür Özocak</dc:creator>
				<category><![CDATA[Dökümanlar]]></category>
		<category><![CDATA[Gösterme]]></category>
		<category><![CDATA[Kısa İpuçları]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Gpo]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Wsus]]></category>

		<guid isPermaLink="false">http://www.teknolojikadam.com/?p=261</guid>
		<description><![CDATA[Domain ortamında bulunan client bilgisayarlar yada serverlar güncelleme dosyalarını wsus sunucu üzerinden otomatik şekilde alabilirler.Sistemimize kurduğumuz Windows Update server ile bizim belirlediğimiz updatelerin önce wsus üzerine sonrada belirlediğimiz gün yada saatte diğer bilgisayalara dağıtılmasını sağlayabiliriz. Eğer ki active directory olan bir yapımız varsa group policy üzerinde bu ayarlamaların bulunduğu yer aşağıdaki resimlerde gösterilmiştir..Ben kendi sistemim [...]]]></description>
			<content:encoded><![CDATA[<p>Domain ortamında bulunan client bilgisayarlar yada serverlar güncelleme dosyalarını wsus sunucu üzerinden otomatik şekilde alabilirler.Sistemimize kurduğumuz Windows Update server ile bizim belirlediğimiz updatelerin önce wsus üzerine sonrada belirlediğimiz gün yada saatte diğer bilgisayalara dağıtılmasını sağlayabiliriz.</p>
<p>Eğer ki active directory olan bir yapımız varsa group policy üzerinde bu ayarlamaların bulunduğu yer aşağıdaki resimlerde gösterilmiştir..Ben kendi sistemim de default domain policy üzerine uyguladım ama istenilen ou&#8217;daki pclere uygulanabilir.</p>
<p><img src="http://www.teknolojikadam.com/wp-content/uploads/2009/12/wsusgpo.png" alt="Group Policy" /></p>
<p>Resim-1</p>
<p><img src="http://www.teknolojikadam.com/wp-content/uploads/2009/12/wsusgpo2.png" alt="Group Policy" /></p>
<p>Resim-2</p>
<p>Domainde olmayan bilgisayarlar için de regedit&#8217;e yapacağımız bir eklemeyle , bu bilgisayarların da wsus ile entegre çalışmalarını sağlayabilirsiniz.Aşağıdaki kodun uzantısını .reg olarak kaydedin ve bir kez çalıştırın.</p>
<div class="kod-parcasi">
<pre class="brush:vb">Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\
WindowsUpdate]
"WUServer"="<strong>http://wsus-server-adresiniz</strong>"
"WUStatusServer"="<strong>http://wsus-server-adresiniz</strong>"
"TargetGroupEnabled"=dword:00000001
"TargetGroup"="<strong>IT Departmanı</strong>"
"ElevateNonAdmins"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\
WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:0000000a
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"AutoInstallMinorUpdates"=dword:00000001
"RebootRelaunchTimeoutEnabled"=dword:00000001
"RebootRelaunchTimeout"=dword:0000003c
"RescheduleWaitTimeEnabled"=dword:00000001
"RescheduleWaitTime"=dword:0000000f
"DetectionFrequencyEnabled"=dword:00000001
"RebootWarningTimeoutEnabled"=dword:00000001
"RebootWarningTimeout"=dword:0000001e
"UseWUServer"=dword:00000001
"NoAUShutdownOption"=dword:00000000
"NoAUAsDefaultShutdownOption"=dword:00000000</pre>
</div>
<p>Son olarak &#8220;<strong>wuauclt.exe /resetauthorization /detectnow</strong>&#8221; komutu client tarafinda calistirilması gerekiyor.</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows altına baktığınız da Windows Update dizini altında wsus sunucu ayarlarınızı görüyor olmalısınız&#8230;</p>
<p><strong>Hazırlayan</strong> : Özgür Özocak</p>]]></content:encoded>
			<wfw:commentRss>http://www.teknolojikadam.com/index.php/wsus-sunucu-icin-manual-update-ayarlamasi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

