Adds a new evidence lock record. Evidence locks describe sequences of video for one or more cameras and related devices with custom retention settings. This enables you to retain recordings longer than the normal configured video retention for the selected devices.
REQUIREMENTS
Requires VMS connection and will attempt to connect automatically
Add-EvidenceLock-Header'Evidence Lock Title'-Description'Created from PowerShell'-CameraIds(Select-Camera-RemoveDuplicates-AllowFolders-AllowServers).Id-IncludeRelatedDevices-FootageFrom(Get-Date).AddDays(-1)-FootageTo(Get-Date).AddMinutes(-5)-RetentionTypeUserDefined-ExpireDate(Get-Date).AddDays(300)-Verbose
Creates a new evidence lock for the last ~24 hours of video from the selected cameras with a 300-day retention.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.