- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 06:44 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2024 10:18 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:17 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2024 09:56 PM
Hello,
Fail to testing my Windows Credentials.
I double check ID and Password.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:44 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2024 10:02 PM
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?