Hello,
I have a strange issue:
two service accounts:
AccountT
AccountP
Two servers Windows Server 2019 Standard:
ServerA
ServerB
The servers have been rebooted several times during the troubleshooting...
the two servers are in the same OU and should have the same GPOs...
I set the two accounts as Local Administrators on both servers.
When I am on ServerA:
Both accounts are able to start the services...
When I am on ServerB:
The account AccountT is able to start the service.
The account AccountP is not able to start the service
"Error: The user isn't allowed to sign in to this computer"
If I start the service with account AccountT on ServerB and then change the account to AccountP I am able to restart the service successfully!!
They have the same set of WINS servers in the same order.
I verified also their registration ...
nbtstat -a ServerA
Prod: PS C:\Windows\system32> nbtstat -a ServerA
Ethernet0:
Node IpAddress: [10.17.82.70] Scope Id: []
NetBIOS Remote Machine Name Table
Name Type Status
SERVERA <00> UNIQUE Registered
AD <00> GROUP Registered
SERVERA <20> UNIQUE Registered
MAC Address = 00-50-56-8F-49-17
=========================================
Prod: PS C:\Windows\system32> nbtstat -a ServerB
Ethernet0:
Node IpAddress: [10.17.82.70] Scope Id: []
NetBIOS Remote Machine Name Table
Name Type Status
SERVERB <00> UNIQUE Registered
AD <00> GROUP Registered
SERVERB <20> UNIQUE Registered
MAC Address = 00-50-56-8F-49-17
================================================
I checked also :
Local Computer Policy > Windows Settings > Local Policies > User Rights Assignment
- Allow log on locally: Administrators is in and both accounts AccountT & AccountP are in the Administrators Group.
- Deny log on as a service is blank
- Log on as a service: both accounts AccountT & AccountP are in
Any idea?
Thanks,
Dom