Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Discovery

Dipakkumar123
Tera Contributor

Hey folks my discovery is failing on classification phase even though RDP is working, i provided all the access to the account but unable to it ,Here I am trying to discover the host via windows server on virtual machine.

 

Dipakkumar123_0-1721368217872.png

 

3 REPLIES 3

Community Alums
Not applicable

Hi @Dipakkumar123 ,

Go thought this KB Article, might be helpful : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0535236

 

this as well : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0868224

 

Thanks.

Hope this helps.

If my response turns useful, you can mark it helpful and accept solution.

Pratiksha
Mega Sage
Mega Sage

What permissions you have given? Is it a local account or domain account. You can try login to mid server and check the connectivity. 

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1116898

Selva Arun
Mega Sage
Mega Sage

Hi Dipak,

 

Please find the details below, which will be helpful for troubleshooting the Classification Phase.

selvarun_3-1724162828651.png

 

  •  Test WMI credentials directly in ServiceNow by navigating to the Credential table and using the "Test Credential" UI action.

 

 

selvarun_0-1724162783524.png

 

  • Additionally, run the following PowerShell command from the MID Server using the Windows credentials:

PS C:\> $cred = Get-Credential -UserName "domain \username " -Message "Enter the password for the service account"

 

>> Get-WmiObject -Class Win32_OperatingSystem -ComputerName "10.XX.XX196" -Credential $cred

selvarun_1-1724162783528.png

 

If it is successful, it will show the details below:

selvarun_2-1724162783529.png

If you believe the solution provided has adequately addressed your query, could you please **mark it as 'Helpful'** and **'Accept it as a Solution'**? This will help other community members who might have the same question find the answer more easily.

 

Thank you for your consideration.

Selva