Don't use the -f and -c switches.
-c Copy the specified program to the remote system for
execution. If you omit this option the application
must be in the system path on the remote system.
-f Copy the specified program even if the file already
exists on the remote system.
My test.
C:\Temp\Tdrive>psexec \\test10 -h -accepteula -u admin -p admin wbadmin.exe get status
PsExec v2.4 - Execute processes remotely
Copyright (C) 2001-2022 Mark Russinovich
Sysinternals - www.sysinternals.com
wbadmin 1.0 - Backup command-line tool
(C) Copyright Microsoft Corporation. All rights reserved.
ERROR - No backup or recovery operation is currently running.
wbadmin.exe exited on test10 with error code -2.
C:\Temp\Tdrive>