Hi,
if you have an system which is not connected to the internet you cannot install PowerCli online .
Continue reading VMware: Installing PowerCli from zip
Somthing about Powershell, VB Script, C#, VB.NET
Hi,
if you have an system which is not connected to the internet you cannot install PowerCli online .
Continue reading VMware: Installing PowerCli from zip
Hi,
powershell respectively the .NET framework does not offer a method to export a X509 certificate in PEM format. The pem format is a Base64 encoded view from the raw data with a header and a footer.
An example to export the machine certificate (with Thumbprint: 1C0381278083E3CB026E46A7FF09FC4B79543D) of an computer
Continue reading Powershell: Export/Convert a X509 Certificate to pem format
Hi,
short post today. Topic: convert a hex string to an integer type.
Continue reading Powershell: Convert Hex to Int type
Hi,
in newer Versions of the Windows operating system you to not need additional tools to get the most important Harddisk smart parameters.
Continue reading Windows: Get Disk Smartparameter and Health status
Hi,
you want to call some commands in a VM and you got the following error “An error occurred while sending the request”
Continue reading PowerCli: Invoke-VMScript fails with “An error occurred while sending the request”