Find items in the system configuration based on the provided search text and
optional filters. In a large, multi-site environment, it can be faster to find
known items by name.
REQUIREMENTS
Requires VMS connection and will attempt to connect automatically
Finds all camera items with the case-insensitive string "Playground" in the name.
By specifying -FolderType -No, only "leaf" items are returned and camera groups
will not be included.
Specifies an optional FolderType value of No, SystemDefined, or UserDefined.
If you are searching for camera, or hardware objects, you should set FolderType
to "No" unless you also want to receive camera groups and hardware folders.
Specifies the ID or name of an item "Kind". For a list of supported values, run
[VideoOS.Platform.Kind] | Get-Member -Static -MemberType Property | Where-Object Definition -match 'static guid'
Specifies one or more values to search for. Item names and their property keys and
values will be searched. Note that this means a search for "EdgeSupported" will
return any item with the EdgeSupported property, whether that property value is
"Yes", or "No".
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.