Resolve-CMInventoriedSoftwareConflict

Resolves a conflict in Configuration Manager software inventory information.

Syntax

Resolve-CMInventoriedSoftwareConflict
       -Id <String>
       -RevertLocalEdit <Boolean>
       [-DisableWildcardHandling]
       [-ForceWildcardHandling]
       [-WhatIf]
       [-Confirm]
       [<CommonParameters>]

Description

The Resolve-CMInventoriedSoftwareConflict cmdlet resolves a conflict in Configuration Manager software inventory information.

When Configuration Manager receives updated information about software that is part of the software inventory, that information may conflict with your local settings. You can resolve a conflict by keeping your local inventory information or updating to the new 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: Resolve a software conflict and keep local inventory information

PS XYZ:\> Resolve-CMInventoriedSoftwareConflict -Id "SMS0001" -RevertLocalEdit $True

This command resolves a software conflict that has the specified ID. The command keeps the current, local version of the conflicting information.

Parameters

-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

-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

-Id

Specifies an array of IDs for conflicts in software inventory.

Type:String
Aliases:SoftwareKey
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-RevertLocalEdit

Indicates whether this cmdlet keeps the current inventory information for the conflict or updates that information. If this parameter is $True, the cmdlet keeps current, local information. If this parameter is $False, the cmdlet replaces conflicting information with updated information.

Type:Boolean
Position:Named
Default value:None
Required:True
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

None

Outputs

System.Object