In the context of SCCM (System Center Configuration Manager), there isn't a predefined report specifically designed to list all accounts (local or domain) on a specific computer. However, you can create a custom SQL query to achieve this by leveraging the SQL views available in SCCM.
You would typically use the v_R_System view to get the computer details and join it with other relevant views that contain user account information. This would require some knowledge of SQL and the specific schema of the SCCM database.
If you need further assistance on how to write such a query or create a custom report, you might want to refer to the documentation on creating custom reports in SCCM.