Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion License
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) [2016] [Dave Garnar]
Copyright (c) [2016] [Dave Garnar] and [2022] [Markus Szumovski]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file modified PSCredentialManager.Cmdlet/CredentialManager.psd1
Binary file not shown.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The module is available on the PowerShell Gallery: https://www.powershellgallery

###Manual Installation

1. Dowload the latest verion of the module code from https://github.com/davotronic5000/PowerShell_Credential_Manager/releases
1. Dowload the latest verion of the module code from https://github.com/echalone/PowerShell_Credential_Manager/releases
2. Unzip CredentialManager.zip and copy the contents to you preferred module path. Usually C:\Users\$UserName\Documents\WindowsPowerShell\Modules.
3. In your PowerShell session run the command Import-Module CredentialManager

Expand All @@ -31,6 +31,10 @@ Import the module in to your PowerShell session and full help is available in th

## History

### v2.1
- Stated explicit export of cmdlets in psd1 file for compatibility with Powershell Core
- Expanded copyright notices

### v2.0
- Implemented pipeline support for Get-StoredCredential.
- Implemented pipeline support for New-StoredCredential.
Expand Down Expand Up @@ -59,12 +63,15 @@ Implementing basic functionality
Written by Dave Garnar (@davotronic5000)
http://blog.davotronic5000.co.uk

Edited by Markus Szumovski (echalone)
https://github.com/echalone

## License


This software is licensed under the [The MIT License (MIT)](http://opensource.org/licenses/MIT).

Copyright (C) 2016 Dave Garnar
Copyright (C) 2016 Dave Garnar and 2022 Markus Szumovski

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down