App doesn't work for machines in different domains
- First it tries to use the NetBIOS name. It finds the record on SCCM but can't manage it through WinRM.
- If we add the FQDN then WinRM works, but it doesn't find the record on SCCM database.
It seems the app hasn't been tested in a multidomain environment.
Answers
You are the second person that has raised this recently, so something that we can look at for the future.
- No, We don't use multiple suffixes on our NICs. There are a few alias that are the same on different domains, so that would be unadvisable.
- we use the FQDN workaround, the problem is that when using FQDN all queries dependent of the site server don't work.
I believe is something that could be fixed by code. If computer name contains '.' charácter, use the full string for WinRM, and extract the NETBIOS name splitting the string by the '.' and using the first element for SCCM site server queries.