Filter By

Package Types

Operating System

Categories

Trust Information

By: | 3,434,204 downloads | Last Updated: 4/27/2025 | Latest Version: 2.12.1

A Cross-Platform PowerShell framework for creating web servers to host REST APIs and Websites. Pode also has support for being used in Azure Functions and AWS Lambda.

By: | 4,992 downloads | Last Updated: 5/9/2017 | Latest Version: 1.0.4

ACMESharpRoute53Automation is a PowerShell module which automates the ACMESharp process of obtaining SSL certificates from LetsEncrypt.org using Amazon AWS Route53 to enable the DNS Domain Validation method

By: | 3,326 downloads | Last Updated: 2/16/2023 | Latest Version: 1.0.0

PowerShell module for managing the Windows HTTP server: getting and setting HTTPS/TLS/SSL certificate bindings to IP addresses and ports.

By: | 5,665 downloads | Last Updated: 12/4/2024 | Latest Version: 1.5.0

Carbon.IIS is a module for installing and managing IIS app pools, websites, applications, and configuring other parts of IIS.

By: | 3,298 downloads | Last Updated: 2/15/2018 | Latest Version: 1.0.0.1

A Qualys SSLLabs PowerShell module to request SSL assessment on web server domain name using SSL Labs APIs for complete SSL/TLS server testing functionality in a programmatic fashion, allowing scheduled and bulk assessment capability that encourage site operators to regularly test their server configuration.

By: | 1,390 downloads | Last Updated: 8/2/2020 | Latest Version: 1.0.1.6

Return the redirect (or final redirect) of any provided URL. Helpful when provided with shortlinks or links that redirect a few times and you cannot use to access the file you want as they go through a few redirects. Example: Get-RedirectedURL -URL 'https://download.mozilla.org/?product=firefox-msi-latest-ssl&os=win64&lang=en-US' returns: "ht... More info

By: | 839 downloads | Last Updated: 5/7/2017 | Latest Version: 0.1.4

a PowerShell module for analyzing your web servers' SSL configurations. Leverages Qualys' SSL Labs API

By: | 463 downloads | Last Updated: 4/28/2022 | Latest Version: 0.2.1

For writing a REST API in PowerShell

By: | 378 downloads | Last Updated: 2/4/2021 | Latest Version: 1.0

Uses Runspaces to issue async http requests.

By: | 414 downloads | Last Updated: 12/13/2018 | Latest Version: 1.0.8

This is a very simple module that sets the service protocol used by the `ServicePointManager` class.

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

By: | 271 downloads | Last Updated: 2/4/2021 | Latest Version: 1.0

Submits HTTP requests using sockets. Does NOT perform certificate validation.

By: | 224 downloads | Last Updated: 7/19/2025 | Latest Version: 0.2.2

Simple tool for parsing http query strings

By: | 47 downloads | Last Updated: 6/21/2025 | Latest Version: 1.0.6

Advanced URL debugging and testing module with comprehensive network analysis capabilities. Features include DNS resolution, SSL/TLS certificate details, response headers, content preview, proxy support, custom timeout settings, certificate validation skip option, custom user agent setting, HTTP methods support, custom headers, and concurrent reque... More info

By: | 11 downloads | Last Updated: 10/6/2025 | Latest Version: 1.0.0-alpha4

Kestrun is a cross-platform web server for ASP.NET Core. It is designed to be fast and lightweight, making it suitable for serving dynamic web applications and APIs.