Creating Assets that auto-update their "Remaining" column
Is this by design? Or am I simply missing some type of "invoke recalculation" function?
Best Answer
-
Joe_Burrows Cireson Devops Super IT Monkey ✭✭✭✭✭Hey Adam
It is by design if setting that setting through PowerShell, then you will need to either wait for the software asset sync workflow to run, or open it via a console SWA Form which will recalculate it, hit the refresh button on the SWA form, or calculate that value with powershell setting property "RunLicenceWorkflowNow" which would make workflow run within the next two minutes example:Get-SCSMObject -Class (Get-SCSMClass cireson.assetmanagement.settings) | fl *
Kudos to @joivan_hedrick for this one.
5
Answers
It is by design if setting that setting through PowerShell, then you will need to either wait for the software asset sync workflow to run, or open it via a console SWA Form which will recalculate it, hit the refresh button on the SWA form, or calculate that value with powershell setting property "RunLicenceWorkflowNow" which would make workflow run within the next two minutes example:
Kudos to @joivan_hedrick for this one.