Update Simple list in a Request Offering automatically

bilel moakhar 1 Reputation point
2020-09-07T13:27:13.257+00:00

Hi,
I want to update a simple list (add a value) automatically. I have 2 options:

1- Doing it using Powershell: I tried to find out how to get values of the list, the only place I could find it is:
$ParentClass = Get-SCSMClass System.RequestOffering$
$RequestOffering1 = Get-SCSMObject -Class $ParentClass -Filter "ID -eq 1|ServiceManager.ServiceRequest.Configuration|1.0.0.0|Offering0a4b6622954d4d63a7a5e74fa430955c|3|RequestOffering"
$RequestOffering1.PresentationMappingTemplate

I'm not even sure if I'm pointing to the right direction

2- Doing it using Orchestrator: Haven't found clues in internet about it.

Can you please direct me to do it ? Either ways are good for me.

Service Manager
Service Manager
A family of System Center products for managing incidents and problems.
232 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,521 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 108.8K Reputation points MVP
    2020-09-20T21:51:55.387+00:00

    I think adding a value to a simple list in a Request Offering automatically isn't that easy if even possbile.

    Can you share some more details about the use case please? Maybe it's possible to find an alternative for your requirement.

    Kind regards
    Andreas Baumgarten

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.