< Back

Connect-Gab

Mon Jan 13, 2020 7:56 pm

NAME Connect-Gab



SYNOPSIS

Authenticates with the Gab.ai service and stores the session information

in memory in a global variable so that future calls will be authenticated.





SYNTAX

Connect-Gab [-Username] <String> [-Password] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-Username <String>

The username (without the @) to authenticate as



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Password <String>

The password for authentication



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS