473,785 Members | 2,994 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MSINFO execution on remote machines

Platform: Windows 2000 machine with SP4

I use MSINFO to find system information on the remote
machines on our local network.
I am able to run MSINFO successfully on other Windows 2000
machines using the command

MSINFO32 /computer:<anoth er W2K machine> /report
<filename>.

But on the Windows XP machine the command

MSINFO32 /computer:<Windo ws XP machine> /report <filename>
fails with the error message

"The connection to <Windows XP machine> could not be
established. Check to see that the network path name is
correct, that you have sufficient permission to access
Windows Management Instrumentation , and that the Windows
Management Instrumentation service is started on the
computer."
even though I have Administrator permission on the remote
XP machine.

But it is working the other way, i.e. when I run MSINFO
from Windows XP Professional (with SP1) machine to access
data on Windows 2000 machine, it works fine.

What could be the reason for the error while accessing
Windows XP from Windows 2000?
Any help resolving this problem would be appreciated.
Thanks in advance.
Shankar
Jul 21 '05 #1
2 6695
Hey,

Did you check the second part of the error message??
"Windows Management Instrumentation service is started on
the computer."

Just crack open the service explorer to see if its
running..

Let us know how it goes..

Cheers

Eddie de Bear
-----Original Message-----
Platform: Windows 2000 machine with SP4

I use MSINFO to find system information on the remote
machines on our local network.
I am able to run MSINFO successfully on other Windows 2000machines using the command

MSINFO32 /computer:<anoth er W2K machine> /report
<filename>.

But on the Windows XP machine the command

MSINFO32 /computer:<Windo ws XP machine> /report <filename>fails with the error message

"The connection to <Windows XP machine> could not be
established. Check to see that the network path name is
correct, that you have sufficient permission to access
Windows Management Instrumentation , and that the Windows
Management Instrumentation service is started on the
computer."
even though I have Administrator permission on the remoteXP machine.

But it is working the other way, i.e. when I run MSINFO
from Windows XP Professional (with SP1) machine to accessdata on Windows 2000 machine, it works fine.

What could be the reason for the error while accessing
Windows XP from Windows 2000?
Any help resolving this problem would be appreciated.
Thanks in advance.
Shankar
.

Jul 21 '05 #2
Hi Eddie,
Thanks for the reply. I did check the "Windows Management
Instrumentation service", it is started and running on
both the computers (my machine and the remote machine),
but still it gives the error message.

Any other reasons?

Thanks,
Shankar
-----Original Message-----
Hey,

Did you check the second part of the error message??
"Windows Management Instrumentation service is started on
the computer."

Just crack open the service explorer to see if its
running..

Let us know how it goes..

Cheers

Eddie de Bear
-----Original Message-----
Platform: Windows 2000 machine with SP4

I use MSINFO to find system information on the remote
machines on our local network.
I am able to run MSINFO successfully on other Windows

2000
machines using the command

MSINFO32 /computer:<anoth er W2K machine> /report
<filename>.

But on the Windows XP machine the command

MSINFO32 /computer:<Windo ws XP machine> /report

<filename>
fails with the error message

"The connection to <Windows XP machine> could not be
established . Check to see that the network path name is
correct, that you have sufficient permission to access
Windows Management Instrumentation , and that the Windows
Management Instrumentation service is started on the
computer."
even though I have Administrator permission on the

remote
XP machine.

But it is working the other way, i.e. when I run MSINFO
from Windows XP Professional (with SP1) machine to

access
data on Windows 2000 machine, it works fine.

What could be the reason for the error while accessing
Windows XP from Windows 2000?
Any help resolving this problem would be appreciated.
Thanks in advance.
Shankar
.

.

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2495
by: KV | last post by:
Anybody here created an agent? I need to create an agent that runs as a Windows service. The agent would listen on a certain TCP port and run executable files sent to it from a master program. I have these questions: - Is C# a decent language to write this in? - If there are any major issues, what are they? - Do you know where I can find example source code for such a project? It can be in almost any language.
1
1140
by: Kapil | last post by:
My goal is to write an application in which I need to execute some programs on remote clients. The clients should be listening to the server machine all the time and as soon as a request comes, they would execute a set of programs. The important thing is that the server should know what of those programs were completed successfully and what failed. I was wondering what is the best way for me to do this. Would .NET remoting help me...
0
1480
by: matvdl | last post by:
My asp.net application depends on obtaining allot of data from a remote application. This application is a bit of a monster and it is not an option to install it on the asp.net system. Note - the remote application is developed in vb6 Currently I have the application installed on a number of remote computers and use DCOM from asp.net to communicate with this application. All the calls to this remote application are generally kept to a...
2
2171
by: felecha | last post by:
I'm stumped. I'm working on an application in VB.Net that uses System.Messaging.MessageQueue to listen for messages sent to a private queue on a remote machine. Both machines are in the same Workgroup in a small private LAN. The messaging is working fine, but since the remote machine is used as a control system and has to be rebooted when there is a configuration change, I have to handle the remote queue going down and coming back up...
2
261
by: Shankar | last post by:
Platform: Windows 2000 machine with SP4 I use MSINFO to find system information on the remote machines on our local network. I am able to run MSINFO successfully on other Windows 2000 machines using the command MSINFO32 /computer:<another W2K machine> /report <filename>.
0
1113
by: Mr. Novice | last post by:
Hello, I'm using the below code to display a list of processes running on a remote machine. The code successfully grabs five or six of the processes before getting an error that says "feature is not supported for remote machines". If the feature isn't supported for remote machines then why is able to grab some of the processes before getting the error? Also, I've use the process.getprocessname successfully on remote machines to search...
1
1898
by: lauralucas | last post by:
Hello I'm using ASP.NET 1.1, Visual Studio 2003, IIS 5.1 and windows XP as development machine. I can work in this machine locally and create web apps that I can access via localhost. No problem at all. Now, I'm trying to deploy the app I done to a windows 2003 server, with IIS 6.0 and in wich I installed the Visual Studio 2003 server components (for web development). It has ASP.Net 1.1 too.
1
2574
by: dodobird | last post by:
Hello, I am sorry if this is not the correct forum for this post. I am looking for a tool for Windows, that can do file transfer to remote machines ( running windows as well ), and also do remote execution. it should be run from a script, it should have a log of all errors, and it should be able to do Retry/Stop/Continue to operations ( for example if the file transfare didn't succeed, it sould be possible to choose in the script if we want...
1
1930
by: ganeshp | last post by:
Hi All, One programming technique to connect from one system to other is through socket programming. Socket programming can be done using programming languages like Java,C,C++. Are there any other programming techniques though which can be used to 1) Connect from local machine to remote machines AND 2) Transfer data from local machine to remote machines AND 3) Execute a process on the remote machines.
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10330
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10093
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9952
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8976
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7500
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.