2017年8月3日 星期四

SCOM 2016,Unable to resolve the user xxx associated with the user role. Error code 1332

Problem
===========
Unable to resolve the user xxx associated with the user role. Error code 1332

Cause
=========
Normally – when you have a trust with a remote account domain, and you want to add users from the rote domain to SCOM, things go perfectly.
However, if the user account in the remote domain uses a different UPN name than the SAM account name – the SCOM UI block’s it.
  
Solution
===========
Use SCOM PowerShell to add these users to the role:

$Role = Get-SCOMUserRole -Name "MSFT TEST"
$Role | Set-SCOMUserRole -User ($Role.Users + "MSFT\jimmytest")


沒有留言:

張貼留言