IADsNTPolicy Method: RemoveAccountPrivilegeEx

RemoveAccountPrivilege
(
 AccountName  As String,
 PrivilegeList As Variant
);

Parameters

[in] String AccountName
Name of a User or Group from whom a privilege is to be removed.

[in] String PrivilegeList
Names of the privileges to be removed.

Description
It removes the specified privileges from a User or Group.

 

See Also