Edit

Share via


Get-CMAssetIntelligenceSynchronizationPoint

Gets asset intelligence synchronization points.

Syntax

SearchByName (Default)

Get-CMAssetIntelligenceSynchronizationPoint
    [[-SiteSystemServerName] <String>]
    [-AllSite]
    [-SiteCode <String>]
    [-DisableWildcardHandling]
    [-ForceWildcardHandling]
    [<CommonParameters>]

SearchByValue

Get-CMAssetIntelligenceSynchronizationPoint
    -InputObject <IResultObject>
    [-AllSite]
    [-DisableWildcardHandling]
    [-ForceWildcardHandling]
    [<CommonParameters>]

Description

The Get-CMAssetIntelligenceSynchronizationPoint cmdlet gets one or more asset intelligence synchronization points. Configuration Manager uses the asset intelligence synchronization point to connect to the Microsoft cloud to synchronize catalog information.

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

Examples

Example 1: Get all asset intelligence synchronization points

This command gets all asset intelligence synchronization points in the current site.

Get-CMAssetIntelligenceSynchronizationPoint

Example 2: Get a specific server

This command gets the asset intelligence synchronization point on the site server named CMDIV-WEST04.CORP.CONTOSO.COM, and saves it as the variable $aisp. You can then use that variable with other cmdlets, for example Set-CMAssetIntelligenceSynchronizationPoint.

$aisp = Get-CMAssetIntelligenceSynchronizationPoint -SiteSystemServerName "CMDIV-WEST04.CORP.CONTOSO.COM"

Parameters

-AllSite

The Get-CMAssetIntelligenceSynchronizationPoint cmdlet gets one or more asset intelligence synchronization points. Configuration Manager uses the asset intelligence synchronization point to connect to the Microsoft cloud to synchronize catalog information.

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AllSites

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DisableWildcardHandling

This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ForceWildcardHandling

This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

Specifies the input to this cmdlet. You can use this parameter, or you can pipe the input to this cmdlet.

Parameter properties

Type:IResultObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SearchByValue
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-SiteCode

The Get-CMAssetIntelligenceSynchronizationPoint cmdlet gets one or more asset intelligence synchronization points. Configuration Manager uses the asset intelligence synchronization point to connect to the Microsoft cloud to synchronize catalog information.

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

SearchByName
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SiteSystemServerName

The Get-CMAssetIntelligenceSynchronizationPoint cmdlet gets one or more asset intelligence synchronization points. Configuration Manager uses the asset intelligence synchronization point to connect to the Microsoft cloud to synchronize catalog information.

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

Parameter properties

Type:String
Default value:None
Supports wildcards:True
DontShow:False
Aliases:Name, ServerName

Parameter sets

SearchByName
Position:0
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject

Outputs

IResultObject