Category: PowerShell
Your first PowerShell scripts | Gaining more understanding
It is true that “A Journey of a Thousand Miles Begins with a Single Step” I had to start a few years ago; this was…
Record your PowerShell session | Start-Transcript
According to Microsoft docs, the Start-Transcript cmdlet creates a record of all or part of a PowerShell session to a text file. The transcript includes…