Update-IvantiCI
SYNOPSIS
Updates a configuration item (CI) in Ivanti ITSM.
SYNTAX
RecID (Default)
CIName
serialNumber
DESCRIPTION
Updates a configuration item (CI) in Ivanti ITSM with the specified details such as CI name, record ID, filter, or search parameters. The function allows updating various attributes of the CI.
EXAMPLES
EXAMPLE 1
Updates the configuration item 'CI123' with the specified details.
EXAMPLE 2
Updates the configuration item with record ID 'abc123' with the specified details.
EXAMPLE 3
Updates the configuration item found with the specified filter and status.
EXAMPLE 4
Updates the configuration item found with the specified search criteria.
PARAMETERS
-CIName
The name of the configuration item to be updated.
Type: String
Parameter Sets: (All)
Aliases: CI, Name
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-serialNumber
{{ Fill serialNumber Description }}
Type: String
Parameter Sets: serialNumber
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-recID
The record ID of the configuration item to be updated.
Type: String
Parameter Sets: RecID
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-body
A hashtable of fields to be updated in the configuration item.
Type: Hashtable
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.