HW/SW audit Anyone know how to get Belarc Advisor to run remotely via psexec?
Trying to do a quick hardware and software audit on my network.
I have a remote system that I copied belarc advisor over to.
I have pstools on my local system.
I am using the command line:
psexec -d remotecomputername -u myusername -p mypassword cmd c:BelarcBelarcAdvisorBelarcAdvisor.exe
I get
cmd started on remotecomputername with process id 11184
then nothing.
When I start Belarc Advisor on my local system, it prompts for various responses.
Why am I not seeing the choices from the remote machine?
What else do I need to do to get the Belarc to run, etc.?
windows command-line
add a comment |
Trying to do a quick hardware and software audit on my network.
I have a remote system that I copied belarc advisor over to.
I have pstools on my local system.
I am using the command line:
psexec -d remotecomputername -u myusername -p mypassword cmd c:BelarcBelarcAdvisorBelarcAdvisor.exe
I get
cmd started on remotecomputername with process id 11184
then nothing.
When I start Belarc Advisor on my local system, it prompts for various responses.
Why am I not seeing the choices from the remote machine?
What else do I need to do to get the Belarc to run, etc.?
windows command-line
How are you sure that the command is not working correctly and suddenly showing the results on the screen of the remote computer?
– Michael Frank
Sep 24 '14 at 5:18
add a comment |
Trying to do a quick hardware and software audit on my network.
I have a remote system that I copied belarc advisor over to.
I have pstools on my local system.
I am using the command line:
psexec -d remotecomputername -u myusername -p mypassword cmd c:BelarcBelarcAdvisorBelarcAdvisor.exe
I get
cmd started on remotecomputername with process id 11184
then nothing.
When I start Belarc Advisor on my local system, it prompts for various responses.
Why am I not seeing the choices from the remote machine?
What else do I need to do to get the Belarc to run, etc.?
windows command-line
Trying to do a quick hardware and software audit on my network.
I have a remote system that I copied belarc advisor over to.
I have pstools on my local system.
I am using the command line:
psexec -d remotecomputername -u myusername -p mypassword cmd c:BelarcBelarcAdvisorBelarcAdvisor.exe
I get
cmd started on remotecomputername with process id 11184
then nothing.
When I start Belarc Advisor on my local system, it prompts for various responses.
Why am I not seeing the choices from the remote machine?
What else do I need to do to get the Belarc to run, etc.?
windows command-line
windows command-line
asked Sep 24 '14 at 3:53
user371637user371637
612
612
How are you sure that the command is not working correctly and suddenly showing the results on the screen of the remote computer?
– Michael Frank
Sep 24 '14 at 5:18
add a comment |
How are you sure that the command is not working correctly and suddenly showing the results on the screen of the remote computer?
– Michael Frank
Sep 24 '14 at 5:18
How are you sure that the command is not working correctly and suddenly showing the results on the screen of the remote computer?
– Michael Frank
Sep 24 '14 at 5:18
How are you sure that the command is not working correctly and suddenly showing the results on the screen of the remote computer?
– Michael Frank
Sep 24 '14 at 5:18
add a comment |
2 Answers
2
active
oldest
votes
PSEXEC only redirects output for command-line utilities. Belarc Advisor uses a GUI for choosing options, then outputs its report to an HTML file. Therefore, PSEXEC will not be able to show you the interface for Belarc Advisor when it is running on the remote machine - in fact, it is possible that the utility may be instead popping up on the current user's desktop, on the remote machine, unexpectedly.
add a comment |
I monitored the processes on the remote computer and realized psexec was spawning the installation for belarc advisor because the remote computer did not have belarc advisor installed as I originally thought.
I installed belarc advisor on the remote computer, restarted and tried again, but it kept prompting for various inputs and their proprietary bcx file in the command line, so I went back the the belarc site so I can get something going asap.
The belarc advisor managed software works out to about $5US per machine to have much more sophisticated HW/SW reporting than what the free, standalone version offers, so I will go with that option instead.
Thanks for all of the fantastic help guys.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f815910%2fhw-sw-audit-anyone-know-how-to-get-belarc-advisor-to-run-remotely-via-psexec%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
PSEXEC only redirects output for command-line utilities. Belarc Advisor uses a GUI for choosing options, then outputs its report to an HTML file. Therefore, PSEXEC will not be able to show you the interface for Belarc Advisor when it is running on the remote machine - in fact, it is possible that the utility may be instead popping up on the current user's desktop, on the remote machine, unexpectedly.
add a comment |
PSEXEC only redirects output for command-line utilities. Belarc Advisor uses a GUI for choosing options, then outputs its report to an HTML file. Therefore, PSEXEC will not be able to show you the interface for Belarc Advisor when it is running on the remote machine - in fact, it is possible that the utility may be instead popping up on the current user's desktop, on the remote machine, unexpectedly.
add a comment |
PSEXEC only redirects output for command-line utilities. Belarc Advisor uses a GUI for choosing options, then outputs its report to an HTML file. Therefore, PSEXEC will not be able to show you the interface for Belarc Advisor when it is running on the remote machine - in fact, it is possible that the utility may be instead popping up on the current user's desktop, on the remote machine, unexpectedly.
PSEXEC only redirects output for command-line utilities. Belarc Advisor uses a GUI for choosing options, then outputs its report to an HTML file. Therefore, PSEXEC will not be able to show you the interface for Belarc Advisor when it is running on the remote machine - in fact, it is possible that the utility may be instead popping up on the current user's desktop, on the remote machine, unexpectedly.
answered Sep 24 '14 at 5:29
IsziIszi
7,4233691158
7,4233691158
add a comment |
add a comment |
I monitored the processes on the remote computer and realized psexec was spawning the installation for belarc advisor because the remote computer did not have belarc advisor installed as I originally thought.
I installed belarc advisor on the remote computer, restarted and tried again, but it kept prompting for various inputs and their proprietary bcx file in the command line, so I went back the the belarc site so I can get something going asap.
The belarc advisor managed software works out to about $5US per machine to have much more sophisticated HW/SW reporting than what the free, standalone version offers, so I will go with that option instead.
Thanks for all of the fantastic help guys.
add a comment |
I monitored the processes on the remote computer and realized psexec was spawning the installation for belarc advisor because the remote computer did not have belarc advisor installed as I originally thought.
I installed belarc advisor on the remote computer, restarted and tried again, but it kept prompting for various inputs and their proprietary bcx file in the command line, so I went back the the belarc site so I can get something going asap.
The belarc advisor managed software works out to about $5US per machine to have much more sophisticated HW/SW reporting than what the free, standalone version offers, so I will go with that option instead.
Thanks for all of the fantastic help guys.
add a comment |
I monitored the processes on the remote computer and realized psexec was spawning the installation for belarc advisor because the remote computer did not have belarc advisor installed as I originally thought.
I installed belarc advisor on the remote computer, restarted and tried again, but it kept prompting for various inputs and their proprietary bcx file in the command line, so I went back the the belarc site so I can get something going asap.
The belarc advisor managed software works out to about $5US per machine to have much more sophisticated HW/SW reporting than what the free, standalone version offers, so I will go with that option instead.
Thanks for all of the fantastic help guys.
I monitored the processes on the remote computer and realized psexec was spawning the installation for belarc advisor because the remote computer did not have belarc advisor installed as I originally thought.
I installed belarc advisor on the remote computer, restarted and tried again, but it kept prompting for various inputs and their proprietary bcx file in the command line, so I went back the the belarc site so I can get something going asap.
The belarc advisor managed software works out to about $5US per machine to have much more sophisticated HW/SW reporting than what the free, standalone version offers, so I will go with that option instead.
Thanks for all of the fantastic help guys.
answered Oct 7 '14 at 3:31
user371637user371637
612
612
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.
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%2f815910%2fhw-sw-audit-anyone-know-how-to-get-belarc-advisor-to-run-remotely-via-psexec%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
How are you sure that the command is not working correctly and suddenly showing the results on the screen of the remote computer?
– Michael Frank
Sep 24 '14 at 5:18