Filter By

Package Types

Operating System

Categories

Trust Information

By: | 35,338 downloads | Last Updated: 3/17/2024 | Latest Version: 1.1.0

A Powershell module that converts JSON to Powershell classes. JSON can be supplied as a string, a file that will be read or a URL that will be downloaded.

By: | 17,284 downloads | Last Updated: 1/15/2021 | Latest Version: 1.1.0

convert images to text by using the Windows 10 built-in OCR engine

By: | 13,047 downloads | Last Updated: 1/21/2023 | Latest Version: 0.20.3

Class definition extensions for PowerShell's object-based type system

By: | 8,033 downloads | Last Updated: 5/3/2022 | Latest Version: 2.3.3

Quickly search the AppDomain for classes and members.

By: | 5,293 downloads | Last Updated: 6/12/2016 | Latest Version: 0.0.0.7

Complements xActiveDirectory module with class based DSC resources to configure Active Directory even further.

By: | 3,681 downloads | Last Updated: 4/30/2018 | Latest Version: 1.0.0

PowerShell class for creating and manipulating IPv4 addresses

By: | 2,956 downloads | Last Updated: 1/24/2021 | Latest Version: 0.0.3

Class library providing shell operations

By: | 3,933 downloads | Last Updated: 5/14/2016 | Latest Version: 1.5

PowerShell module to convert JSON or CSV to a PowerShell class definition

By: | 4,584 downloads | Last Updated: 3/10/2019 | Latest Version: 2.6.3

Contains a set of utilities to work with Powershell Classes.

By: | 4,408 downloads | Last Updated: 9/25/2018 | Latest Version: 2.5.0

Control your British Gas Hive system (heating, multi-zone heating, hot water, active plugs, sensors, bulbs, partner (Philips Hue) bulbs) and get temperature history as data or charts using PowerShell.

By: | 3,812 downloads | Last Updated: 8/13/2017 | Latest Version: 2.0.0.0

PowerShell Reddit API Wrapper. See the project site at https://github.com/markekraus/PSRAW and the documentation at https://psraw.readthedocs.io/

BST

By: | 2,586 downloads | Last Updated: 1/21/2017 | Latest Version: 1.0

BST - Binary Search Tree class is example class built according to PowerShell 5 class syntax. It can be used for fast processing of large data structures, where standard PowerShell filtering will be inefficient. An example can be a large structure with more than 10,000 elements. For more information read Wikipedia article https://en.w... More info

By: | 2,507 downloads | Last Updated: 3/14/2022 | Latest Version: 1.1.0

Provides commands that generate diagrams for mermaid and PlantUML.

By: | 4,747 downloads | Last Updated: 8/2/2020 | Latest Version: 1.2.1

A module to copy various DHCP information from 1 server to another.

By: | 2,212 downloads | Last Updated: 10/7/2023 | Latest Version: 1.0.2.1

Translates a Powershell Class into a C# Class and then compiles it. The class can be referenced across all .NET Languages. Additionally all Installed-Modules can be referenced and used! Discord: ultraalex0

By: | 38 downloads | Last Updated: 2/27/2024 | Latest Version: 0.1.1

The [Use-ClassAccessors][1] cmdlet updates script property of a class from the getter and setter methods. Which are also known as [accessors or mutator methods][2]. The getter and setter methods should use the following syntax: ### getter syntax [<type>] get_<property name>() { return <variable> } or: [Object] get_<property n... More info