Filter By
Displaying results 1 - 17 of 17 (Page 1 of 1)
By:
|
44,647 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:
|
36,147 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:
|
18,196 downloads
|
Last Updated: 11/19/2024
|
Latest Version: 1.0.2
A module for managing printers |
By:
|
16,040 downloads
|
Last Updated: 1/21/2023
|
Latest Version: 0.20.3
Class definition extensions for PowerShell's object-based type system |
By:
|
10,022 downloads
|
Last Updated: 5/3/2022
|
Latest Version: 2.3.3
Quickly search the AppDomain for classes and members. |
By:
|
5,601 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:
|
5,747 downloads
|
Last Updated: 3/10/2019
|
Latest Version: 2.6.3
Contains a set of utilities to work with Powershell Classes. |
By:
|
3,217 downloads
|
Last Updated: 1/24/2021
|
Latest Version: 0.0.3
Class library providing shell operations |
By:
|
4,217 downloads
|
Last Updated: 5/14/2016
|
Latest Version: 1.5
PowerShell module to convert JSON or CSV to a PowerShell class definition |
By:
|
7,459 downloads
|
Last Updated: 8/2/2020
|
Latest Version: 1.2.1
A module to copy various DHCP information from 1 server to another. |
By:
|
4,198 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/ |
By:
|
2,834 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,752 downloads
|
Last Updated: 3/14/2022
|
Latest Version: 1.1.0
Provides commands that generate diagrams for mermaid and PlantUML. |
By:
|
2,562 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:
|
51 downloads
|
Last Updated: 8/22/2024
|
Latest Version: 0.1.3
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 |