Archive for category Articles

Joining a Computer to the Domain with WScript/VBS (paramaters) and logging

Joining a Computer to the Domain with WScript (paramaters) Paramater 1 = Domain (FQDN) Paramater 2 = User Paramater 3 = Password Paramater 4 = OU / Organization Unit On Error Resume Next ‘ Get a Temp Folder for Log file Set objShell = CreateObject(“Wscript.Shell”) TempDir = objShell.ExpandEnvironmentStrings(“%temp%”) Set objShell = nothing ‘ Set these […]

1 Comment

Things you need to know about ACTA

Things you need to know about ACTA http://www.youtube.com/watch?v=N8Xg_C2YmG0&feature=player_embedded ACTA is the Anti-Counterfeiting Trade Agreement. A new intellectual property enforcement treaty being negotiated by the United States, the European Community, Switzerland, and Japan, with Australia, the Republic of Korea, New Zealand, Mexico, Jordan, Morocco, Singapore, the United Arab Emirates, and Canada recently announcing that they will join […]

Leave a comment

Guest Operating System issue about Windows 8 on VMware products (ESXi 5.0 and Workstation 8.0.0 build-471780)

Guest Operating System issue about Windows 8 on VMware products (VMware ESXi 5.0 and VMware Workstation 8.0.0 build-471780)   Yesterday, I just want to test new operationg system Windows 8 on my virtualization platform. But It’s almost nightmare for me this test.   Because I want to select Windows 8 version on Guest Operation system […]

1 Comment

Samsung Galaxy TAB 10.1 Web page failure

Lets try to find the diffrence between 2 images. those images are belong to lastest device of Samsung. especially focus on Memory (ROM or Micro SD :9 ) euheuheu http://www.samsung.com/global/microsite/galaxytab/10.1v/specification.html http://www.samsung.com/global/microsite/galaxytab/10.1/spec.html   alternative images link: https://emrullahekmekci.wordpress.com/wp-content/uploads/2011/06/samsunggalaxytab101romv2.jpg https://emrullahekmekci.wordpress.com/wp-content/uploads/2011/06/samsunggalaxytab101romv1.jpg specification 1 specification 2

Leave a comment

Symantec Backup Exec Shared Storage Option (SSO) licensing

If you think purchase Symantec Backup Exec Shared Storage Option agent ! You should consider per Backup Exec Media server for per SSO agent. Because Media server license is not include in SSO agent. it is sold separately.

,

Leave a comment

Search,Enable or Disable user/computer accounts in Active Directory over Web page (LDAP ASP)

through this code/ASP in below/file, you can search users,computers, printers and other objects in Active directory over web page, as a result of this search, you can get object’s location in AD. You can enable and disable the user/computer accounts of this page in Active Directory. Also You’ll able to move accounts into a Organization […]

,

Leave a comment

Web’ten Active Directory’deki Kullanıcı ve Bilgisayar hesaplarını Enable/Disable yapılması (ASP ile)

Aşağıda ve linkte bulunan asp kodları/dosyası ile, Active Directory’deki kullanıcı ve bilgisayar hesapları arasında arama yapabilir, nesnelerin Active Directory içerisindeki yerini öğrenebilir ve kullanıcı ve bilgisayar hesaplarını kapatıp açabilirsiniz. Kapatılan kulanıcı ve bilgisayar hesaplarını istediğiniz OU’da toplayabilir veya açtıklarınızı istediğiniz OU ya taşıyabilirsiniz. Bu ASP dosyasını çalışabilmesi yayınladığınız web sitesi için IIS yapılacak tek ayar […]

,

1 Comment

Active Directory’deki Bilgisayar hesaplarının en son Logon zamanının alınması/listelenmesi (VBA, windows script)

Geçtiğimiz hafta, Active Diretory’de aktif olmayan (kullanılmayan) bilgisayar hesaplarının listesine ihtiyacım oldu. Bu bilgiyi Active Directory’den almak için çeşitli yollar kullanabilirdim fakat bunların bir çoğu oldukça meşakatli. İnternette bu işlem için çeşitli Windows Script’ler var, ama hangisini ve nasıl kullancağım ? Üstelik elde ettiğim sonuçları text yada csv dosyasına nasıl aktaracağım ? Sonuç olarak aşağıda […]

, , ,

3 Comments

Getting Last Logon time for Computers in Domain as list with VBA (windows script)

Last week, I need to find how many inactive computers in our Active Directory with computers name and last logon date. I can use this info various way after gather from our Active Directory. There are lot of scripts about it in Internet but problem is which one should I use and how to! Also […]

, ,

2 Comments

VMware lisanslarının transferi (LATF)

Selamlar,   VMware lisanslarının başka işletmeye devredilmesi yada ayrılması (web sayfasındaki lisans dosyasını ayırmaktan  bahsetmiyorum 🙂 ) ile ilgili son bir kaç aydır fazlasıyla bilgi  sahibi oldum ki burada yazılacak gibi değil :), sorularınızı bekliyorum.

Leave a comment