AndrewPla / TOPdeskPS

PowerShell module to interact with the TOPdesk API
MIT License
30 stars 12 forks source link

Set-TdChangeActivity improvements #100

Open bartstinissen opened 4 years ago

bartstinissen commented 4 years ago

We've created a script that creates users in several systems, including TOPdesk with TOPdeskPS.

We would like to improve the script, so we don't have to close the change activity in TOPdesk anymore. So we would like to update the change activity with some text in the action area and close the activity (change the status).

So I would like to see it work like this: Set-TDChangeActivity -ChangeActivity "CA 1910 001" -Action "User created" -Status "Closed"

Thanks in advance!