Global group to local group

gardenzwerg 21 Reputation points
2020-07-29T13:16:20.193+00:00

On our server 2019 I'm trying to import global group to local group with command

net localgroup FR_R ourdomain\G_FR_R /add

The global user or group account does not exist

what am I doing wrong ?
thanks

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,617 questions
0 comments No comments
{count} votes

Accepted answer
  1. Leon Laude 85,726 Reputation points
    2020-07-29T13:26:47.95+00:00

    Hi,

    The command looks correct, are you sure the global group ourdomain\G_FR_R exists?

    net localgroup "Local_Group" "\DOMAIN\Global_Group" /add
    

    You can also write without the domain:

    net localgroup "Local_Group" "Global_Group" /add
    

    Best regards,
    Leon

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. gardenzwerg 21 Reputation points
    2020-07-30T06:29:02.52+00:00

    it works now, thanks

    0 comments No comments

  2. Vicky Wang 2,646 Reputation points
    2020-07-31T09:09:56.14+00:00

    Hi,
    I am glad to hear that your issue was successfully resolved.
    If there is anything else we can do for you, please feel free to post in the forum.
    Have a nice day!

    0 comments No comments