bRemoveUserFromGroup - Solution Sites Routine
This function removes a user from an Active Directory group.
Definition
Function bRemoveUserFromGroup(
byVal szGroupName,
byVal sUserDN)
Parameters
- szGroupName
A string containing the name of the group to remove the user from. - sUserDN
A string containing the distinguished name of the user.
Return Value
A Boolean indicating whether the user was successfully removed. True indicates success. False indicates failure.
Defined in File
services\include\ad_routines.asp
Routines Called
Called By
Copyright © 2005 Microsoft Corporation.
All rights reserved.