If your printer is named "Xerox Printer A", you would run:C:\Windows\System32\spool\drivers\x64\3\x3jobt02T.exe "Xerox Printer A"
This command attempts to start the Xerox Job Tracker for the specified printer. By using the exact printer name as listed in your system, you can pass it as a parameter to x3jobt02T.exe to check the printer status without adding the printer locally.
To find a list of printer names run the command: wmic printer get name
This will show a list of printer names installed on your print server.