Category Archives: Scripting & programming

Somthing about Powershell, VB Script, C#, VB.NET

vSphere: Get vCenter events by Powercli

Hi,

it is really painful to search for events in vSphere’s vCenter.
Continue reading vSphere: Get vCenter events by Powercli

Advertisment to support michlstechblog.info

vSphere: Get performance data of a VM by PowerCli

Hi,

with powercli performance data could be exported for automatically created reports.
Continue reading vSphere: Get performance data of a VM by PowerCli

Windows: Set or edit environment variable from powershell

Hi,

powershell can set,edit or delete environment variables as well as cmd.exe command line interpreter.
Continue reading Windows: Set or edit environment variable from powershell

Powershell: Convert a string into a securestring and back to plaintext

Hi,

.Net and therefore the powershell has the ability to define a secure string. This means that the string is immediately deleted from memory if it is no longer needed.
Continue reading Powershell: Convert a string into a securestring and back to plaintext