< Back

Import-LabTestResult

Sat Jan 11, 2020 2:09 am

NAME Import-LabTestResult



SYNOPSIS

Import the results from Test-LabDeployment





SYNTAX

Import-LabTestResult [-LogDirectory <String>] [<CommonParameters>]



Import-LabTestResult [-Path <String[]>] [<CommonParameters>]





DESCRIPTION

Import the results from Test-LabDeployment





PARAMETERS

-LogDirectory <String>

The directory to import from



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Path <String[]>

The single result files to import



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Import-LabTestResult -LogDirectory $home/Documents



Import all test result files in $home/Documents



RELATED LINKS