Discovering Devices from Azure AD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 07:01 PM
Hello fellow Dev, Could someone help me. I'm having a problem on discovering devices in our organization. At first we are able to discover the devices in our organization before we migrated to Azure AD. but now we couldn't discover the computers except the routers. Thanks for your help.
Regards,
Kent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 02:11 AM
Hi @Pratiksha ,
Here are a few troubleshooting steps you can perform to troubleshoot the issue.
These steps have to be performed from the MID server machine.
1. Telnet on port 135 from the MID Server.
telnet <target IP> <port>
2. Checking the Ephemeral ports using portqry commands.
portqry.exe -n “IP Address” -e 135 ( This command gets the list of all the Ephemeral ports )
portqry.exe -n "IP Address" -o 49152,49196,49166 ( Replace the ports with the ports received from the first comamand )
3. Run GWMI Query to test the credentials
gwmi win32_operatingsystem -computer "target ip" -credential "XXXX"
Attaching the reference Doc for all these troubleshooting steps - Windows Discovery Overview - Support and Troubleshooting (servicenow.com)
Regards,
Prabhjyot Singh