-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ServiceManager::remote_computer()
Doesn't Seem to Be Connecting to a Remote Computer
#103
Comments
ServiceManager::remote_computer()
Doesn't Seem to Be Connecting to a Remote Computer
ServiceManager::remote_computer()
Doesn't Seem to Be Connecting to a Remote ComputerServiceManager::remote_computer()
Doesn't Seem to Be Connecting to a Remote Computer
Hi, I think we never fully implemented it to work with remote machine. I looked at OpenSCManager and it has the following remark at the bottom:
That's being said, you either have to warm up the SCManager and login to remote machine before creating |
That complexity does not sound like something that You can try inserting some debug information into this library and see if we even call |
It definitely should error if it cannot connect to remote machine. I'd try setting database name to |
I write a quick test application to learn about your crate (I've never used it before). It worked great for a local computer. However, when using a remote computer it just seems to be operating on the local computer. I don't get any errors or any indication of failures. I've attached a screenshot of the code snippet and output showing the executable in action. I can query the winrm service local and remote at the beginning and they are both stopped. I start it on the local computer only and rerun the queries and they both return that both services are running.
Am I doing something wrong or is remote_computer not behaving like it should? I have been running this as a Domain Admin.
Please, will you let me know if there's anything I can provide to further help looking into this issue? I'd like to use this for a project, but I require remote_computer() to function. Thank you very much!
redacted_output.log
The text was updated successfully, but these errors were encountered: