Skip to content

Instantly share code, notes, and snippets.

@ksader
Created August 10, 2020 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksader/9fe51198d7e2715349c4ed818228cc5a to your computer and use it in GitHub Desktop.
Save ksader/9fe51198d7e2715349c4ed818228cc5a to your computer and use it in GitHub Desktop.
Ping ala PowerShell & Excel
In Powershell: ```Install-Module ImportExcel -Scope CurrentUser```
```Test-Connection -ComputerName (Import-Excel '.\sheet.xlsx' -WorkSheetname 'Tab1' -HeaderName 'Hostname').Name```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment