Retrieves auto-verify information for one or more devices.
Get-DeviceAutoVerify [-Device] <Object[]> [-ProgressAction <ActionPreference>] [<CommonParameters>]Returns information about auto-verify tests. Each device returns an auto-verify object with one or more runs detailed.
Get-DeviceAutoVerify -Device $device1, $device2Retrieves auto-verify information for $device1 and $device2.
PS > $clientDevices = Get-Device -Client 12
PS > $clientDevices | Get-DeviceAutoVerifyReturns auto-verify information for all devices for a client.
The device or devices to retrieve auto-verify information. Accepts integer IDs or Device objects. Accepts from the pipeline.
Type: Object[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Device objects
An Autoverify object or array of Autoverify objects.