Quantcast
Channel: SCSM PowerShell Cmdlets
Viewing all articles
Browse latest Browse all 306

New Post: Powershell Set-SCSMObject decimal value issue

$
0
0

Dear discussion participants,

i got an issue updating decimal values with smlets beta 4 - Set-scsmobject

following error is raised:

VERBOSE: Want to set Cost(decimal) to 56454.58
VERBOSE: Could not find type setter for decimal
Set-SCSMObject : PropertySetterNotFound
At line:1 char:15
+ Set-SCSMObject <<<<  $hwobj -Property cost -Value "56454.58" -WhatIf -Verbose
    + CategoryInfo          : ObjectNotFound: (decimal:String) [Set-SCSMObject], ItemNotFoundException
    + FullyQualifiedErrorId : No such property setter,SMLets.SetSMObjectCommand

VERBOSE: Adding 130bffaf-4f0b-c821-6eaf-b87c2eda5f5b to change list

Any solution possible?

Regards Chris

 

 


Viewing all articles
Browse latest Browse all 306

Trending Articles