Did you know #PsNetTools?
You can use a fast name-resolution of an array with the command:
'microsoft.com', 'google.com' | Test-PsNetDig
Or you can use a fast tcp-test with the command:
Test-PsNetTping -Destination msn.com, google.com -TcpPort 80, 443
Every command return a PSCustomObject instead of a string.
You can install the Module from the #PowershellGallery with the command:
Install-Module PsNetTools and get the list of all included functions with:
Get-Command PsNetTools
#psnettools #PowershellGallery
#BluebirdPS v0.8.2, a #PowerShell
TwitterAPI client has been released to #PowerShellGallery.
Run 'Update-Module -Name BluebirdPS' or see https://bit.ly/BluebirdPSDoc to get started!
Includes:
Bugfix for Find-TwitterMastodonLinks.
Capability to resume after rate limit time resets.
#BluebirdPS #powershell #PowershellGallery
@mdgrs If you star the repo and set notifications on for all activity, you can see new issues and comments. #PowerShell #PowerShellGallery https://github.com/PowerShell/PowerShellGallery
#powershell #PowershellGallery
#BluebirdPS v0.8.1, a #PowerShell
TwitterAPI client has been released to #PowerShellGallery.
Run 'Update-Module -Name BluebirdPS' or see https://bit.ly/BluebirdPSDoc to get started!
Includes:
Fix for Publish-Tweet
Some of you may like Find-TwitterMastodonLinks.
It can search Users and Tweets for #Mastodon accounts.
See how to save the output to a CSV for easy import into your instance profile.
#BluebirdPS #powershell #PowershellGallery #mastodon
#BluebirdPS v0.8.0, a #PowerShell
TwitterAPI client has been released to #PowerShellGallery.
Run 'Update-Module -Name BluebirdPS' or see https://bit.ly/BluebirdPSDoc to get started!
Includes:
API v2 endpoint commands for Lists, Pinned Lists, and Muted Users.
Some of you may like Find-TwitterMastodonLinks.
It can search Users and Tweets for #Mastodon accounts.
See how to save the output to a CSV for easy import into your instance - https://docs.bluebirdps.dev/en/latest/Helper%20Commands/Find-TwitterMastodonLinks/#example-2
#BluebirdPS #powershell #PowershellGallery #mastodon