Hi,
in newer Versios of Windows the generation of the DOS Style 8.3 names is only enabled for Drive C: for all other volumes it is disabled by default.
Continue reading Windows: Enable generation of 8.3 Names
Windows tips, howtos, scripts
Hi,
in newer Versios of Windows the generation of the DOS Style 8.3 names is only enabled for Drive C: for all other volumes it is disabled by default.
Continue reading Windows: Enable generation of 8.3 Names
Hi,
this post describes how to convert VMware vmdk files to Hyper-V’s vhdx format.
Continue reading Hyper-V: Convert a VMware Virtual Machine files to Hyper-V
Hi,
this post addresses the issue that, when Windows UAC is enabled, you could not execute scripts with elevated Administrator permissions by PowerCli’s Invoke-VMScript. In my opinion when I execute scripts on VMs in more then 80% of these cases I need elevated user rights.
Continue reading VMware: Execute scripts by Invoke-VMScript as Administrator
Hi,
since Windows Vista the access from network for members of the local Administrators group is restricted by default.
Continue reading Windows: Activate Administrator access over Network
Hi,
based on this stackoverflow post I’ve written a powershell function to determine the image type of an Windows executable. The Powershells System.IO.FileSystemInfo type does not provide such an info.
Continue reading Powershell: Determine the image type (x64/x86) of an exe file