Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cdhunt/poshmodules
- Owner: cdhunt
- Created: 2013-06-07T20:03:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T21:56:45.000Z (almost 11 years ago)
- Last Synced: 2023-03-23T02:56:25.503Z (over 1 year ago)
- Language: PowerShell
- Size: 176 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).