BIP8843

Severity

10 : Warning

Message

Creates a security Access Control Entry in the Configuration Manager repository.

Syntax:
mqsicreateaclentry configMgrName (-f fileName | ((-g groupName | (-u userName (-m machineName | -a))) -x accessLevel ((-b broker (-e executionGroup)) | -s | -t | -r | -p))) [-n connectionFile] [-w timeoutValue]

Explanation

Command Options:
'configMgrName' name of the Configuration Manager (may be omitted on Windows)
'-f fileName' File containing list of Access Control Entries to create.
'-g groupName' Add Access Control Entry for the specified group
'-u userName' Add Access Control Entry for the specified user (must be accompanied by either -a or -m)
'-m machineName' Add the Access Control Entry for the user for this specific machine/domain name only
'-a' Add an Access Control Entry for the user for all machines/domains
'-x accessLevel' Level of authority to grant (F, E, D, V)
'-b broker' Add access to the specified broker
'-e executionGroup' Add access to the specified execution group (must be accompanied by -b)
'-s' Add access to the subscriptions table
'-t' Add access to the pub/sub topology
'-r' Add access to the root topic
'-p' Add access to the ConfigManagerProxy. Also known as the "All resources" Access Control Entry.
'-w timeoutValue' value in seconds to wait for responses.
'-n connectionFile' Optional "connection file" to allow the command to communicate with a remote ConfigMgr.
Note: On Windows platforms, if the Configuration Manager name is omitted 'ConfigMgr' will be used.