Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pldmgg/AutoWebCreds
Functions for SharePoint Online and OnPrem Management
https://github.com/pldmgg/AutoWebCreds
Last synced: about 2 months ago
JSON representation
Functions for SharePoint Online and OnPrem Management
- Host: GitHub
- URL: https://github.com/pldmgg/AutoWebCreds
- Owner: pldmgg
- License: mit
- Created: 2020-08-16T21:20:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T00:12:13.000Z (over 4 years ago)
- Last Synced: 2024-08-14T07:06:38.957Z (5 months ago)
- Language: PowerShell
- Size: 623 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - pldmgg/AutoWebCreds - Functions for SharePoint Online and OnPrem Management (PowerShell)
README
[![Build status](https://ci.appveyor.com/api/projects/status/github/pldmgg/=master&svg=true)](https://ci.appveyor.com/project/pldmgg/autowebcreds/branch/master)
# AutoWebCreds
This Module takes advantage of Selenium chromedriver.exe, EventGhost, and the Windows Credential Manager to automatically login to many different web services.
Currently, this module does not handle 2-factor authentication, I'll see what I can do in the future.## Getting Started
```powershell
# One time setup
# Download the repository
# Unblock the zip
# Extract the AutoWebCreds folder to a module path (e.g. $env:USERPROFILE\Documents\WindowsPowerShell\Modules\)
# Or, with PowerShell 5 or later or PowerShellGet:
Install-Module AutoWebCreds# Import the module.
Import-Module AutoWebCreds # Alternatively, Import-Module# Get commands in the module
Get-Command -Module AutoWebCreds# Get help
Get-Help -Full
Get-Help about_AutoWebCreds
```## Examples
### Scenario 1
```powershell
powershell code
```## Notes
* PSGallery: