Search PowerShellCentral Script Repository
This is simple function that will help you search PowerShellCentral Script Repository right from the command line.
function Search-PSCentral {
param([string]$keyword)
(New-Object –com Shell.Application).Open("http://powershellcentral.com/scripts/?lang=&q=*$keyword*")
}
Usage: Search-PSCentral ini
If you leave out a keyword or there are no results, the page will open ready for you to paste in some code and fill the gap. :-)
No comments:
Post a Comment