All Projects β†’ majkinetor β†’ posh

majkinetor / posh

Licence: GPL-2.0 License
Powershell modules and functions by majkinetor

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to posh

PoShLog
πŸ”© PoShLog is PowerShell cross-platform logging module. It allows you to log structured event data into console, file and much more places easily. It's built upon great C# logging library Serilog - https://serilog.net/
Stars: ✭ 108 (+68.75%)
Mutual labels:  powershell-module
PSCMContentMgmt
PowerShell module used for managing Microsoft Endpoint Manager Configuration Manager distribution point content.
Stars: ✭ 21 (-67.19%)
Mutual labels:  powershell-module
Qlik-Cli-Windows
Qlik-Cli for Windows
Stars: ✭ 85 (+32.81%)
Mutual labels:  powershell-module
pwsh-prelude
PowerShell β€œstandard” library for supercharging your productivity. Provides a powerful cross-platform scripting environment enabling efficient analysis and sustainable science in myriad contexts.
Stars: ✭ 26 (-59.37%)
Mutual labels:  powershell-module
PowerShell-FeatureFlags
PowerShell module containing a Feature Flags implementation based on a local config file.
Stars: ✭ 15 (-76.56%)
Mutual labels:  powershell-module
Powershell
Automating the tasks related to infrastructure..
Stars: ✭ 16 (-75%)
Mutual labels:  powershell-module
DNSSuffix
A set of PowerShell tools for managing the computer's primary DNS suffix.
Stars: ✭ 19 (-70.31%)
Mutual labels:  powershell-module
CosmosDB
PowerShell Module for working with Azure Cosmos DB databases, collections, documents, attachments, offers, users, permissions, triggers, stored procedures and user defined functions.
Stars: ✭ 104 (+62.5%)
Mutual labels:  powershell-module
Powerexploit
Post-Exploitation 😎 module for Penetration Tester and Hackers.
Stars: ✭ 26 (-59.37%)
Mutual labels:  powershell-module
PSTodoist
A powershell module for todoist
Stars: ✭ 18 (-71.87%)
Mutual labels:  powershell-module
ADLab
Custom PowerShell module to setup an Active Directory lab environment to practice penetration testing.
Stars: ✭ 143 (+123.44%)
Mutual labels:  powershell-module
Invoke-Terraform
A cross-platform PowerShell module for downloading and invoking terraform binaries.
Stars: ✭ 14 (-78.12%)
Mutual labels:  powershell-module
PSelect
PowerShell DSL for aggregating data
Stars: ✭ 27 (-57.81%)
Mutual labels:  powershell-module
PowerColorLS
PowerShell script to display a colorized directory and file listing with icons
Stars: ✭ 35 (-45.31%)
Mutual labels:  powershell-module
blog-secretmanagement-powershell-module
Blog about recently introduced SecretManagement PowerShell module, our practical usage and code.
Stars: ✭ 15 (-76.56%)
Mutual labels:  powershell-module
Octopus-Cmdlets
A suite of PowerShell cmdlets that enable you to simplify and automate your interactions with an Octopus Deploy server.
Stars: ✭ 40 (-37.5%)
Mutual labels:  powershell-module
PSGPPreferences
A way to manage Group Policy Preferences through PowerShell
Stars: ✭ 15 (-76.56%)
Mutual labels:  powershell-module
PSDocs
Generate documentation from Infrastructure as Code (IaC).
Stars: ✭ 75 (+17.19%)
Mutual labels:  powershell-module
ClipboardText
Universal clipboard text support for PowerShell, notably also in PowerShell Core (cross-platform) and Windows PowerShell v2-v4
Stars: ✭ 37 (-42.19%)
Mutual labels:  powershell-module
HTTP-Connectivity-Tester
Aids in discovering HTTP and HTTPS connectivity issues. #nsacyber
Stars: ✭ 79 (+23.44%)
Mutual labels:  powershell-module

Posh modules and functions by majkinetor

This repository contains number of PowerShell modules I develop for various needs during my work on number of other projects. Every module is well documented and intented to work on any computer having adequate version of PowerShell.

Install

    git clone https://github.com/majkinetor/posh
    ./posh/setup.ps1

To import-module from SMB share without security warning:

    $r = "HKCU:\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap"
    mkdir -force $r
    sp $r UNCAsIntranet 1

Discover

To discover available functions from the CLI run Get-Command:

gcm -module mm_network

To get help about specific function from the CLI run Get-Help:

import-module mm_network
man proxy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].