Not able to validate credentials
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 04:59 PM
Experts,
I am trying to validate credentials on Windows 10 Laptop from a MID server [Windows 2016]. Both are on same network. But I am still unable to validate credentials. I am on Tokyo version .
1) Firewall is disabled on target host
2) Ping from MID server OK
3) Telnet from MID to target host OK
4) From MID server Power shell command ==> gwmi win32_operatingsystem -computer 192.168.1.212 -credential 'svcacct_discovery' FAILS
Not sure what is the reason?
Any other point I should be checking?
Please advise.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 01:26 AM
Is it a local account or a domain account?
When it is a domain account try: <domain>/<user>
When it is a local account, try: ./<user>
Is the account member of the local administrator group?
Michael
Please mark the suggestion as helpful/like, if you find it useful to you or others who wants to refer similar content.
Please mark the solution as correct, if the answer provided has resolved your query.