Category: PowerShell

  • Quick and Easy Logging In PowerShell

    No matter the programming language, having clear logging is always useful when running into issues later on down the road. PowerShell makes creating logs quick and easy with the Start-Transcript cmdlet. The way this cmdlet works in PowerShell is that it transcribes every command that is run through the script to a text file at…