﻿<?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 &#124; Microsoft Server, Exchange, Forefront ve Client Ürünleri İçin Kaynak Site - Makaleler, Videolar ve Haberler &#187; vbs</title>
	<atom:link href="http://www.teknolojikadam.com/index.php/tag/vbs/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, iag, uag, sharepoint</description>
	<lastBuildDate>Tue, 10 Aug 2010 08:49:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Client pclerin saatlerinin senkronize edilmesi</title>
		<link>http://www.teknolojikadam.com/index.php/client-pclerin-sistem-saatlerinin-senkronize-edilmesi.html</link>
		<comments>http://www.teknolojikadam.com/index.php/client-pclerin-sistem-saatlerinin-senkronize-edilmesi.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 13:19:24 +0000</pubDate>
		<dc:creator>Özgür Özocak</dc:creator>
				<category><![CDATA[Dökümanlar]]></category>
		<category><![CDATA[Windows Scripts]]></category>
		<category><![CDATA[Gpo]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Senkronize]]></category>
		<category><![CDATA[Sistem time]]></category>
		<category><![CDATA[vbs]]></category>

		<guid isPermaLink="false">http://www.teknolojikadam.com/index.php/client-pclerin-sistem-saatlerinin-senkronize-edilmesi.html</guid>
		<description><![CDATA[Aşağıdaki script sisteminizdeki client bilgisayarların,domain controller ile aynı saat ayarlarını almasını sağlar.Uzantısını vbs olarak kaydedin ve gpo ile domain ortamınıza uygulayın
servername yazan yere kendi dc sunucu isminizi yazmayı unutmayınız.
Kod şöyle;




Dim wshell
Set wshell = CreateObject(”WScript.Shell”)
wshell.Run “%COMSPEC% /c net time \\servername /set /y”,0,TRUE
set wshell = Nothing

]]></description>
			<content:encoded><![CDATA[<p>Aşağıdaki script sisteminizdeki client bilgisayarların,domain controller ile aynı saat ayarlarını almasını sağlar.Uzantısını <acronym title="Visual Basic Script">vbs</acronym> olarak kaydedin ve gpo ile domain ortamınıza uygulayın</p>
<p><strong>servername</strong> yazan yere kendi dc sunucu isminizi yazmayı unutmayınız.</p>
<p>Kod şöyle;</p>
<div>
<pre class="kod-parcasi">
</pre>
<pre class="brush:vb">
Dim wshell
Set wshell = CreateObject(”WScript.Shell”)
wshell.Run “%COMSPEC% /c net time \\<strong>servername </strong>/set /y”,0,TRUE
set wshell = Nothing
</pre>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.teknolojikadam.com/index.php/client-pclerin-sistem-saatlerinin-senkronize-edilmesi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows firewall&#8217;u group policy ile kapatın</title>
		<link>http://www.teknolojikadam.com/index.php/windows-firewall-group-policy-ile-kapatin.html</link>
		<comments>http://www.teknolojikadam.com/index.php/windows-firewall-group-policy-ile-kapatin.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 21:02:18 +0000</pubDate>
		<dc:creator>Özgür Özocak</dc:creator>
				<category><![CDATA[Dökümanlar]]></category>
		<category><![CDATA[Genel]]></category>
		<category><![CDATA[Windows Scripts]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows firewall]]></category>

		<guid isPermaLink="false">http://www.teknolojikadam.com/?p=265</guid>
		<description><![CDATA[Uzantısını vbs yapıp group policy ile istediğiniz bilgisayarlara logon script olarak uygulayabilirsiniz yada direk çalıştırın.

Set objFirewall = CreateObject(”HNetCfg.FwMgr”)Set objPolicy =
objFirewall.LocalPolicy.CurrentProfileobjPolicy.FirewallEnabled = FALSE

Group policy&#8217;i açın ve logon script olarak ekleyin.
]]></description>
			<content:encoded><![CDATA[<p>Uzantısını <acronym title="Visual Basic Script">vbs</acronym> yapıp group policy ile istediğiniz bilgisayarlara logon script olarak uygulayabilirsiniz yada direk çalıştırın.</p>
<div class="kod-parcasi">
<pre class="brush:vb">Set objFirewall = CreateObject(”HNetCfg.FwMgr”)Set objPolicy =
objFirewall.LocalPolicy.CurrentProfileobjPolicy.FirewallEnabled = FALSE</pre>
</div>
<p>Group policy&#8217;i açın ve logon script olarak ekleyin.</p>
<p><img src="http://www.teknolojikadam.com/wp-content/uploads/2009/12/firewall-1.png" alt="Logon" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.teknolojikadam.com/index.php/windows-firewall-group-policy-ile-kapatin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
