Category Archives: Scripting & programming

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

C#: Import a rsa public key generated by openssl

Hi,

the C# (.NET 4) RSACryptoServiceProvider->ImportCspBlob methode has the ability to import RSA (public) keys.
Continue reading C#: Import a rsa public key generated by openssl

Advertisment to support michlstechblog.info

Powershell: Execution policy shortly explained

Hi,

here is a short explantation about the Powershell execution policies.
Continue reading Powershell: Execution policy shortly explained

Powershell: Install a nupkg module offline

Hi,

the powershell gallery offers a lot of modules for online installation. It’s also possible to download a nupkg file of that module and install it offline.
Continue reading Powershell: Install a nupkg module offline

Powershell: Define a x509 certificate in a script

Hi,

the best way to store a certificate in a powershell script is in an byte array. But how to get such a byte array as string from an existing certificate?
Continue reading Powershell: Define a x509 certificate in a script

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