vbscript 算上AD小组成员

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbscript 算上AD小组成员相关的知识,希望对你有一定的参考价值。

' **********************************************************
' Tel het aantal leden in een AD-groep.
' 
' Auteur: 			Ivo Dijkgraaf
' Datum:			05-03-2012
'
' Historie:			05-03-2012 ID - Initieel
'
' **********************************************************

Dim intMemberCount

strSourceGroupDN = "CN=GAP_XMLSPY_BANK,OU=Applicaties,OU=Groups,OU=SNS Bank,OU=Bedrijven,DC=VERZ,DC=LOCAL"
''strSourceGroupDN = InputBox ("Enter the DN of Source Group")

MsgBox CountMembers("LDAP://" & strSourceGroupDN) & " members in Group " & strSourceGroupDN
If Err.Number <> vbEmpty Then
	Call ErrorHandler("Could not get Group Members.")
End If

Function CountMembers (strGroupADsPath)
	Set objGroup = GetObject(strGroupADsPath)
	intMemberCount = 0
	For Each objMember In objGroup.Members
		intMemberCount = intMemberCount + 1
	Next
	CountMembers = intMemberCount
End Function


'****************************************************************
' This function handles errors that occur in the script.
'****************************************************************

Sub ErrorHandler( errorText )

    ''WScript.Echo(vbcrlf & errorText)   
    ''WScript.Echo("Error number: " & Err.number)
    ''WScript.Echo("Error Description: " & Err.Description)
    Err.Clear 

End Sub

以上是关于vbscript 算上AD小组成员的主要内容,如果未能解决你的问题,请参考以下文章

vbscript 将AD组成员复制到另一个组

powershell 计数AD小组成员

vbscript 导出OU成员

小组成立以及成员介绍!

小组成员简介

第一弹——小组成员介绍!!