Category Archives: Uncategorized

Powershell: Execute a process and capture STDOUT and STDERR

Hi,

if have to execute a process or script from powershell and you have to capture the output you can use the System.Diagnostics.Process class.

I’ve written a simple function for this case 🙂

Continue reading Powershell: Execute a process and capture STDOUT and STDERR

Advertisment to support michlstechblog.info

Windows: Locate the CA in your Active Directory Infrastructure

Hi,

there are two ways to determine the Certitification Authority in your Active Directory environment.
Continue reading Windows: Locate the CA in your Active Directory Infrastructure

Windows: Enable cmd command extensions

Hi,

to check if command extensions are enabled check the following registry key
Continue reading Windows: Enable cmd command extensions