在Powershell中运行以下命令时,只有以本地管理员身份登录或从远程计算机运行并传递本地管理员帐户凭据时,它才有效:
schtasks /s (machine) /u (administrator) /p (the password) /tn (the task I'm interested in getting information on)
从远程机器回复
错误:访问被拒绝。
使用本地管理员以外的帐户登录计算机时,答案为
错误:系统找不到指定的pat。
我想让两种方法都有效。
感谢