external help file | Module Name | online version | schema |
---|---|---|---|
powerload.dll-Help.xml |
powerload |
2.0.0 |
Tests if the Data in hte Database matches the behaviors of the Vault
Test-PowerLoadVaultBehaviors [-ErrorCSVPath <String>] [-Server <String>] [-Vault <String>] [-User <String>]
[-Password <String>] [<CommonParameters>]
Tests if the Data in hte Database matches the behaviors of the Vault and outputs a CSV with the results. It also returns an object with the error and warning counts.
PS C:\> Test-PowerLoadVaultBehaviors -Server "localhost" -Vault "Vault" -User "Administrator" -Password "Password"
Tests the Vault "Vault" on the Server "localhost" with the User "Administrator" and the Password "Password" and returns the results as an object.
PS C:\> Test-PowerLoadVaultBehaviors -Server "localhost" -Vault "Vault" -User "Administrator" -Password "Password" -ErrorCSVPath "C:\Temp\Errors.csv"
Tests the Vault "Vault" on the Server "localhost" with the User "Administrator" and the Password "Password" and returns the results as an object and writes the errors to the file "C:\Temp\Errors.csv".
PS C:\> Test-PowerLoadVaultBehaviors
Uses the default values to test the Vault "Vault" on the Server "localhost" with the User "Administrator" and no Password and returns the results as an object.
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
Password for the User
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Server of the Vault
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: localhost
Accept pipeline input: False
Accept wildcard characters: False
User for the Vault
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: Administrator
Accept pipeline input: False
Accept wildcard characters: False
Vault to test
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: Vault
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.