powershell API for sc_task table
I'm trying to use powershell and the SNOW API to GET tasks from sc_task table. For reference I can pull back RITM w/ no issue from sc_req_item table. To do this i am using the following as example. $table = 'sc_req_item'$value = 'RITM0253310'$pro...