Do you mean logging in to the vCSA and running this?
PS C:\Users\myuserid> Get-Task | Select Name,StartTime,Id
Result of the above here:
Name StartTime Id
---- --------- --
CloneVM_Task 10/08/2019 15:04:16 Task-task-234068
UpgradeVM_Task 10/08/2019 15:04:46 Task-task-234589
ReconfigVM_Task 10/08/2019 15:04:57 Task-task-234565
ReconfigVM_Task 10/08/2019 15:05:13 Task-task-234665
CloneVM_Task 10/08/2019 15:05:33 Task-task-234555
UpgradeVM_Task 10/08/2019 15:05:53 Task-task-233445
Or do you mean I need to update the script with the Get-Task | Select Name,StartTime,Id?