Skip to content

IntelliTect/PSToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f341c73 · Sep 13, 2024
Dec 15, 2022
Jun 24, 2021
Jan 27, 2022
Jan 31, 2014
Jul 19, 2018
Dec 15, 2019
Apr 17, 2017
Sep 24, 2021
Sep 13, 2024
Jan 27, 2022
Dec 15, 2022
Jun 24, 2021
Jan 13, 2018
May 25, 2016
Jun 2, 2016
Jun 1, 2016
Jun 21, 2017
Sep 18, 2019
Oct 29, 2022
Jan 31, 2022
Oct 12, 2019

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