VMware: Set MAC Address of a kernel interface with PowerCli

Hi,

the New-VMHostNetworkAdapter offers the ability to set the MAC address while adding a new kernel interface. But this has a limitation. It always only a MAC within a range 00:50:56:00:00:00 – 00:50:56:3F:FF:FF.

If you try it even though you will get an error:

New-VMHostNetworkAdapter The MAC address is invalid or is not in the valid range 00:50:56:00:00:00 - 00:50:56:3F:FF:FF.

Continue reading VMware: Set MAC Address of a kernel interface with PowerCli

VMware vSphere: HTML5 Webclient returns 503 Service Unavailable (Failed to connect to endpoint)

Hi,

last week I upgraded an vSphere instance from vSphere 6 to vSphere 6.7.
Continue reading VMware vSphere: HTML5 Webclient returns 503 Service Unavailable (Failed to connect to endpoint)

Windows: Switch back to Restore Point

Hi,

when you want list all restore points or you to switch back to a system restore point use the Windows System Restore Point GUI.

Start it with

1
C:> rstrui.exe

It shows you a Window where you can switch back to the latest restore point

or it gets you a list from all available restore points.

Michael

Windows: Windows Update error STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE

Hi,

a possible solution of an Windows Update Errors 0x8007371B.
Continue reading Windows: Windows Update error STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE

JSON: Formatting a Json readable

Hi,

if you have a unformated json expression like

1
{"Metallica": "Thrash", "GraveDigger": "Power","Kataklsym":"Death"}

and want to format it readable you could use the python module json.tool
Continue reading JSON: Formatting a Json readable

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