Builds a TMCTools exception report.
Build-ExceptionReport [-LogFile] <String> [<CommonParameters>]
Use the Build-ExceptionReport
cmdlet to generate a list of exceptions from a
TMCTools.log
log.
Build-ExceptionReport -LogFile 'C:\ProgramData\Transend\tools\TMCTools.log'
Generates an exception report from the
C:\ProgramData\Transend\tools\TMCTools.log
log file.
The path to TMCTools.log
.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.