Get-CMDiscoveryMethod

Get-CMDiscoveryMethod

Gets a discovery method for Configuration Manager.

構文

Parameter Set: SearchDiscoveryMethodsByName
Get-CMDiscoveryMethod [-Name <DiscoveryType> {ActiveDirectoryForestDiscovery | ActiveDirectoryGroupDiscovery | ActiveDirectorySystemDiscovery | ActiveDirectoryUserDiscovery | HeartbeatDiscovery | NetworkDiscovery} ] [-SiteCode <String> ] [ <CommonParameters>]

詳細説明

The Get-CMDiscoveryMethod cmdlet gets a discovery method for Microsoft System Center 2012 Configuration Manager. Discovery identifies computer and user resources that System Center 2012 Configuration Manager can manage. If it discovers a resource, Configuration Manager creates a record in the System Center 2012 Configuration Manager database for the resource and its associated information. You can then use the discovery information to help you to install the System Center 2012 Configuration Manager client and create custom queries and collections to logically group resources for related management tasks.

For more information about discovery in System Center 2012 Configuration Manager, see About Configuration Manager Discovery (https://go.microsoft.com/fwlink/?linkid=107444) on TechNet.

パラメーター

-Name<DiscoveryType>

Specifies the type of discovery method that the cmdlet gets. Valid values are:

-- ActiveDirectoryForestDiscovery: Discovers security groups, including local, global, and universal groups from specified locations in Active Directory Domain Services.
-- ActiveDirectoryGroupDiscovery: Discovers additional information, including the OU and group membership of the computer, about previously discovered computers from specified locations in Active Directory Domain Services.
-- ActiveDirectorySystemDiscovery: Discovers computers from specified locations in Active Directory Domain Services.
-- ActiveDirectoryUserDiscovery: Discovers users from specified locations in Active Directory Domain Services.
-- HeartbeatDiscovery: Updates discovery records for Microsoft System Center 2012 Configuration Manager clients in the System Center 2012 Configuration Manager database without discovering new resources.
-- NetworkForestDiscovery: Searches the network infrastructure for network devices (such as printers, routers, and bridges) that have an IP address.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-SiteCode<String>

Specifies a site code.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Get a user discovery method

This command gets a System Center 2012 Configuration Manager method that discovers users in the installation.

PS C:\> Get-CMDiscoveryMethod -Name "ActiveDirectoryUserDiscovery"

関連トピック

Set-CMDiscoveryMethod