Discovering under local admin (not domain admin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2017 05:46 AM
Hello all,
In my company there are computers in a domain as well as computers which are not in domain.
While discovering network using domain administrator we have all needed data and all is fine.
But in case of using local administrator in a computers which are in domain - discovery doesn't work.
We are using local admin credentials in the following format: ".\administrator"
DCOM and WMI are enabled on those PCs.
In case of switching off User Access Control (UAC) on local PCs - credentials are passed and discovery works.
How can we discovering these PCs using local admin credentials and NOT switching off UAC ?
Can anyone advise on this matter?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2017 06:07 AM
Interesting concept, but wouldn't it be easier to just add a domain user account to the local admin group and use that account as your discovery account?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2017 06:20 AM
We cannot add domain user account to the local admin group because computer(s) is/are not on domain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2017 06:14 AM
Unfortunately there isn't. To make remote queries to windows hosts with a local (admin) account UAC must be disabled... Maybe consider using the WMI script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2017 06:22 AM
using the WMI script
You mean using orchestration? Is that only one way to resolve my issue? Or there are some another ways?
Thanks