< Back

Add-GabFollow

Mon Jan 13, 2020 7:56 pm

NAME Add-GabFollow



SYNOPSIS

Follows the specified user so that their posts will show up in the feed.





SYNTAX

Add-GabFollow -ID <Int64> [-WhatIf] [-Confirm] [<CommonParameters>]



Add-GabFollow [-Name] <String> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-ID <Int64>

The ID of the user to follow



Required? true

Position? named

Default value 0

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Name <String>

The name of the user (without the @) to follow



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

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