A "Google" command for PowerShell, e.g.:
Specify -Objects
to return objects. -NumberOfResults
is the number of results to retrieve (default is 4)
Install-Module PsGoogle
(requires PsGet or PowerShell V5 or Win10)
Manual install:
ni "$(($env:PSModulePath -split ';')[0])\PsGoogle\PsGoogle.psm1" -f -type file -value (Invoke-RestMethod "https://raw.githubusercontent.com/gfody/PsGoogle/master/PsGoogle.psm1")