Category Archives: Windows

Windows tips, howtos, scripts

Windows: Renew a machine certificate

Hi,

in most Active Directory Enviroments the Certificate Enrollment is active which generates and enrolls a certificate for each client. This can be used for Radius authentication or as certificate for an IIS webserver.

Typically the client renews this certificate itself.
Continue reading Windows: Renew a machine certificate

Windows: Install Failure: Error 997. Overlapped I/O operation is in progress

Hi,

a customer tries to install .NET 4.6.2 and it ends up in error. Errors in the installer log:
Continue reading Windows: Install Failure: Error 997. Overlapped I/O operation is in progress

Powershell: Method not found: ‘System.Threading.Tasks.Task System.Threading.Tasks.Task.Run(System.Action)’

Hi,

when you tried to start powershell and the window opens and closes immediately.

Open a cmd and start powershell by calling powershell.exe
Continue reading Powershell: Method not found: ‘System.Threading.Tasks.Task System.Threading.Tasks.Task.Run(System.Action)’

Windows: Disable DES and Triple DES (3DES)

Hi,

a measure to protect your Windows System against Sweet32 attacks is to disable the DES and Triple DES.

To do this, add 2 Registry Keys to the SCHANNEL Section of the registry.
Continue reading Windows: Disable DES and Triple DES (3DES)

Powershell: Searching in arrays

Hi,

this is a really often requiered task in powershell. Here are some examples.
Continue reading Powershell: Searching in arrays