external help file | Module Name | online version | schema |
---|---|---|---|
PSBluesky-help.xml |
PSBlueSky |
2.0.0 |
Get a Bluesky profile
Get-BskyProfile [[-UserName] <String>] [<CommonParameters>]
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.
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.
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.
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.