Powershell: create a text file and write in it
In this “small” tutorial, I will explain how to create a text file in Powershell and then how to write content in it. In this tutorial, we will see 4 Powershell Cmdlets: We will start by creating the file. Here the file is created in the current folder, it is possible to put an absolute …