Home Service Manager

ServiceManager Do not sync computers atributes

Marek_LefekMarek_Lefek Customer Advanced IT Monkey ✭✭✭
We have set connector SCSM-SCCM and SCSM-AD which sent information about computers, users. SCCM fill infomration about eg. NetBios name, serial number, primary user, OS, but it do not  synchronize attributes: MAC Address, IP address.
These data are in object in SCCM.
Any ideas how to resolve this?

Best Answer

Answers

  • Marek_LefekMarek_Lefek Customer Advanced IT Monkey ✭✭✭
    You are right! Is there a possiblity to copy it into computer object - fields IP Address and MAC Addresses.

  • Konstantin_Slavin-BoKonstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭
    Sure, you could do it with both Powershell and Orchestrator: Get the computer object (Microsoft.Windows.Computer), get the hardware relationship (Microsoft.Windows.ComputerHostsLogicalDevice) and get the related network adapter (Microsoft.Windows.Peripheral.NetworkAdapter). Then you can get the properties from the network adapter and insert it into the properties at the computer object.

    I'm not aware of whether you could do this directly in the connector, though? That would be a lot easier, but I'm not sure how you would go about doing that.
  • Brian_WiestBrian_Wiest Customer Super IT Monkey ✭✭✭✭✭
    I believe that SCOM connector would bring in these details.
  • Peter_SettlePeter_Settle Customer Advanced IT Monkey ✭✭✭
    I agree with Brian, the connector will bring through this detail.
Sign In or Register to comment.