homotechsual / HaloAPI

PowerShell module for the Halo Service Solutions series of software products.
MIT License
48 stars 38 forks source link

Fix problems sending non-ASCII data to HaloPSA #5

Closed thordreier closed 2 years ago

thordreier commented 2 years ago

Non-ASCII cannot be sent to HaloPSA. This pullr request should fix that.

Example on request that's not working without this fix:

Set-HaloAsset -Asset @{id=339; notes='æøå'}
homotechsual commented 2 years ago

Beautiful - thanks :-)