﻿<?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; Script</title>
	<atom:link href="http://www.teknolojikadam.com/index.php/tag/script/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>Sistem adminleri i&#231;in kod arşivi</title>
		<link>http://www.teknolojikadam.com/index.php/sistem-adminleri-iin-kod-arsivi.html</link>
		<comments>http://www.teknolojikadam.com/index.php/sistem-adminleri-iin-kod-arsivi.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:03:06 +0000</pubDate>
		<dc:creator>Özgür Özocak</dc:creator>
				<category><![CDATA[Dökümanlar]]></category>
		<category><![CDATA[Gösterme]]></category>
		<category><![CDATA[Windows Scripts]]></category>
		<category><![CDATA[Kod arşivi]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.teknolojikadam.com/index.php/sistem-adminleri-iin-kod-arsivi.html</guid>
		<description><![CDATA[Her sistemcinin arşivinde bulunması gereken kod arşivini aşağıdaki linkten indirebilirsiniz.

kodlar.rar

]]></description>
			<content:encoded><![CDATA[<p>Her sistemcinin arşivinde bulunması gereken kod arşivini aşağıdaki linkten indirebilirsiniz.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:8eb9d37f-1541-4f29-b6f4-1eea890d4876:32bdb842-1853-4939-ad5d-d7469e34d741" class="wlWriterEditableSmartContent">
<div><a href="http://www.teknolojikadam.com/wp-content/uploads/2010/01/Sistemadminleriiinkodarivi_D476/kodlar.rar" target="_self">kodlar.rar</a></div>
</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.teknolojikadam.com/index.php/sistem-adminleri-iin-kod-arsivi.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Script ile local user açmak ve gruba eklemek</title>
		<link>http://www.teknolojikadam.com/index.php/script-ile-local-user-acmak-ve-gruba-eklemek.html</link>
		<comments>http://www.teknolojikadam.com/index.php/script-ile-local-user-acmak-ve-gruba-eklemek.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 21:34:48 +0000</pubDate>
		<dc:creator>Özgür Özocak</dc:creator>
				<category><![CDATA[Dökümanlar]]></category>
		<category><![CDATA[Gösterme]]></category>
		<category><![CDATA[Windows Scripts]]></category>
		<category><![CDATA[Local User]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://www.teknolojikadam.com/?p=266</guid>
		<description><![CDATA[Bu script sayesinde bilgisayar üzerinde yeni bir local user account yaratılmış, bu local user account’a bir password atanmış ve account ilgili gruba member edilmiş olur. Bununla birlikte account için “password never expires” ayarıda enable olur yani password süresiz olarak geçerlidir.
Script içerisinde strAccount, strPswd ve son bölümdeki Set objGroup satırında grup bilgisini düzenlemeyi unutmayın.


' specify account [...]]]></description>
			<content:encoded><![CDATA[<p>Bu script sayesinde bilgisayar üzerinde yeni bir local user account yaratılmış, bu local user account’a bir password atanmış ve account ilgili gruba member edilmiş olur. Bununla birlikte account için “password never expires” ayarıda enable olur yani password süresiz olarak geçerlidir.</p>
<p>Script içerisinde strAccount, strPswd ve son bölümdeki Set objGroup satırında grup bilgisini düzenlemeyi unutmayın.</p>
<div class="kod-parcasi">
<pre class="brush:vb">
' specify account to create
strAccount = "Ozgur"
strPswd = "123456"

' get local computer name
Set objNetwork = CreateObject("Wscript.Network")
strComputer = objNetwork.ComputerName

' check if local account already exists
intExists = 0
Set colAccounts = GetObject("WinNT://" &#038; strComputer &#038; "")
colAccounts.Filter = Array("user")
For Each objUser In colAccounts
    If objUser.Name = strAccount Then
     intExists = 1
  End If
Next

If intExists = 0 Then
   ' create local user
   Set colAccounts = GetObject("WinNT://" &#038; strComputer &#038; "")
   Set objUser = colAccounts.Create("user", strAccount)

   ' set pswd
   objUser.SetPassword strPswd
   objUser.SetInfo

   ' set pswd never expires
   Set objUser = GetObject("WinNT://" &#038; strComputer &#038; "/" &#038; strAccount &#038; ",User")
   objUserFlags = objUser.Get("UserFlags")
   objPasswordExpirationFlag = objUserFlags Or ADS_UF_DONT_EXPIRE_PASSWD
   objUser.Put "userFlags", objPasswordExpirationFlag
   objUser.SetInfo

   ' add to local admins group
   Set objGroup = GetObject("WinNT://" &#038; strComputer &#038; "/Administrators,group")
   Set objUser = GetObject("WinNT://" &#038; strComputer &#038; "/" &#038; strAccount &#038; ",user")
   objGroup.Add(objUser.ADsPath)
End If
</pre>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.teknolojikadam.com/index.php/script-ile-local-user-acmak-ve-gruba-eklemek.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>
		<item>
		<title>Vb script ile otomatik alt+tab</title>
		<link>http://www.teknolojikadam.com/index.php/vb-script-ile-otomatik-alttab.html</link>
		<comments>http://www.teknolojikadam.com/index.php/vb-script-ile-otomatik-alttab.html#comments</comments>
		<pubDate>Thu, 26 Nov 2009 10:11:14 +0000</pubDate>
		<dc:creator>Özgür Özocak</dc:creator>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[Windows Scripts]]></category>
		<category><![CDATA[Alt Tab]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://www.teknolojikadam.com/?p=232</guid>
		<description><![CDATA[Vb scriptlerin nimetlerinden faydalanmaya devam ediyoruz. Bu seferki scriptimiz belirlediğiniz süre içerisinde otomatik alt+tab tuş kombinasyonu yapıyor.Ne işimize yarayacak diyebilirsiniz.Hemen kısa bir örnek vereyim; alt+tab tuş kombinasyonunu kısayol olarak kullanan bir program kullandığınızı ve bu programın her 5 dakikada bir refresh edilmesi gerektiğini varsayalım.İşte böyle bir durumda bu script çok işinize yarayabilir.

Option Explicit
Dim objShell
Set objShell [...]]]></description>
			<content:encoded><![CDATA[<p>Vb scriptlerin nimetlerinden faydalanmaya devam ediyoruz. Bu seferki scriptimiz belirlediğiniz süre içerisinde otomatik alt+tab tuş kombinasyonu yapıyor.Ne işimize yarayacak diyebilirsiniz.Hemen kısa bir örnek vereyim; alt+tab tuş kombinasyonunu kısayol olarak kullanan bir program kullandığınızı ve bu programın her 5 dakikada bir refresh edilmesi gerektiğini varsayalım.İşte böyle bir durumda bu script çok işinize yarayabilir.</p>
<div class="kod-parcasi">
<pre class="brush:vb">Option Explicit
Dim objShell
Set objShell = CreateObject("WScript.Shell")
Do
objShell.SendKeys "%+{TAB}"
Wscript.Sleep 180000
Loop
</pre>
<p><strong>Dikkat : 180000 = 3 dk</strong></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.teknolojikadam.com/index.php/vb-script-ile-otomatik-alttab.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
