Filter By

Package Types

Operating System

Categories

Trust Information

By: | 6,221 downloads | Last Updated: 11/9/2021 | Latest Version: 1.2.0

Code editor control for Universal Dashboard.

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

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

By: | 1,554 downloads | Last Updated: 5/7/2014 | Latest Version: 1.0.4.0

Allows execution of ScriptCS from your PowerShell session.

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

Data visualization for PowerShell.

TxF

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

Provides transactional file system operations.

By: | 838 downloads | Last Updated: 7/15/2021 | Latest Version: 0.6.1

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

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

Module to Manage Visual Studio Code Extensions

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

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

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

Daterpillar is a build automation tool and miro-orm.

By: | 361 downloads | Last Updated: 11/18/2022 | Latest Version: 1.1.17

PowerShell Code refactoring framework

Tags

By: | 333 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