DzdoRunAsUserList
Gets or sets the list of users and groups allowed to run this command using dzdo.
Syntax
string DzdoRunAsUserList {get; set}
Property value
A comma-separated string of user and group names (for example,
"user1,user2,group1"
). If a value of "*" is set, any user enabled for the zone
can run the command.
Discussion
If you don't specify a list in this property, by default only the root user can run the command.