Filter By

Package Types

Operating System

Categories

Trust Information

By: | 7,608 downloads | Last Updated: 11/9/2021 | Latest Version: 1.2.0

Code editor control for Universal Dashboard.

By: | 6,789 downloads | Last Updated: 3/18/2017 | Latest Version: 1.0.25

Create and upload code coverage data to Coveralls.io using Pester

By: | 4,836 downloads | Last Updated: 11/4/2015 | Latest Version: 2.1

Data visualization for PowerShell.

By: | 3,124 downloads | Last Updated: 6/12/2023 | Latest Version: 1.2.25

PowerShell Code refactoring framework

By: | 2,295 downloads | Last Updated: 5/7/2014 | Latest Version: 1.0.4.0

Allows execution of ScriptCS from your PowerShell session.

By: | 4,091 downloads | Last Updated: 4/23/2021 | Latest Version: 3.6.7.8

Various functions for extending the functionality of PowerCLI (VMware).

By: | 1,017 downloads | Last Updated: 7/15/2021 | Latest Version: 0.6.1

Module for working with the SonarCloud API - https://sonarcloud.io/

TxF

By: | 1,087 downloads | Last Updated: 5/7/2014 | Latest Version: 1.1.0.0

Provides transactional file system operations.

By: | 1,285 downloads | Last Updated: 3/27/2024 | Latest Version: 0.3.15

Enables the signing of a set of files with the Trusted Signing service.

By: | 1,149 downloads | Last Updated: 9/29/2016 | Latest Version: 0.1.2

Module to Manage Visual Studio Code Extensions

By: | 855 downloads | Last Updated: 7/16/2017 | Latest Version: 4.8.8

Daterpillar is a build automation tool and miro-orm.

By: | 363 downloads | Last Updated: 8/2/2020 | Latest Version: 2.1.4.39

PowerShell Module that will return the HTTP Status Code of any provided URL without the need for a Try/Catch statement. Example 1 - Return HTTP Status Code of given url: Get-URLStatusCode -Url https://www.google.com/ Example 2 - Switch statement using HTTP Status Code: Switch (Get-URLStatusCode -Url https://www.google.com/) { 200 { ... More info