Skip to content

IntelliTect/PSToolbox

Repository files navigation

IntelliTect.PSToolbox

Build status

IntelliTect's PowerShell scripts and modules hosted at PowerShell Gallery

These include:

IntelliTect.Common - Provides functionality for common functions in PowerShell
IntelliTect.CredentialManager - Provides an easy-to-use interface to the Windows Credential Manager via PowerShell.
IntelliTect.Google - Provides functions for interacting with non-API-based Google services.
IntelliTect.PSRestore - Provides functionality for restoring your command history in PowerShell and working directory in PowerShell ISE.
IntelliTect.PSToolbox - Shortcut module to install all of IntelliTect's PowerShell modules
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