Closed leeberg closed 4 years ago
This is more than just the description. Seems like the Set-UAScript cmdlet is messed up. It sets the properties into git but isn't syncing correctly to the database. Also, it seems like properties are stomping on each other. e.g. if I set description it clears manualtime etc.
Describe the Issue
The seems to be some issues with Description
To Reproduce
$Script = New-UAScript -Name "DescriptionTest1" -Description "Hello World" -ScriptBlock {$Derp}
Expected behavior