Script to update the operational status field of cmdb_ci_computer table to retired
We were trying to run the BG script below to change the operational status of some computers to retired where discovery source is from SCCM and most recent discovery is before Aug 1 2022- var gr= new GlideRecord("cmdb_ci_computer");gr.addQuery('disco...
