Skip to content

Latest commit

 

History

History
100 lines (67 loc) · 1.98 KB

Get-BskyFollowing.md

File metadata and controls

100 lines (67 loc) · 1.98 KB
external help file Module Name online version schema
PSBlueSky-help.xml
PSBlueSky
2.0.0

Get-BskyFollowing

SYNOPSIS

Get a list of Bluesky accounts that you follow.

SYNTAX

Limit (Default)

Get-BskyFollowing [[-Limit] <Int32>] [<CommonParameters>]

All

Get-BskyFollowing [-All] [<CommonParameters>]

DESCRIPTION

This command will return a list of Bluesky accounts that you follow. You can get between 1 and 100. The default is 50. Or use -All to get all accounts that you follow.

EXAMPLES

Example 1

PS C:\> Get-BskyFollowing -Limit 2

Display      Username                   Description
-------      --------                   -----------
Lou Creemers lovelacecoding.bsky.social Microsoft MVP | ❤️ .NET | Uni teacher |
                                        Board member of the .NET Foundation 💜
                                        | Proud dad joke lover
             mikeshepard70.bsky.social

The default output includes clickable links to the user's profile.

PARAMETERS

-Limit

Enter the number of accounts that you follow to retrieve between 1 and 100. Default is 50.

Type: Int32
Parameter Sets: Limit
Aliases:

Required: False
Position: 0
Default value: 50
Accept pipeline input: False
Accept wildcard characters: False

-All

Return All followers

Type: SwitchParameter
Parameter Sets: All
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

PSBlueskyFollowProfile

NOTES

RELATED LINKS

Get-BskyFollowers