Remove-CMAssetIntelligenceSynchronizationPoint

Remove-CMAssetIntelligenceSynchronizationPoint

Removes an Asset Intelligence synchronization point.

Syntax

Parameter Set: SearchByNameMandatory
Remove-CMAssetIntelligenceSynchronizationPoint -SiteCode <String> -SiteSystemServerName <String> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SearchByValueMandatory
Remove-CMAssetIntelligenceSynchronizationPoint -InputObject <IResultObject> [-Force] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Remove-CMAssetIntelligenceSynchronizationPoint cmdlet removes an Asset Intelligence synchronization point from a site system. After you remove an Asset Intelligence synchronization point, the Microsoft System Center 2012 Configuration Manager sites that used the synchronization point cannot connect to System Center Online.

Parameters

-Force

Removes the Asset Intelligence synchronization point without prompting you for confirmation. By default, the cmdlet prompts you for confirmation before it proceeds.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-InputObject<IResultObject>

Specifies an Asset Intelligence synchronization point object. To obtain a CMAssetIntelligenceSynchronizationPoint object, use the Get-CMAssetIntelligenceSynchronizationPoint cmdlet.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteCode<String>

Specifies the three-letter site code of the Configuration Manager site that hosts the site system role.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

Specifies an array of fully qualified domain names (FQDN) of the servers that host the site system role.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<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: Remove an Asset Intelligence synchronization point

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

PS C:\> Remove-CMAssetIntelligenceSynchronizationPoint -SiteSystemName "CMDIV-WEST04.CORP.CONTOSO.COM" -SiteCode "CM1"

Example 2: Remove an Asset Intelligence synchronization point by using an object variable

The first command gets the Asset Intelligence synchronization point on the System Center 2012 Configuration Manager site that has the site code ST1 on the site system server named CMDIV-WEST04.CORP.CONTOSO.COM. The command stores the results in the $AIsync variable.

The second command removes the Asset Intelligence synchronization point stored in the $AIsync variable.

PS C:\> $AIsync = Get-CMAssetIntelligenceSynchronizationPoint -SiteSystemName "WEST04.CORP.CONTOSO.COM" -SiteCode "ST1"
PS C:\> Remove-CMAssetIntelligenceSynchronizationPoint -InputObject $AIsync

Add-CMAssetIntelligenceSynchronizationPoint

Get-CMAssetIntelligenceSynchronizationPoint

Set-CMAssetIntelligenceSynchronizationPoint