MIM Sync Service
Documentation Home
  • Home
  • Disclaimer
  • Installation
    • Getting Started
    • Downloads
  • Usage
    • Cmdlet Reference
      • Clear-RunHistory
      • Clear-FullSyncWarning
      • Disconnect-CSObject
      • Export-MetaverseConfiguration
      • Export-ManagementAgent
      • Get-Connectors
      • Get-CSObject
      • Get-Disconnectors
      • Get-LastRunDetails
      • Get-MAStatistics
      • Get-MVSchema
      • Get-MVObject
      • Get-MVConfiguration
      • Get-ManagementAgent
      • Get-PendingImports
      • Get-PendingImportAdds
      • Get-PendingImportDeletes
      • Get-PendingImportUpdates
      • Get-PendingExports
      • Get-PendingExportAdds
      • Get-PendingExportDeletes
      • Get-PendingExportRenames
      • Get-PendingExportUpdates
      • Get-RunProfiles
      • Get-RunProfileNames
      • Join-CSObject
      • New-MVObject (Project-MVObject)
      • New-MVQuery
      • Set-DisconnectorState
      • Set-MVProvisioningRulesExtension
      • Start-ManagementAgent
      • Stop-ManagementAgent
      • Sync-CSObject
      • Wait-ManagementAgent
Powered by GitBook
On this page
  • Synopsis
  • Syntax
  • Description
  • Parameters
  1. Usage
  2. Cmdlet Reference

New-MVQuery

PreviousNew-MVObject (Project-MVObject)NextSet-DisconnectorState

Last updated 2 years ago

Synopsis

Defines a search criteria for use in a metaverse search

Syntax

New-MVQuery [-Attribute] <String> [[-Operator] <MVSearchFilterOperator>] [[-Value] <Object>] 

Description

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

Parameters

-Attribute <string>

The name of the attribute to query

Required?

true

Position?

1

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

-Operator <string>

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

-Value

Get-MVObject