New-MVQuery
Last updated
Last updated
Defines a search criteria for use in a metaverse search
The New-MVQuery cmdlet creates an object that stores the criteria to use in a metaverse search. This cmdlet is used in conjunction with the cmdlet
The name of the attribute to query
Required?
true
Position?
1
Default value
Accept pipeline input?
false
Accept wildcard characters?
false
The operator to apply to the query. This must be on of the supported Metaverse seach operators for the data type of the attribute specified. Allowed values are Equals
, Contains
, NotContains
, IsPresent
, IsNotPresent
, StartsWith
, and EndsWith
Required?
true
Position?
2
Default value
Accept pipeline input?
false
Accept wildcard characters?
false