Set-CMAssetIntelligenceSynchronizationPoint
Configure an asset intelligence synchronization point.
Syntax
Set-CMAssetIntelligenceSynchronizationPoint
[-CertificateFile <String>]
[-Enable <Boolean>]
[-EnableSynchronization <Boolean>]
[-InputObject <IResultObject>]
[-PassThru]
[-Schedule <IResultObject>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Set-CMAssetIntelligenceSynchronizationPoint cmdlet configures an asset intelligence synchronization point. Enable the asset intelligence synchronization point to schedule catalog synchronization with the Microsoft cloud.
Note
Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>
. For more information, see getting started.
Examples
Example 1: Enable an asset intelligence synchronization point
The first command gets the asset intelligence synchronization point on the site server named CMDIV-WEST04.CORP.CONTOSO.COM, and saves it as the variable $aisp. The second command enables the role by passing the variable as the input object.
$aisp = Get-CMAssetIntelligenceSynchronizationPoint -SiteSystemServerName "CMDIV-WEST04.CORP.CONTOSO.COM"
Set-CMAssetIntelligenceSynchronizationPoint -InputObject $aisp -Enable $True
Parameters
-CertificateFile
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableWildcardHandling
This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Enable
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableSynchronization
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceWildcardHandling
This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Specifies an asset intelligence synchronization point object. To get a asset intelligence synchronization point object, use the Get-CMAssetIntelligenceSynchronizationPoint cmdlet.
Type: | IResultObject |
Aliases: | AssetIntelligenceUpdateServicePoint |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PassThru
Returns the current working object. By default, this cmdlet doesn't generate any output.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Schedule
Specifies a CMSchedule object. The schedule specifies when the synchronization occurs. To create a CMSchedule object, use the New-CMSchedule cmdlet.
Type: | IResultObject |
Aliases: | ScheduleToken |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet doesn't run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
Outputs
IResultObject