Hi,
if you are working with special characters (i.e. German Umlaute) within a Textfile it is importent to know with which text encoding (UTF8, ASCII…) a file is saved.
Continue reading Windows: Determine Textencoding of a File
Hi,
if you are working with special characters (i.e. German Umlaute) within a Textfile it is importent to know with which text encoding (UTF8, ASCII…) a file is saved.
Continue reading Windows: Determine Textencoding of a File
Hi,
different language settings on your clients causes some administration issues when you are working with times (formats) or group names for example.
Continue reading Powershell: Change language/culture settings for the current session/window.
Hi,
here is a short explantation about the Powershell execution policies.
Continue reading Powershell: Execution policy shortly explained
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
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