Update Import-Html with better defaults

This commit is contained in:
dfinke
2022-06-17 11:38:19 -04:00
parent 835a11bbb3
commit f0a2d076e3

View File

@@ -3,7 +3,7 @@ function Import-Html {
[CmdletBinding()]
param(
$Url,
$Index,
[int]$Index = 0,
$Header,
[int]$FirstDataRow = 0,
[Switch]$UseDefaultCredentials