Description
Description: Sets a flag on user group, When users in this group install the laptop package, they cannot activate the laptop and they are not added as client owners.
Usage: qoperation execscript -sn DenyListUserGroup.sql -si userGroupName -si blackList(1/0)
userGroupName - Name of the user group
BlackList(1/0) - whether to blacklist or un-blacklist a user group
To blacklist a user group belonging to commcell
Example: qoperation execscript -sn DenyListUserGroup.sql -si "userGroupName" -si 1
To blacklist a user group belonging to organization
Example: qoperation execscript -sn DenyListUserGroup.sql -si "Domain\userGroupName" -si 1
To un-blacklist a user group belonging to commcell
Example: qoperation execscript -sn DenyListUserGroup.sql -si "userGroupName" -si 0
To un-blacklist a user group belonging to organization
Example: qoperation execscript -sn DenyListUserGroup.sql -si "Domain\userGroupName" -si 0
Usage
To deny a user group belonging to commcell
Example: qoperation execscript -sn DenyListUserGroup.sql -si "userGroupName" -si 1
To deny a user group belonging to organization
Example: qoperation execscript -sn DenyListUserGroup.sql -si "Domain\userGroupName" -si 1
To allow a user group belonging to commcell
Example: qoperation execscript -sn DenyListUserGroup.sql -si "userGroupName" -si 0
To allow a user group belonging to organization
Example: qoperation execscript -sn DenyListUserGroup.sql -si "Domain\userGroupName" -si 0
Details
- Scope: All
- Platform: CommServe (Database: CommServ)
- Release: 11.0.0
Disclaimer of Warranties
CommVault provides software tools and utilities on an "as is" basis, as a courtesy and convenience to its users, and they may be changed from time to time without notice. These tools and utilities are provided without express, implied, or statutory warranties of any kind. You assume full risk and responsibility for the selection, possession, performance and proper installation and use of the software tools and utilities, and for verifying the results obtained there from. Your use of CommVault software tools and utilities indicates your unconditional acceptance of the above disclaimer.