Windows Serrver Discovery without Admin privilege
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2013 12:00 PM
Hi,
Is there any way to discover Windows Servers without Admin privileges ? If yes then what are the requirements and what parameters/attribute can be discovered ?
Tajdar
- Labels:
-
Discovery
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2013 12:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2014 11:24 PM
Not able to find old forum.
Can anyone share the doc or details?
Thanks
srm

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2014 11:22 AM
Unfortunately, it looks like the thread Dan pointed to no longer exists. I will reach out to dan.sherwin to see if he can help.
thanks,
Lawrence

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2014 09:00 AM
Here's what dan.sherwin sent over:
(note: this has not been recently/fully tested)
Or you can use this..local changes may or may not need to be modified
We have identified the following requirements for the service account to properly perform the discovery scans, without full administrator authority:
(1) DCOM permissions — remote activation
(2) WMI permissions — remote enable at the root level
(3) Cmd.exe — read and execute permissions
(4) Netstat.exe — read and execute permissions
(5) Shared Folder — modify permissions to a share on the server where the output from the netstat.exe command is written
Here are the details for step 1 and 2
Step 1 above
- Run "dcomcnfg"
- Go to "Console Root -> Component Services -> Computers"
- Right-click on "My Computer" and choose "Properties"
- Select "Com Security" tab
- Click "Edit Limits" in "Launch and Activation Permissions" part
- Add user and check "Remote Activation"
- Click "OK" twice to apply
- Close the window
Step 2 above
- Open "Control Panel -> Administration -> Computer Management"
- Go to "Computer Management (Local) -> Services and Applications"
- Right-click "WMI Control" and select "Properties"
- Go to the "Security" tab
- Click "Security" button
- Click "Advanced" button
- Add user
- Check "Remote Enable" and ensure it will apply to "This namespace and subnamespaces"
- Click "OK" three times to apply
- Close the window