Hello,
I have a PowerShell script that updates placement names. The script works.
Here is how my script works.
It gets all the placements, it loops and get each placement, gets the name of the placement, and splits. Then checks if it has the placement id as the first value, if it doesn't it will add the placement id in front of the name and push it to DCM. For the most part, it works perfectly. However, some placement id's do not update no matter what I do in DCM. When I test, I see them changed in my PowerShell environment, however, it does not go into DCM.
Please let me know if you need more information.
Thank you.