Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List the ADAM Group SchemaContent of List the ADAM Group Schema.vbsMD5 Hash: 26C854B50E925CC8FC7E847C2536E498 |
||
' Description: Lists all the mandatory and optional attributes of the ADAM group object.
On Error Resume Next Set objUserProperties = GetObject("LDAP://localhost:389/schema/group") WScript.Echo "Mandatory (Must-Contain) attributes" For Each strAttribute in objUserProperties.MandatoryProperties WScript.Echo strAttribute Next Wscript.Echo WScript.Echo VbCrLf & "Optional (May-Contain) attributes" For Each strAttribute in objUserProperties.OptionalProperties WScript.Echo strAttribute Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |