My blog posts

On this site you can find my blog posts. And you know what, currently this site is hosted completly for free except the yearly cost for the domain name.


This works because this site is based on GatsbyJS and an Azure Static Web App. After changing somthing on a page a Azure DevOps pipline do all the deployment stuff for me. So for the moment this is a set it and forget it solution.


Maybe it is later necessary to change this but for now it works for me.

Building a simple NTP client with PowerShell

Daniel Feiler, 2024-10-12 16:51

Have you ever thought about using accurate time in a PowerShell script? I have written a simple NTP Client in PowerShell so that I can query any NTP Server.

Storing credentials with PowerShell

Daniel Feiler, 2024-02-20 19:38

Storing credentials with PowerShell Storing any kind of credentials in clear text is a very bad idea. But what can we do if we have a task that should run with minimum privileges because it doesn't require elevated rights all the time? Or…

PowerShell and the secure strings

Daniel Feiler, 2024-02-18 19:26

How we can work with secure strings and is it possible to compare secure strings or made it readable again?