BIP8838

Severity

10 : Warning

Message

Deletes a security Access Control Entry in the Configuration Manager repository. Syntax: deleteaclentry (f=fileName | ((g=groupName | (u=userName (m=machineName | a=yes))) ((b=broker [e=executionGroup]) | s=yes | r=yes | t=yes | p=yes))) [w=timeoutValue]

Explanation

Command Options:
'f=fileName' File containing list of Access Control Entries to delete.
'g=groupName' Delete Access Control Entry for the specified group
'u=userName' Delete Access Control Entry for the specified user (must be accompanied by either a=yes or m=machineName)
'm=machineName' Delete the Access Control Entry for the specified user which applies to this specific machine/domain name only
'a=yes' Delete the "All machines/domains" Access Control Entry for the specified user
'p=yes' Delete access to the ConfigManagerProxy. Also known as the "All resources" Access Control Entry.
'b=broker' Delete Access Control Entry for the specified broker
'e=executionGroup' Delete Access Control Entry for the specified execution group (must be accompanied by b=broker)
's=yes' Delete subscriptions Access Control Entry
'r=yes' Delete root topic Access Control Entry
't=yes' Delete pub/sub topology Access Control Entry
'w=timeoutValue' value in seconds to wait for responses.