M
MadDHatteR
Part of the post workstation installation script adds the domain group
"Local Admins" to the administrators group on the workstation. The command
is:
net localgroup administrators "ourdomain\local admins" /add
It seems to frequently break. We added some error checking; the net
localgroup command exits with error level 0, but fails to successfully
perform the addition to localgroup administrators. This seems to happen with
XP, and (we think) 2k as well.
Has anyone else run into this?
Anyone know how to work around it? Restricted groups are not an option in
this case.
How long does net localgroup wait for a response from the DC when obtaining
the SID of the domain group? If this timed out, what would be the error
level returned?
\\ MadDHatteR
"Local Admins" to the administrators group on the workstation. The command
is:
net localgroup administrators "ourdomain\local admins" /add
It seems to frequently break. We added some error checking; the net
localgroup command exits with error level 0, but fails to successfully
perform the addition to localgroup administrators. This seems to happen with
XP, and (we think) 2k as well.
Has anyone else run into this?
Anyone know how to work around it? Restricted groups are not an option in
this case.
How long does net localgroup wait for a response from the DC when obtaining
the SID of the domain group? If this timed out, what would be the error
level returned?
\\ MadDHatteR