tahir-hassan 

By: | 1,844 downloads | Last Updated: 11/2/2017 | Latest Version: 0.1

This PowerShell module provides the ability to turn a delegate object into one that will work within PowerShell, for instance, methods ending (by convention) in *Async and return a Task object. You can create a runspaced delegate with `New-RunspacedDelegate` and pass it to `Task`s OnCompleted method. Check the GitHub repository https://githu... More info

By: | 770 downloads | Last Updated: 9/21/2017 | Latest Version: 1.29

A module that provides location history. It replaces the `cd` command to provide backwards and forwards navigation and ability to list and select a recently visited location. Check the GitHub repository https://github.com/tahir-hassan/PSLocationHistory for more information.

By: | 545 downloads | Last Updated: 5/4/2018 | Latest Version: 0.13

This PowerShell module provides the ability to stow away an item, and to then unstow that item. By "stowing", we mean moving the item away for safekeeping, and then to unstow means to restore it to its original location. In some networked environments, there is a size limit on your `USERPROFILE` directory. You can keep its size down by stowing... More info