https://github.com/cdhunt/poshmodules
A collection of Powershell Modules
https://github.com/cdhunt/poshmodules
Last synced: 11 months 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T21:56:45.000Z (over 12 years ago)
- Last Synced: 2025-04-02T22:13:29.205Z (about 1 year ago)
- Language: PowerShell
- Size: 176 KB
- Stars: 3
- Watchers: 2
- 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).