
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2019 01:06 AM
So as we are getting LS stood up, we noticed that around 80% of our computers are coming back as having duplicate sids. Upon investigation, it seems that this is not the case. When I check machines SIDS manually, they are not coming back with the same SID that lansweeper is reporting. I took a look at the SQL and it looks like its just checking the administrator account, denoted by the "'%-500'" listed in the report.
Does this report need to be customized? If so, how do I see duplicate machines SIDs in the environment? If not, what is the point of checking the admin account SID? Its always the same across windows computers.
Could definitely use some clarification on this as it caused quite a stir only to be shown as false upon further investigation. Not a great impression for LS.
Thanks!
- Labels:
-
General Discussion

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2019 06:21 AM
Support is great - the forum is, well... kinda sparse.
Email support@lansweeper.com. they are super helpful and in my experience, respond within 24 hours (they are in Europe)
I even talk to a few engineers online...
I have out-shined many programs that cost 13k/month with LS...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2019 10:21 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2019 09:40 PM
I think it may play a role in non-domain machines, but I haven't researched it enough.
Plus, on a side note but kind of related, reports in general such as 'missing X' or 'missing Y' cannot be fully trusted either, unless you join to the error table to make sure that SOFTWARE was successfully scanned, or REGISTRY was successfully scanned - just as examples.
Doesn't really happen in smaller environments, but you get some of those in larger ones.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2019 09:31 PM
The articles I linked show why its a useless report, because SIDs never leave the local computer. You dont auth with a sid against another computer ever, you only auth with THAT computers sid.
Annoying oversight on part of LS team.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2019 12:47 AM
the -500 in Lansweeper report is for a local administrator like ./administrator or whatever you named it to.
so the tool psgetsid64.exe localadminname and you get the SID.
I don't see that in your output in the image - as it will have the -500 in it.
I'll have to run that tool on the computers that say their dupe in my report... but that's what I call "Friday Work" hehe so I'll have to wait until then.
But, I did confirm for my local admin named 'localadmin' for example.. that it was the same on two of the machines.
Am i making sense? You might be getting the domain machine SID, not the local machine SID (the original SID pre-domain).
If you query for the local administrator account on the machine in question, and compare with another one on the report, if it's the same (which it will be unless WMI is lying - it pulls from WMI), you will know that the *local* machine SID is the same as well, as that's how the local users and groups are formed (machine SID plus -500 for local administrator account)
Am I making sense? The report is basically ./administrator SIDs.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2019 12:31 AM
https://imgur.com/a/YAcbfg6
The top rows are my checks, and then the bottom are the same computers and the info that lansweeper is putting out.
Something is not matching up.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2019 05:36 PM
To recap, if local administrator SID is the same on two machines, then the two machines' local SID is the same... which means they weren't sysprepped properly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2019 05:33 PM
i verified via psgetsid64
also in that first URL:
Even before you create the first user account on a system, Windows defines several built-in users and groups, including the Administrator and Guest accounts. Instead of generating new random SIDs for these accounts, Windows ensures their uniqueness bysimply appending a per-account unique number, called a Relative Identifier (RID), to the machine SID . The RIDs for these initial accounts are predefined, so the Administrator user always has a RID of 500:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2019 05:20 PM
I am also referencing these articles:
https://blogs.technet.microsoft.com/markrussinovich/2009/11/03/the-machine-sid-duplication-myth-and-why-sysprep-matters/
https://blogs.msdn.microsoft.com/aaron_margosis/2009/11/05/machine-sids-and-domain-sids/
