Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mithrandyr/simplycredential
PowerShell Module for working with Windows credentials
https://github.com/mithrandyr/simplycredential
Last synced: 14 days ago
JSON representation
PowerShell Module for working with Windows credentials
- Host: GitHub
- URL: https://github.com/mithrandyr/simplycredential
- Owner: mithrandyr
- License: mit
- Created: 2018-04-27T13:26:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T15:00:05.000Z (over 5 years ago)
- Last Synced: 2024-11-07T07:47:16.783Z (2 months ago)
- Language: PowerShell
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimplyCredential
PowerShell Module for working with Windows credentials## Introduction
The purpose of this module is to make it easier to work with credentials on Windows. This means persisting credentials on disk and allowing you to use those credentials. Using credentials inside powershell is typically straightforward, outside it can be more difficult. This module also includes a wrapper around RunAs, thus allowing you to use credentials in launching a variety of programs.## Status
In development. Only tested on windows 10, no guarantees on other versions of windows.
[![Powershell Gallery](https://img.shields.io/powershellgallery/v/SimplyCredential.svg)](https://www.powershellgallery.com/packages/SimplyCredential/)## Documenation
**New/Save/Remove/Show/Use -Credential**
Allows you to create, persist, remove, list and use credentials.**Save/Remove/Show/Use -Application**
Allows you persist, remove, list and use application references.
Primarily this allows you to invoke an application and run it with a set of credentials from the commandline.**Invoke-RemoteDesktop**
Allows you to open an RDP session from commandline, includes the ability to handle authentication for you using the -Credential parameter.**New-AzurePSSession**
Creates a PSSession preconfigured to work with Azure.**New-Password**
Password generating function.**Get-AzureToken**
Provides the means of gathering the AZ Token from either IMS or from a credential object.