Delete computer group action command

Hi,

I need help deleting groups from windows systems

names of local groups would let you query local groups then you could check for the groups you are interested in then if present the action could be the OS built in net localgroup to delete the group.

1 Like

Generally you need to look up how to do something on the windows command line in general, then just use that with a wait action script command.

Don’t think “How do I do this with BigFix”, instead think “How do I do this from the command line” and then “How do I replicate these working commands in actionscript”.