OK I have installed Dynamics 365 On-Premise in the following structure with all services running under domain service accounts.
-
CRM frontend server
-
CRM Backend server
-
SQL server
-
Reporting server
I want to ensure I have all the correct SPN’s so here is what I plan to do
Backend server
SETSPN –a MSCRMSandboxService/<BackendComputerName> <Sandbox service account>
SETSPN –a MSCRMSandboxService/<BackendComputerName.FQDM> <Sandbox service account>
SETSPN –a MSCRMAsyncService/<BackendComputeName> <Async service account>
SETSPN –a MSCRMAsyncService/<BackendComputeName.FQDM> <Async service account>
Frontend Server (CRM Server)
SETSPN –a HTTP/<CRMServerComputerName:5555> <App pool service account>
SETSPN –a HTTP/<CRMServerComputerName.FQDM:5555> <App pool service account>
SQL Server
setspn -a MSSQLSvc/[SQLServerName]:1433 <SQL service account>
setspn -a MSSQLSvc/[SQLServerName].FQDM:1433 <SQL service account>
Reporting server
SETSPN –a HTTP/<CRMServerComputerName:5555> <SQL Reporting service account>
SETSPN –a HTTP/<CRMServerComputerName.FQDM:5555> <SQL Reporting service account>
Any comments would be great thanks G
*This post is locked for comments