29 Nisan 2013 Pazartesi

Connecting to the View ADAM Database


Connecting to the View ADAM Database

Windows Server 2008

To connect to the View ADAM database:
  1. Log in to one of the View Connection Servers as the domain administrator.
  2. Click Start > Administrative Tools > ADSI Edit.
  3. In the console window, right-click ADSI Edit and click Connect to.
  4. In the Name field type: View ADAM Database
  5. Select Select or type a Distinguished Name or Naming Context.
  6. In the field below, type dc=vdi,dc=vmware,dc=int
  7. Select Select or type a domain or server.
  8. In the field below, type localhost
  9. Click OK.
  10. Click View ADAM Database [localhost] to expand.
  11. Click DC=vdi,dc=vmware,dc=int to expand.
Note: If you are unable to connect using dc=vdi,dc=vmware,dc=int, try using dc=vdi;dc=vmware;dc=int.

Windows Server 2003

To connect to the View ADAM database:
  1. Log in to one of the View Connection Servers as the domain administrator.
  2. Click Start Programs > ADAM ADAM ADSI Edit.
  3. In the console window, right-click ADAM ADSI Edit and click Connect to.
  4. Under Connection name, type View ADAM Database.
  5. Under Server name, make sure localhost is selected.
  6. Under Port, make sure 389 is entered.
  7. Under Connect to the following node, select Distinguished name (DN) or naming context.
  8. In the field below, type dc=vdi,dc=vmware,dc=int
  9. Click OK.
  10. Click View ADAM Database [localhost:389] to expand.
  11. Click DC=vdi,dc=vmware,dc=int to expand.

24 Nisan 2013 Çarşamba

MANAGE ENGINE DESKTOP CENTRAL

MANAGE ENGINE DESKTOP CENTRAL

Program kolay bir şekilde kurularak kullanılabilir hale gelmekte, web tabanlı şalışmakta.

Desktop Central uygulamasının temel özellikleri
  1. Yazılım Yükleme
  2. Patch Yükleme
  3. Service Pack Yönetimi
  4. Windows Updateleri geçme
  5. MAC Desteği (patch geçebilmekte)
  6. Iphone cihazlarını yönetebilme (uygulama kurulumu, kamera kullanımı, internet kullanımı, email ayarları
  7. USB aygıtları control edebilmekte
  8. Kullanıcı makinesine konsol erişim / yapılan işlemleri kayıt altına alma
  9. Konsol arayüzünden agent otomatik olarak kurulabilmekte
  10. Yasaklı Yazılım Tespit ve Otomatik Kaldırma – Onaya Sunma
  11. Yazılım Kullanım Raporları oluşturarak ne sıklıkla kullanıldığını tespit edebilme.
  12. Disk Defrag, Check Disk, Disk Cleanup vb. Windows Araçlarını yönetme / zamanlayark çalıştırma
  13. Donanım Garanti Takibi yapmakta
  14. Makine üzerinde yapılan yazılım ve donanım değişiklik bilgisini tutma
  15. Wake on LAN, Remote Shutdown yapabilmekte
Iphone cihazlarını yönetebilme 
(uygulama kurulumu, kamera kullanımı, internet kullanımı, email ayarları vb)



Disk Defrag, Check Disk, Disk Cleanup vb. Windows Araçlarını yönetme
/ zamanlayark çalıştırma







Yasaklı Yazılım Tespit ve Otomatik Kaldırma – Onaya Sunma



USB aygıtları control edebilmekte



Donanım Garanti Takibi




Makine üzerinde yapılan yazılım ve donanım değişiklik bilgisini tutma

18 Nisan 2013 Perşembe

How to Abort a system shutdown in windows

 Abort a system shutdown in Windows

Open Command Prompt or Press the Windows key and R key.

    shutdown /a


15 Nisan 2013 Pazartesi

windows / How to extend boot disk in Windows Server 2003 with Dell ExtPart

How to extend boot disk in Windows Server 2003 with Dell ExtPart

DISKPART in Windows Server 2003 can not extent boot partitions. You need to use 3rd party tools.

Dell ExtPart - Utility to Extend Basic Disks is small good application.

1) Download the self-extracting executable ExtPart.exe from support.dell.com.

2) Run the self-extracting executable to extract the utility (extpart.exe) to the hard disk of your system.
    The default extract location is c:\dell\ExtPart.

Example:
To extend the C: volume by 1 GB (1024 MB) use the following command:

extpart c: 1024 

8 Nisan 2013 Pazartesi

Hardware monitoring service on this host is not responding or not available

Hardware monitoring service on this host is not responding or not available


The Hardware Status tab displays the error:
Hardware monitoring service on this host is not responding or not available

You can see if restarting the Common Information Model (CIM) service.
  • Open an SSH session to the host. Run this command
              /etc/init.d/sfcbd-watchdog restart
  • With vCenter Server
              ESXi Canfiguration tab > Securty Profiles > Firewall Rule > Properties
              Restart CIM Server services
Go back to the Hardware Status tab on vCenter Server and click the Update link.
It may take up to 5 minutes to refresh.

3 Nisan 2013 Çarşamba

Windows 7 Power Options - powercfg

Windows 7 Power Options - powercfg

List the available power plans
powercfg -LIST
Existing Power Schemes (* Active)
-----------------------------------
Power Scheme GUID: {guidSchemeA} (Balanced) *
Power Scheme GUID: {guidSchemeB} (Power saver) 

Delete available power plan
powercfg -DELETE {guidSchemeB} 

Set the power plan as active
powercfg -SETACTIVE {guidSchemeB}


Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...