dlwyatt 

By: | 19,014,087 downloads | Last Updated: 6/27/2023 | Latest Version: 5.5.0

Pester provides a framework for running BDD style Tests to execute and validate PowerShell commands inside of PowerShell and offers a powerful set of Mocking Functions that allow tests to mimic and mock the functionality of any command inside of a piece of PowerShell code being tested. Pester tests can execute any command or script that is accessib... More info

By: | 4,526,131 downloads | Last Updated: 2/12/2018 | Latest Version: 3.0.1

Commands and DSC resource for modifying Administrative Templates settings in local GPO registry.pol files.

By: | 837,238 downloads | Last Updated: 9/21/2019 | Latest Version: 4.9.0

psake is a build automation tool written in PowerShell.

By: | 223,134 downloads | Last Updated: 5/8/2014 | Latest Version: 1.0

The Get-CallerPreference function allows functions in Script Modules to behave according to preference variables (such as $ErrorActionPreference) set in their caller's scope, even when that scope is not Global.

By: | 117,374 downloads | Last Updated: 8/24/2017 | Latest Version: 1.3.0

Captures PowerShell console output to a log file.

By: | 91,135 downloads | Last Updated: 5/19/2015 | Latest Version: 4.1.3

Encrypt and share secret data between different users and computers.

By: | 56,441 downloads | Last Updated: 5/8/2014 | Latest Version: 1.0.0.1

Test-ConnectionAsync allows you to ping hundreds of addresses at once using multithreading, drastically speeding up network scans, etc.

By: | 1,609 downloads | Last Updated: 10/25/2014 | Latest Version: 1.0.0.1

The Invoke-GenericMethod function allows you to call generic .NET methods whose generic type cannot be inferred from their class or parameters.

By: | 1,557 downloads | Last Updated: 5/14/2014 | Latest Version: 1.0.0.5

Lock-Object is a PowerShell implementation of C#'s "lock" statement, allowing synchronization of access to shared objects from different runspaces.

By: | 1,364 downloads | Last Updated: 5/8/2014 | Latest Version: 1.0

This module contains a PowerShell re-implementation of the Send-MailMessage cmdlet, with two enhancements: It adds support for displaying attached images inline (via the -InlineAttachments parameter), and it adds a -Port parameter which did not exist prior to PowerShell 3.0.

By: | 1,084 downloads | Last Updated: 5/8/2014 | Latest Version: 1.0

The Get-StringToken function extracts tokens from a delimited string. Quoting, escaping and newline rules are controlled by the caller via command-line parameters.