Tinu 🇨🇭 · @tinuwalther
14 followers · 26 posts · Server techhub.social

@Clatent PowerCLI, , HPEOneView and I wish HPEiLoCmdlets are cross-platform compatible

#psnettools

Last updated 1 year ago

Tinu 🇨🇭 · @tinuwalther
12 followers · 20 posts · Server techhub.social

Hi folks. There is a new version of my on powershellgallery.com/packages. Please update to this version.

#powershell #psnettools #psgallery

Last updated 1 year ago

Tinu 🇨🇭 · @tinuwalther
12 followers · 17 posts · Server techhub.social

Did you know ?

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 with the command:
Install-Module PsNetTools and get the list of all included functions with:
Get-Command PsNetTools

#psnettools #PowershellGallery

Last updated 1 year ago

Tinu 🇨🇭 · @tinuwalther
12 followers · 11 posts · Server techhub.social

Hi folks
I published an fix of my 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 powershellgallery.com/packages.
-
Send this message to multiple messenger with and .

#powershell #psnettools #psoctomes

Last updated 2 years ago