external help file | Module Name | online version | schema |
---|---|---|---|
PSBlueSky-help.xml |
PSBlueSky |
2.0.0 |
Get a list of Bluesky accounts that you follow.
Get-BskyFollowing [[-Limit] <Int32>] [<CommonParameters>]
Get-BskyFollowing [-All] [<CommonParameters>]
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.
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.
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
Return All followers
Type: SwitchParameter
Parameter Sets: All
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.