2

I've got some code that checks for a user to be in the admin group based on the SID. Is this code going to work if the SID is hard-coded for Admin. for Windows 2000 SP4 through Windows 7?

O.O
  • 339
  • 1
  • 3
  • 10

1 Answers1

3

This TechNet article lists all server OSes from 2000-2008 R2, so it's safe to assume that they're all the same on the client counterparts as well.

MDMarra
  • 100,183
  • 32
  • 195
  • 326