Set-VPASAuditSafeTest


Supported Environments:
SelfHosted
SharedServices
PCloudStandard


Synopsis:

CONFIGURE AUDIT SAFE TESTS


Description:

USE THIS FUNCTION TO CONFIGURE AUDIT TESTS FOR SAFES


Syntax:

Set-VPASAuditSafeTest [[-SafeNamingConvention] <String>] [[-AmtMembers] <Int32>] [[-CPMName] <String>] [[-IgnoreInternalSafes]] [<CommonParameters>]


Parameters:

-SafeNamingConvention <String>
Define which safe to pull for the audit based on a search query

Required: false
Position: 1
Default value:
Accept pipeline input: true (ByPropertyName)
Accept wildcard characters: false

-AmtMembers <Int32>
Define how many safe members will be included in the audit

Required: false
Position: 2
Default value: 0
Accept pipeline input: true (ByPropertyName)
Accept wildcard characters: false

-CPMName <String>
Define the correct CPM that should be attached to every safe in the audit

Required: false
Position: 3
Default value:
Accept pipeline input: true (ByPropertyName)
Accept wildcard characters: false

-IgnoreInternalSafes [<SwitchParameter>]
Define if the internal safes should be included in the audit
Internal safes such as System, VaultInternal, NotificationEngine, component safes, etc

Required: false
Position: 4
Default value: False
Accept pipeline input: true (ByPropertyName)
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)


Examples:

$SetAuditSafeTests = Set-VPASAuditSafeTest

$SetAuditSafeTests = Set-VPASAuditSafeTest -SafeNamingConvention {SAFE NAMING CONVENTION VALUE} -AmtMembers {AMOUNT MEMBERS VALUE} -CPMName {CPMNAME VALUE} -IgnoreInternalSafes


Outputs:

$true if successful

$false if failed