Windows: Fatal error occurred while trying to sysprep the machine

Hi,

if use some Image technologies to deploy your Windows installation and your new images are based on older ones sysprep or you have installed Internet Explorer 10, sysprep eventually can fail.

This occurs when sysprep /generalize is applied 9 times against an Windows installation. The counter is stored in the registry.
Continue reading Windows: Fatal error occurred while trying to sysprep the machine

Advertisment to support michlstechblog.info

Linux: List all available services at dbus

Hi,

the following commands lists all services connected to dbus system and current session bus:
For the systen bus enter

michael@debdevt:~ $ dbus-send --system --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames

and for the current session
Continue reading Linux: List all available services at dbus

Linux: “find” command line examples

Hi,

here are a few examples how powerful the UNIX find command is.

Search only for file in your home directory “~”
find ~ -type f
Possible parameters for time searches:

  • mmin = Modication time in minute
  • mtime = Modication time in days
  • cmin = Creation time in minute
  • ctime = Creation time in days
  • amin = Access time in minute
  • atime = Access time in days

Continue reading Linux: “find” command line examples

Linux: Mount a Windows share with kerberos authentication

Hi,

in some secure environments only kerberos authentication is allowed to connect to a Windows file share.

This example demonstrate the procedure on how to mount a share on a Debian 7 (Wheezy)  Linux. Other distributions should provide a simliar way.

First of all install the necessary pakets.

michael@debdev:~# apt-get install krb5-user krb5-config cifs-utils keyutils

After installing the packages the Kerberos configuration wizard starts.
Continue reading Linux: Mount a Windows share with kerberos authentication

VMWare ESXi: Redirect USB devices

Hi,

VMware ESXi offers the ability to redirect USB devices from your Workstation to a VM located on a ESXi Server.

There 3 requirments:

  • VM must have at least virtual machine version 7
  • A virtual USB Controller must be add to the VM
  • VMWare Tools must installed within the virtual machine

Continue reading VMWare ESXi: Redirect USB devices

My Knowledgebase for things about Linux, Windows, VMware, Electronic and so on…