Jump to content

Need To Be Pointed Where I Can Find My Needed Info


Recommended Posts

hi im trying to find more info about Objectget()

i mean i need to know where i can find nice info for example how to find how i can use the com object "WinNT" i see script who use it! but im unable to find where he get the .Filter and .Members ...

i search on MSDN i found the shema and class hearachiy but unable to find where he get the .Filter .Members

i know the list of com+ are in the reg HKCR.

this is the code i found here and im trying to reproduce it! for learning purpose! juts made it same! but i will now know i found the command to excute! and not simply copy! what i don't know!

i hope everyone will understand me! it a little complicated for me to explain what i wan in english!

$colGroups = ObjGet("WinNT://GREEN")
Dim $Array[1]
$Array[0] = "group"
$colGroups.Filter = $Array

For $objGroup In $colGroups
    For $objUser In $objGroup.Members
        If $objUser.Name = @UserName Then
            MsgBox(0, "test", $objGroup.Name)
        EndIf
    Next
Next

GreenseedMCSE+I, CCNA, A+Canada, QuebecMake Love Around You.

Link to comment
Share on other sites

I think adding ADSI to your Google search criteria will help you. Here is one example

Google search for +winnt +adsi +filter +member will give you quite a bit to work with.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...