Is there an early release of this available Dylan?
I'm just testing LAN Cache today and it's pretty clear the problem straight away. LAN Cache creates a local account on each device, including the LAN Cache server and each client assigned to that particular LAN Cache added to the local admin group- the problem is, domain controllers do not have a local SAM database, the FSAdminXXXXXXXX account is created on the _domain_ and added to the domain based built-in administrators group.
You can see the problem very clearly in the security event logs, event 4625;
Account For Which Logon Failed:
Security ID: S-1-0-0
Account Name: FSAdminXXXXXXXXX
Account Domain: <DC Hostname>
Failure Information:
Failure Reason: Unknown user name or bad password.
Status: 0xc000006d
Sub Status: 0xc0000064
Because the FSAdminXXXXXXXX account is domain based using the NT4 name of hostname\username fails on a DC.
Essentially what Kaseya need to do is detect when the LAN Cache is on a DC and instead authenticate with the NT4 name of domain_netbios\username
I presume this is what the hotfix does.
Dylan any update when we can expect to see this pushed out?
Thanks,
James