Correction to knowledge for SDK SPN Registration alert

Thanks to a sharp-eyed customer, an error in the resolution procedure for alert "SDK SPN Registration" has been identified. The resolution is below, with the error and change in bold:

Current:  

You can use SetSPN.exe to register the SPNs for the SDK service. Here are the commands that you need to execute using an account which has domain administrator rights:

  • Setspn.exe –A MSOMSDK/[RMS FQDN] domain\username (this is the SDK service account name)
  • Setspn.exe –A MSOMSDK/[RMS NETBIOS] domain\username

Corrected:  

You can use SetSPN.exe to register the SPNs for the SDK service. Here are the commands that you need to execute using an account which has domain administrator rights:

  • Setspn.exe –A MSOMSdkSvc/[RMS FQDN] domain\username (this is the SDK service account name)
  • Setspn.exe –A MSOMSdkSvc/[RMS NETBIOS] domain\username

Update: edited the commands to replace the less-than and more-than signs with brackets, because they caused the commands to display incorrectly in html - sorry!