TAK

PowerShell Gallery Build status
Tom’s Admin Kit, or TAK, is a PowerShell script module that contains useful tools which I collected or created over the years.

The main goal of creating the module and writing the scripts it contains, was learning PowerShell and making my job a little bit easier. As I am currently looking into continuous integration, I used this module to build an example deployment pipeline. You can read more about that here.

Functions

Download & Source for TAK

The is available on the PowerShell Gallery, you can install or download it using the following commands:

Install-Module -Name TAK -Scope CurrentUser
Save-Module -Name TAK -Path <Path>

And you can find the source on GitHub: tomtorggler/TAK