Filter By

Package Types

Operating System

Categories

Trust Information

By: | 70,887,367 downloads | Last Updated: 8/18/2023 | Latest Version: 2.15.1

Carbon is a PowerShell module for automating the configuration Windows 7, 8, 2008, and 2012 and automation the installation and configuration of Windows applications, websites, and services. It can configure and manage: * Local users and groups * IIS websites, virtual directories, and applications * File system, registry, and certificate pe... More info

By: | 136,130 downloads | Last Updated: 10/30/2023 | Latest Version: 2.9.0

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,829 downloads | Last Updated: 4/21/2020 | Latest Version: 1.0.2

Compose an HTTP request by using general syntax

By: | 2,622 downloads | Last Updated: 1/21/2016 | Latest Version: 1.0.2

Creates a new HTTP Listener enabling a remote client to execute PowerShell command lines using a simple REST API.

By: | 3,726 downloads | Last Updated: 2/3/2024 | Latest Version: 1.0.7

Powershell WebServer is a module that starts a webserver (without the need for IIS). Powershell command execution, script execution, upload, download and other functions are implemented. * Start-Webserver starts a webserver listening on port 8080 with binding to localhost only * Start-Webserver "http://+:8080/" "C:\Data" starts a webserver on po... More info

By: | 8,634 downloads | Last Updated: 1/11/2021 | Latest Version: 20.0.7681.1

NetCmdlets 2020 - PowerShell Cmdlets for Internet Communications, Messaging & Network Management.

By: | 4,820 downloads | Last Updated: 7/20/2023 | Latest Version: 2.6.0

Advanced CLI for CouchDB server

By: | 3,659 downloads | Last Updated: 3/1/2024 | Latest Version: 4.28.1

Provides cmdlets to perform various TCPIP and TLS/SSL related tasks.

By: | 2,019 downloads | Last Updated: 9/26/2022 | Latest Version: 0.1.5

These functions lets you create an HTML5 web page with dynamic table and charts, easily.

By: | 1,394 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: | 1,033 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: | 1,770 downloads | Last Updated: 1/23/2024 | Latest Version: 1.3.0

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

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

For writing a REST API in PowerShell

By: | 571 downloads | Last Updated: 11/16/2023 | Latest Version: 1.0.1

PoShLog.Sinks.Http is extension module for PoShLog core library - https://www.powershellgallery.com/packages/PoShLog. It contains sink that publishes log messages into given server over the network using HTTP POST.

By: | 354 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: | 242 downloads | Last Updated: 2/4/2021 | Latest Version: 1.0

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

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

PowerShell module to help establish an IIS Request Filtering baseline. Builds Logparser query files based on input parameters and stores them in the WorkingDirectory as lp_query_RF-Setting.sql. Logparser query files are then launched with the results stored in the WorkingDirectory as lp_results_RF-Setting.csv. Output files are in CSV allowing easy ... More info

By: | 168 downloads | Last Updated: 4/17/2020 | Latest Version: 0.0.3

Start a HTTP server

By: | 192 downloads | Last Updated: 3/12/2022 | Latest Version: 1.0.6

Pretend Endpoint, the disposable web server. A set of PowerShell cmdlets to create an HTTP test server/endpoint for inspecting or debugging client requests.

By: | 32 downloads | Last Updated: 3/13/2024 | Latest Version: 1.0.3

Module which helps with testing http(s) APIs directly through powershell (Think of Postman but completely integrated into PS, no additional GUI needed). All past requests are getting saved and grouped by "BaseUrl". User can select past requests and rerun them. BaseUrl and Headers can be changed for groups of requests etc.