Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)