< Back

Remove-GabFollow

Mon Jan 13, 2020 7:58 pm

NAME Remove-GabFollow



SYNOPSIS

Unfollows the specified user so that their posts will no longer show up in the feed.





SYNTAX

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



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





DESCRIPTION





PARAMETERS

-ID <Int64>

The ID of the user to unfollow



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 unfollow



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