Skip to content

Commit

Permalink
#60
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Sep 18, 2019
1 parent 6e867ac commit 7eb2cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Private/Test-StepTwo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
foreach ($V in $PropertyExtendedValue) {
$ReportExtended = $ReportExtended.$V
}
$ReportExtended = $ReportExtended -join ', '
}
Out-Status -Text $TestName -Status $ReportResult -ExtendedValue $ReportExtended -Domain $Domain -DomainController $DomainController -ReferenceID $ReferenceID
return $ReportResult
Expand Down

0 comments on commit 7eb2cc9

Please sign in to comment.