Same cmd command returns different results for different users
up vote
1
down vote
favorite
I am typing this same command from two different accounts:
query process <process name>.exe /server:<server name>
From account A, it returns the list of processes on the server as expected.
From account B, it simply says No Process exists for <process name>
.
Of course, this means account B does not have permissions to view the processes on this server.
What settings do I need to change so that account B has permissions to view this? (My account is account A and I have administrator privileges to change all accounts.)
Both account A and B are admins, so there must be some specific setting in B preventing it from accessing this information.
cmd.exe privileges
|
show 2 more comments
up vote
1
down vote
favorite
I am typing this same command from two different accounts:
query process <process name>.exe /server:<server name>
From account A, it returns the list of processes on the server as expected.
From account B, it simply says No Process exists for <process name>
.
Of course, this means account B does not have permissions to view the processes on this server.
What settings do I need to change so that account B has permissions to view this? (My account is account A and I have administrator privileges to change all accounts.)
Both account A and B are admins, so there must be some specific setting in B preventing it from accessing this information.
cmd.exe privileges
2
Is this over a network? If so, account B needs also to have permissions over the other computer.
– harrymc
Nov 20 at 20:16
@harrymc Aha, that explains it. Thank you!
– ImaginaryHuman072889
Nov 20 at 21:01
I see that this is the problem, so I converted my comment to an answer.
– harrymc
Nov 20 at 21:04
@harrymc Upvoted and accepted.
– ImaginaryHuman072889
Nov 20 at 21:10
@harrymc I thought for sure this was the issue but I came in to work today and found that account B has permissions on the other computer, so this is a separate issue. Do you think I should modify this existing question or create a new question?
– ImaginaryHuman072889
Nov 21 at 16:27
|
show 2 more comments
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am typing this same command from two different accounts:
query process <process name>.exe /server:<server name>
From account A, it returns the list of processes on the server as expected.
From account B, it simply says No Process exists for <process name>
.
Of course, this means account B does not have permissions to view the processes on this server.
What settings do I need to change so that account B has permissions to view this? (My account is account A and I have administrator privileges to change all accounts.)
Both account A and B are admins, so there must be some specific setting in B preventing it from accessing this information.
cmd.exe privileges
I am typing this same command from two different accounts:
query process <process name>.exe /server:<server name>
From account A, it returns the list of processes on the server as expected.
From account B, it simply says No Process exists for <process name>
.
Of course, this means account B does not have permissions to view the processes on this server.
What settings do I need to change so that account B has permissions to view this? (My account is account A and I have administrator privileges to change all accounts.)
Both account A and B are admins, so there must be some specific setting in B preventing it from accessing this information.
cmd.exe privileges
cmd.exe privileges
asked Nov 20 at 20:00
ImaginaryHuman072889
1084
1084
2
Is this over a network? If so, account B needs also to have permissions over the other computer.
– harrymc
Nov 20 at 20:16
@harrymc Aha, that explains it. Thank you!
– ImaginaryHuman072889
Nov 20 at 21:01
I see that this is the problem, so I converted my comment to an answer.
– harrymc
Nov 20 at 21:04
@harrymc Upvoted and accepted.
– ImaginaryHuman072889
Nov 20 at 21:10
@harrymc I thought for sure this was the issue but I came in to work today and found that account B has permissions on the other computer, so this is a separate issue. Do you think I should modify this existing question or create a new question?
– ImaginaryHuman072889
Nov 21 at 16:27
|
show 2 more comments
2
Is this over a network? If so, account B needs also to have permissions over the other computer.
– harrymc
Nov 20 at 20:16
@harrymc Aha, that explains it. Thank you!
– ImaginaryHuman072889
Nov 20 at 21:01
I see that this is the problem, so I converted my comment to an answer.
– harrymc
Nov 20 at 21:04
@harrymc Upvoted and accepted.
– ImaginaryHuman072889
Nov 20 at 21:10
@harrymc I thought for sure this was the issue but I came in to work today and found that account B has permissions on the other computer, so this is a separate issue. Do you think I should modify this existing question or create a new question?
– ImaginaryHuman072889
Nov 21 at 16:27
2
2
Is this over a network? If so, account B needs also to have permissions over the other computer.
– harrymc
Nov 20 at 20:16
Is this over a network? If so, account B needs also to have permissions over the other computer.
– harrymc
Nov 20 at 20:16
@harrymc Aha, that explains it. Thank you!
– ImaginaryHuman072889
Nov 20 at 21:01
@harrymc Aha, that explains it. Thank you!
– ImaginaryHuman072889
Nov 20 at 21:01
I see that this is the problem, so I converted my comment to an answer.
– harrymc
Nov 20 at 21:04
I see that this is the problem, so I converted my comment to an answer.
– harrymc
Nov 20 at 21:04
@harrymc Upvoted and accepted.
– ImaginaryHuman072889
Nov 20 at 21:10
@harrymc Upvoted and accepted.
– ImaginaryHuman072889
Nov 20 at 21:10
@harrymc I thought for sure this was the issue but I came in to work today and found that account B has permissions on the other computer, so this is a separate issue. Do you think I should modify this existing question or create a new question?
– ImaginaryHuman072889
Nov 21 at 16:27
@harrymc I thought for sure this was the issue but I came in to work today and found that account B has permissions on the other computer, so this is a separate issue. Do you think I should modify this existing question or create a new question?
– ImaginaryHuman072889
Nov 21 at 16:27
|
show 2 more comments
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Is this is over a network, then account B needs also to have permissions over
the other computer.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Is this is over a network, then account B needs also to have permissions over
the other computer.
add a comment |
up vote
2
down vote
accepted
Is this is over a network, then account B needs also to have permissions over
the other computer.
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Is this is over a network, then account B needs also to have permissions over
the other computer.
Is this is over a network, then account B needs also to have permissions over
the other computer.
edited Nov 21 at 7:06
answered Nov 20 at 21:03
harrymc
249k10257550
249k10257550
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377088%2fsame-cmd-command-returns-different-results-for-different-users%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Is this over a network? If so, account B needs also to have permissions over the other computer.
– harrymc
Nov 20 at 20:16
@harrymc Aha, that explains it. Thank you!
– ImaginaryHuman072889
Nov 20 at 21:01
I see that this is the problem, so I converted my comment to an answer.
– harrymc
Nov 20 at 21:04
@harrymc Upvoted and accepted.
– ImaginaryHuman072889
Nov 20 at 21:10
@harrymc I thought for sure this was the issue but I came in to work today and found that account B has permissions on the other computer, so this is a separate issue. Do you think I should modify this existing question or create a new question?
– ImaginaryHuman072889
Nov 21 at 16:27