Message 338478 - Python tracker

Message338478

Author steve.dower
Recipients markuskramerIgitt, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-20.15:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553094279.04.0.0781620355403.issue36382@roundup.psfhosted.org>
In-reply-to
Content
We just return the result of GetComputerNameEx [1] here - we don't use WMI at all (and given the complexities, we are not going to start).

Are you able to provide any more information? In particular, if the documentation for GetComputerNameEx (below) helps you understand why these machines are different, that would be helpful to know.

Obviously (I hope) we can't diagnose a DHCP issue on your network, so claiming this is a bug in Python is likely premature.

[1]: https://docs.microsoft.com/en-us/windows/desktop/api/sysinfoapi/nf-sysinfoapi-getcomputernameexw
History
Date User Action Args
2019-03-20 15:04:39steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, markuskramerIgitt
2019-03-20 15:04:39steve.dowersetmessageid: <1553094279.04.0.0781620355403.issue36382@roundup.psfhosted.org>
2019-03-20 15:04:39steve.dowerlinkissue36382 messages
2019-03-20 15:04:38steve.dowercreate