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()] [CmdletBinding()]
param( param(
$Url, $Url,
$Index, [int]$Index = 0,
$Header, $Header,
[int]$FirstDataRow = 0, [int]$FirstDataRow = 0,
[Switch]$UseDefaultCredentials [Switch]$UseDefaultCredentials