Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.46 KB

Test-PowerLoadDataBase.md

File metadata and controls

68 lines (48 loc) · 1.46 KB
external help file Module Name online version schema
powerload.dll-Help.xml
powerload
2.0.0

Test-PowerLoadDataBase

SYNOPSIS

Tests the PowerLoad database for errors

SYNTAX

Test-PowerLoadDataBase [-ErrorCSVPath <String>] [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

Example 1

PS C:\> Test-PowerLoadDataBase

Tests the PowerLoad database for errors and returns an object with the error and warning count.

Example 2

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.

PARAMETERS

-ErrorCSVPath

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS