Windows credential issue

Hank Woo
Tera Guru

Hello All,

 

I'm new in ITOM. Please understand my stupid quistion.

 

I'm trying to discover Windows Servers by Windows MID server.

I made Win credential but it doesn't work.

 

I already disabled firewall both MID server and Win host.

And also test RDP connection between MID to Win host and Win host to MID, but fine.

 

Is there anything that I need to check?

1 ACCEPTED SOLUTION

@Hank Woo 

 

Then it has something to do with the credentials you are using to connect from the mid server to your windows host. To troubleshoot this further, try running a remoting command from your mid server to your windows host. You can make use of PowerShell Invoke-Command to test this. Something like this :

 

Invoke-Command -ComputerName 'your windows os hostname or ip' -Credential Get-Credential -ScriptBlock {
    hostname
}

 

Run this command and supply the credentials you were using to test it from ServiceNow. If you don't get the hostname of the remote machine returned as an output, you need to check your credentials.

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

View solution in original post

9 REPLIES 9

Mio Matsushita
Mega Sage

Hello

Have you tried testing your credentials?
See if it succeeds or if an error occurs.
https://docs.servicenow.com/csh?topicname=t_CreateCredential.html&version=latest

Hello,

 

Fail to testing my Windows Credentials.

I double check ID and Password.

 

win_credential_01.png

Amit Verma
Kilo Patron
Kilo Patron

Hi @Hank Woo 

 

Is your Windows machine in domain ? If yes, please ensure you are using Domain Credentials to connect. Moreover, the credentials should have access to WMI.

 

Also, please ensure that WMI Port 135 is listening on your Windows Machine. You can check for WMI connectivity from your Mid Server as well to your Windows machine or make use of Test Credentials Utility to check for WMI issues.

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

Hello,

 

Nope, There's no domain.

 

In addition, My Mid Server is on KVM, and widows OS is on ESXi host.

This environment can cause anything wrong?