Some script fixes
This commit is contained in:
@@ -10,7 +10,7 @@ param(
|
||||
[Parameter(Mandatory = $true)][string]$OutFile
|
||||
)
|
||||
|
||||
$rows = Import-Csv -Path $CsvPath
|
||||
$rows = @(Import-Csv -Path $CsvPath)
|
||||
|
||||
$missing = $rows | Where-Object { -not $_.new_password }
|
||||
if ($missing) {
|
||||
|
||||
Reference in New Issue
Block a user