GetEveryoneGroupName

Description

Returns the Everyone group name.

The Everyone group includes all users and can be used for permissions that need to be granted to all users. It is often necessary to establish a baseline permission from which exceptions can then be applied. The Everyone group is defined in all new databases and implicitly contains all users.

Syntax

VBScript


adminSession.GetEveryoneGroupName 

Perl


$adminSession->GetEveryoneGroupName(); 
Identifier
Description
adminSession
The AdminSession object representing the current schema repository access session.
Return value
A String containing the Everyone group name.