Global Groups to Local Groups

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi.
can you please provide me a command line to add global groups from active
directory to local groups in the computers?
We have a domanin contoler with the active directoy using Windows 2000 and
the client computer are using Windows XP Professional.

Thanks
 
As an example [ net localgroup users "mydomain\domain global" /add ] run on
a domain computer. This can be dome with a Group Policy "startup" script if
need be. --- Steve
 
Back
Top