Get-CMAssetIntelligenceSynchronizationPoint

Get-CMAssetIntelligenceSynchronizationPoint

Gets Asset Intelligence synchronization points.

Syntax

Get-CMAssetIntelligenceSynchronizationPoint [ <CommonParameters>]

Detailed Description

The Get-CMAssetIntelligenceSynchronizationPoint cmdlet gets one or more Asset Intelligence synchronization points. Microsoft System Center 2012 Configuration Manager uses the Asset Intelligence synchronization point site system role to connect System Center 2012 Configuration Manager sites to System Center Online to synchronize Asset Intelligence catalog information.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Get an Asset Intelligence synchronization point

This command gets the Asset Intelligence synchronization point on the System Center 2012 Configuration Manager site that has the site code CM2 on the site system server named CMDIV-WEST04.CORP.CONTOSO.COM.

PS C:\> Get-CMAssetIntelligenceSynchronizationPoint -SiteSystemServerName "CMDIV-WEST04.CORP.CONTOSO.COM" -SiteCode "CM2"

Set-CMAssetIntelligenceSynchronizationPoint

Add-CMAssetIntelligenceSynchronizationPoint

Remove-CMAssetIntelligenceSynchronizationPoint