vserver vscan scanner-pool privileged-users add
Add to the list of privileged users
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver vscan scanner-pool privileged-users add command adds one privileged users or list of privileged users to the specified scanner pool.
Parameters
- -vserver <vserver name> - Vserver
 - This parameter specifies the name of the Vserver containing the specified scanner pool on which you want to add a privileged user or users.
 - -scanner-pool <Scanner pool> - Scanner Pool
 - This parameter specifies the name of the scanner pool to which you want to add a privileged user or users.
 - -privileged-users <Privileged user>, ... - List of Privileged Users
 - This parameter specifies the privileged user or users that you want to add to the specified scanner pool.
 
Examples
The following example adds a list of privileged users to the specified scanner pool.
cluster1::> vserver vscan scanner-pool privileged-users add -vserver vs1
            -scanner-pool p1 -privileged-users cifs\u2,cifs\u3
cluster1::> vserver vscan scanner-pool privileged-users show -vserver vs1
            -scanner-pool p1
                 Vserver: vs1
            Scanner Pool: p1
List of Privileged Users: cifs\u1, cifs\u2, cifs\u3
        
Give documentation feedback