Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intellitect/pstoolbox
PowerShell scripts and modules on PowerShell gallery
https://github.com/intellitect/pstoolbox
intellitect modules powershell powershell-script
Last synced: 1 day ago
JSON representation
PowerShell scripts and modules on PowerShell gallery
- Host: GitHub
- URL: https://github.com/intellitect/pstoolbox
- Owner: IntelliTect
- License: mit
- Created: 2016-04-27T14:57:34.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T16:47:33.000Z (about 2 months ago)
- Last Synced: 2024-09-14T07:38:13.737Z (about 2 months ago)
- Topics: intellitect, modules, powershell, powershell-script
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages?q=Intellitect
- Size: 63.9 MB
- Stars: 9
- Watchers: 9
- Forks: 4
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# IntelliTect.PSToolbox
[![Build status](https://intellitect.visualstudio.com/PSToolbox/_apis/build/status/PSToolbox-CI)](https://intellitect.visualstudio.com/PSToolbox/_build/latest?definitionId=48)IntelliTect's PowerShell scripts and modules hosted at [PowerShell Gallery](https://www.powershellgallery.com/packages?q=Intellitect)
## These include:
[IntelliTect.Common](https://www.powershellgallery.com/packages/IntelliTect.Common/) - Provides functionality for common functions in PowerShell
[IntelliTect.CredentialManager](https://www.powershellgallery.com/packages/IntelliTect.CredentialManager/) - Provides an easy-to-use interface to the Windows Credential Manager via PowerShell.
[IntelliTect.Google](https://www.powershellgallery.com/packages/IntelliTect.Google/) - Provides functions for interacting with non-API-based Google services.
[IntelliTect.PSRestore](https://www.powershellgallery.com/packages/IntelliTect.PSRestore/) - Provides functionality for restoring your command history in PowerShell and working directory in PowerShell ISE.
[IntelliTect.PSToolbox](https://www.powershellgallery.com/packages/IntelliTect.PSToolbox/) - Shortcut module to install all of IntelliTect's PowerShell modules
[IntelliTect.ResharperNugetSearch](https://www.powershellgallery.com/packages/IntelliTect.ResharperNugetSearch/) - Provides functions for searching against Jet Brains' Resharper Nuget Search API.## Installation
To install these modules, you need the latest version of the PowerShellGet module. If you have Windows 10, you already have it. Otherwise, Instructions may be found at https://docs.microsoft.com/powershell/scripting/gallery/getting-started, or you may also run Setup.ps1 inside this repository to attempt to automatically install needed dependencies.Once you are all set up, run `Install-Module IntelliTect.PSToolbox` to install the latest versions of these modules from PowerShell Gallery.
## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md)