Move file vb script

Pazartesi, 12 Ara 2011 yorum yok

Merhaba,

Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.MoveFile "C:\Documents and Settings\UserXP\Desktop\aaaa*" , "C:\Documents and Settings\UserXP\Desktop\1\"

devamını oku…

Categories: Genel Tags:

Last modified – newest file copy vb script

Pazartesi, 12 Ara 2011 yorum yok

Merhaba,

Dim oDir
Dim oThisFile
Dim oFSO
Dim oNewestFile
Dim MRCTime
Dim MRCFile
Dim TheDestinationDir

 devamını oku...
Categories: Genel Tags:

Rpm Komutu Kullanımı 2 – Ayrıntılı Döküman

Perşembe, 30 Haz 2011 yorum yok

Scenario / Question:

How do I install software packages using rpm.

How do I list what software packages are installed.

devamını oku…

Categories: Linux Tags:

Hyper-V Workgroup Install

Salı, 28 Haz 2011 yorum yok
Categories: Hyper-V Tags: ,

Exchange 2003 Server kapatmayı hızlandırma

Pazartesi, 27 Haz 2011 yorum yok

There are few options to fix/avoid this problem:

1.  Shutdown Exchange services by using a batch command, before you shutdown the server.

devamını oku…

Exchange 2003 Sp2 Database Limit

Pazartesi, 27 Haz 2011 yorum yok

Merhaba,

Exchange 2003 sp2 yüklendikten sonra,

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\[Server name]\Private-[Mailbox Store GUID]

devamını oku…

Windows Server (2003 -2008) Rename Domain Name

Cumartesi, 18 Haz 2011 yorum yok

Previously you have been able to use RENDOM utility provided by Microsoft to rename your Window 2000 and Windows Server 2003 domains. However in Windows Server 2008 domain you don’t have to separately install Rendom utility. It gets installed as part of “Active Directory Domain Services” role when you promote a server to the DC role. And It can be found here :%windir%\system32\rendom.exe.

devamını oku…

Mssql yetki kontrolü yapma

Perşembe, 16 Haz 2011 yorum yok

Merhaba,

 

SELECT

a.*,
b.*
FROM sys.database_principals a
INNER JOIN sys.database_permissions b ON b.grantee_principal_id = a.principal_id
WHERE b.permission_name = ‘DELETE’

devamını oku…

Categories: Ms SQL Tags:

Exchange 2010 Kişisel ve Toplu olarak Database Limiti değiştirme

Pazartesi, 13 Haz 2011 yorum yok
Categories: Ms Exchange Tags:

Exchange 2010 Kişisel ve Kurumsal İmza Tanımlaması

Pazartesi, 13 Haz 2011 yorum yok
Categories: Ms Exchange Tags: