Other issues or features related to Microsoft Edge on Windows 11
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I activate the Group function on my laptop? I am the "organization's administrator".
Other issues or features related to Microsoft Edge on Windows 11
Hello Richard Prugh,
I'm happy to help, but "Group function" can mean a few different things on Windows so I want to make sure we point you at the right one before walking you through steps. Could you share a bit more?
Once I know which one you're after, I can give you better steps. The Active-Directory-API answer above is unlikely to be what you need unless you're writing code against a domain controller, so let's nail down the scenario first.
AI answer
On Windows, “group” functionality is tied to user and group accounts, not something that is simply turned on in Edge or Windows 11 with a single switch. As the organization’s administrator, group management is typically done through account and group tools rather than a generic “Group function.”
Depending on what “Group function” is needed, these are the relevant built‑in mechanisms from the provided context:
NetGroupAdd – create a global group.NetGroupAddUser – add a user to an existing global group.NetGroupDel – delete a global group.NetGroupDelUser – remove a user from a global group.NetGroupEnum – list all global groups on a server.NetGroupGetInfo / NetGroupGetUsers – get information and members of a group.NetGroupSetInfo / NetGroupSetUsers – change group properties or replace group membership.If “Group function” refers to something else (for example, a specific app feature in Edge or another program), that would be controlled within that app’s own settings rather than through Windows group management.
References: