ADMX Migrator

Migreer ADM-files naar ADMX-files

Download details: ADMX Migrator

Hide Local Drives Windows 2008 GPO

Vyatta Appliance voor XenServer 5

GPDrivesOptions

Verberg drives in Windows Explorer via GPO. Niet de standaard C,D, … maar via een custom ADM-template!

GPDrivesOptions

Xenserver Xinetd install

Voor VizionCore vConverver moet je eerste xinetd installeren op XenServer. Dat gaat als volgt:

yum –enablerepo=base –y install xinetd

/etc/init.d/xinetd start

Speedtest.net – The Global Broadband Speed Test

Waar ook ter wereld de snelheid van je Internet-connectie testen?  Het kan op deze site!

Ziet er trouwens grafisch prachtig uit, en de testresultaten kloppen als een bus!

Speedtest.net – The Global Broadband Speed Test

Network Monitor : Network Monitor 3.3 has arrived!

XenServer Resource Kit » XenServer – Citrix Community

Web-based Console for XenServer en V2XVA conversie (VMWare naar Xen)-tool

XenServer Resource Kit » XenServer – Citrix Community

CtxAdmTools – Tools for Citrix, Microsoft and VMware Administrators and Consultants

Zeer nuttige collectie van GRATIS tools, scripts, … voor ervaren professionals die in aanraking komen met Citrix vs Microsoft vs VMWare

Personal favorite: HP PSP uninstaller.  Na P2V van een HP machine kan je deze hiermee eenvoudig ontdoen van alle HP-brandend ballast.

CtxAdmTools

Repair Corrupt WMI Services – Repairing and re-registering the WMI Service

Na P2V, Livestate, … al WMI problemen gehad?

Dit is de oplossing…

Rebuilding the WMI Repository

If you experience behavior when using WMI, such as application errors or scripts that used to work are no longer working, you may have a corrupted WMI repository. To fix a corrupted WMI repository, you have to reinstall WMI. Follow these steps:

  • Click Start, Run and type CMD
  • Type this command and press Enter:

net stop winmgmt

  • Using Windows Explorer, navigate to %systemroot%\system32\wbem directory and delete the Repository directory. By default, the repository folder is located in the C:\Windows\system32\wbem directory.
  • Switch to Command Prompt window, and type:

net start winmgmt

Re-registering the WMI components

The .DLL and .EXE files used by WMI are located in %windir%\system32\wbem. You might need to re-register all the .DLL and .EXE files in this directory. If you are running a 64-bit system you might also need to check for .DLLs and .EXE files in %windir%\sysWOW64\wbem.

To re-register the WMI components, run the following commands at the command prompt:

cd /d %windir%\system32\wbem

for %i in (*.dll) do RegSvr32 -s %i

for %i in (*.exe) do %i /RegServer

Thanks to:

Repair Corrupt WMI Services – Repairing and re-registering the WMI Services – Knowledgebase