jborean93 

By: | 16,467,258 downloads | Last Updated: 11/26/2021 | Latest Version: 0.2.0

Adds cmdlets that can be used to enable/disable/remove privileges on a process. Also adds cmdlets that can be used to configure the members of Windows rights and privileges. See https://github.com/jborean93/PSPrivilege for more info

By: | 2,556,047 downloads | Last Updated: 11/27/2022 | Latest Version: 2.3.1

Module to install and manage the forked WSMan client libraries for Linux and macOS. See https://github.com/jborean93/omi for more details.

By: | 32,502 downloads | Last Updated: 3/19/2019 | Latest Version: 0.1.1

Contains the PSScriptAnalyzer custom rule PSCustomUseLiteralPath to detect cases when -Path is used instead of -LiteralPath. See https://github.com/jborean93/PSSA-PSCustomUseLiteralPath for more info

By: | 11,874 downloads | Last Updated: 1/29/2024 | Latest Version: 0.3.1

TOML parser and writer for PowerShell

By: | 8,585 downloads | Last Updated: 12/2/2019 | Latest Version: 0.3.0

Adds cmdlets that can be used to encrypt and decrypt and Ansible Vault in PowerShell. See https://github.com/jborean93/PowerShell-AnsibleVault for more info

By: | 4,084 downloads | Last Updated: 4/18/2024 | Latest Version: 0.4.0

Yet Another YAML parser and writer for PowerShell

By: | 1,393 downloads | Last Updated: 3/20/2024 | Latest Version: 0.5.0

Cross platform module that can get/set information in Active Directory.`nSee https://github.com/jborean93/PSOpenAD for more info

By: | 1,253 downloads | Last Updated: 8/25/2023 | Latest Version: 0.4.0

Cross platform PowerShell implementation of Authenticode signing and verification

By: | 1,007 downloads | Last Updated: 10/5/2017 | Latest Version: 1.0

The script will upgrade the powershell version to whatever is supplied as the 'version' on the host. The current versions can be set as the target 'version': - 3.0 - 4.0 - 5.1 (default if -Version not set) This script can be run on the following OS' Windows Server 2008 (with SP2) - only supported version 3.0 Windows Server 2008... More info

By: | 662 downloads | Last Updated: 2/14/2023 | Latest Version: 0.3.0

Exposes the Windows Process creation Win32 functions in PowerShell.`nSee https://github.com/jborean93/ProcessEx for more info

By: | 510 downloads | Last Updated: 1/10/2019 | Latest Version: 0.1.0

Adds cmdlets to add/get/remote/set the mandatory integrity level on an object. See https://github.com/jborean93/PSIntegrity for more info

By: | 474 downloads | Last Updated: 7/11/2018 | Latest Version: 0.1.2

Helper cmdlets to automatically test Ansible Windows Roles in a CI environment. See https://github.com/jborean93/PSTestWinibleZ for more info

By: | 463 downloads | Last Updated: 9/5/2018 | Latest Version: 0.1.0

Adds a cmdlet that can be used to invoke C# code without loading the types in the current PowerShell namespace or creating a new process. See https://github.com/jborean93/PSCSharpInvoke for more info

By: | 386 downloads | Last Updated: 10/5/2017 | Latest Version: 1.0

The script will install the WinRM hotfix KB2842230 which fixes the memory issues that occur when running over WinRM with WMF 3.0. The script will; 1. Detect if running on PS version 3.0 and exit if it is not 2. Check if KB2842230 is already installed and exit if it is 3. Download the hotfix from Microsoft server's based on the OS versi... More info

By: | 386 downloads | Last Updated: 6/8/2019 | Latest Version: 0.1.4

Manages a Windows access token. See https://github.com/jborean93/PSDocBuilder for more info

By: | 355 downloads | Last Updated: 5/3/2019 | Latest Version: 0.1.0

Contains helper methods that can be used to define PInvoke methods and structs without touching the disk. See https://github.com/jborean93/PInvokeHelper for more info

By: | 345 downloads | Last Updated: 6/10/2019 | Latest Version: 0.1.0

A template repo for running a PowerShell module CI in Azure Pipelines. See https://github.com/jborean93/PSAzurePipelinesCITemplate for more info

By: | 337 downloads | Last Updated: 8/3/2023 | Latest Version: 0.4.1

Hook Win32 APIs in PowerShell.`nSee https://github.com/jborean93/PSDetour for more info

By: | 290 downloads | Last Updated: 5/1/2021 | Latest Version: 0.1.0

Manages a Windows access token.`nSee https://github.com/jborean93/PSAccessToken for more info

By: | 164 downloads | Last Updated: 3/6/2023 | Latest Version: 0.2.0

PowerShell implemtation of the Python's ctypes library for PInvoke methods