Skip to content

Latest commit

 

History

History
98 lines (62 loc) · 2.18 KB

Get-BskyProfile.md

File metadata and controls

98 lines (62 loc) · 2.18 KB
external help file Module Name online version schema
PSBluesky-help.xml
PSBlueSky
2.0.0

Get-BskyProfile

SYNOPSIS

Get a Bluesky profile

SYNTAX

Get-BskyProfile [[-UserName] <String>] [<CommonParameters>]

DESCRIPTION

Use this command to retrieve a Bluesky profile. The default will be your profile based on the credential you used to start your Bluesky session, but you can get any profile if you know the user name. The user name is case-sensitive. The default output includes clickable links.

EXAMPLES

Example 1

PS C:\> Get-BskyProfile

Jeff Hicks [jdhitsolutions.com]

PowerShell Author/Teacher/MVP/Guide ✍️
Prof. PowerShell Emeritus 🎓
Grizzled and grumpy IT Pro - https://jdhitsolutions.github.io/
🎼Amateur composer - https://musescore.com/user/26698536
Wine drinker 🍷🐶 and dog lover


Created               Posts Followers Following Lists
-------               ----- --------- --------- -----
5/21/2023 10:44:48 AM   544       322       177     0

The default output includes clickable links.

Example 2

PS C:\> Get-BskyProfile jsnover.bsky.social

Jeffrey Snover [jsnover.bsky.social]

PowerShell inventor, Reader, Science & Geopolitics geek, Google Distinguished Engineer


Created              Posts Followers Following Lists
-------              ----- --------- --------- -----
5/1/2023 10:14:33 AM    32       592        26     0

You can get any profile if you know the user name.

PARAMETERS

-UserName

Enter the profile or user name.

Type: String
Parameter Sets: (All)
Aliases: Profile

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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

System.String

OUTPUTS

PSBlueskyProfile

NOTES

RELATED LINKS

Find-BskyUser