external help file | Module Name | online version | schema |
---|---|---|---|
powerload.dll-Help.xml |
powerload |
2.0.0 |
Tests the PowerLoad database for errors
Test-PowerLoadDataBase [-ErrorCSVPath <String>] [<CommonParameters>]
Tests the PowerLoad database for errors and returns a CSV file with the results. It also returns an object with the error and warning count.
PS C:\> Test-PowerLoadDataBase
Tests the PowerLoad database for errors and returns an object with the error and warning count.
PS C:\> Test-PowerLoadDataBase -ErrorCSVPath C:\Temp\PowerLoadErrors.csv
Tests the PowerLoad database for errors and returns an object with the error and warning count and saves the errors to a CSV file.
Path to save the errors to.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
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.