Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdhunt/poshmodules

A collection of Powershell Modules
https://github.com/cdhunt/poshmodules

Last synced: 8 days ago
JSON representation

A collection of Powershell Modules

Awesome Lists containing this project

README

        

PoshModules
===========

A collection of Powershell Modules

AutomatedOps
---
This module consists of two functions.

### New-ObjectFromGenericType
Get an instances of a Generic Type. For example List<Int> where ClassName is List and TypeName is Int. This is just a simple example since Powershell can manage dynamic collections natively.

### Get-StoredCredential
This module will return a [PSCredential] object from a credential stored in Windows Credential Manager. The
Get-StoredCredential function can only access Generic Credentials.

### StringCrypto
Encrypt and decrypt strings. Optional compression for large strings.

Qopy
---
This is a binary distribution of [Qopy](https://github.com/cdhunt/Qopy).