@Clatent PowerCLI, #PsNetTools, HPEOneView and I wish HPEiLoCmdlets are cross-platform compatible
Hi #PowerShell folks. There is a new version of my #PsNetTools on #PSGallery https://www.powershellgallery.com/packages/PsNetTools/0.7.8. Please update to this version.
#powershell #psnettools #psgallery
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
Hi #PowerShell folks
I published an fix of my #PsNetTools on PowerShell Gallery, there was a typo in Get-PsNetHostsTable.
I changed the wrong property-name Compuername to ComputerName. Please update the Module to v0.7.73 with 'Update-Module -Name PsNetTools' or install it from https://www.powershellgallery.com/packages/PsNetTools/0.7.73.
-
Send this message to multiple messenger with #PowerShell and #PSOctomes.
#powershell #psnettools #psoctomes