I’m enjoying the PowerShell module, great work. I looking to use it to automate more of our processes.
Successfully used the modules provided by @LNew , however I was hoping for functions to manage Assets as I would like to automate our devices lifecycle. The Freshservice Module in PowerShell Gallery https://www.powershellgallery.com/packages/FreshService.Tools/1.0.1 looks to have more functions, including managing assets.
So far I have been unable to get the FreshService.Tools Module to work. It complains
“parameter cannot be found that matches parameter name ‘FollowRelLink’”
Which is a PowerShell 7 Parameter. (As far as I understand)
Are both the FreshAPI and the FreshService.Tools modules being developed or are they now merged?
@perry_mahlmann , did you build a lifecycle for assets with these modules? How did it go ?