
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 07:58 AM
When running Discovery we are receiving Permission denied errors from all Windows server for the WMI Runner.
When logged in to the Mid Server itself we are able to perform WMIC commands, using the same account used for Discovery, and are able to pull back information from WMI.
Any ideas on why we would be getting Permission denied when attempting from Discovery itself?
Thanks,
Rich
Solved! Go to Solution.
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 10:51 AM
Hi,
So you have tried this command?
wmic /node:"10.0.0.1" /user:"domain\user" /password:"password" path win32_operatingsystem
If yes then please check this below articles and links:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0564283
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 10:51 AM
Hi,
So you have tried this command?
wmic /node:"10.0.0.1" /user:"domain\user" /password:"password" path win32_operatingsystem
If yes then please check this below articles and links:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0564283
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 10:54 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 11:56 AM
Thanks for the assistance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2020 12:12 PM
You are welcome!