Jump to content

Add Workstation as a GroupMember


Recommended Posts

Help!

Where do I go from here, I cannot work out how to add the $objWS as a member of $objGroup

My Borrowed and Adapted Code is below

#include <GUIConstants.au3>
#include <Misc.au3>

Dim $strOU, $strGroup, $strUser, $strDNSDomain
Dim $objRootLDAP, $objGroup, $objWS

$strOU = "OU=COMPUTER-OBJECT-LOCATION,"
$strWS = "CN=COMPUTERNAME,"
$strGroup = "CN=GROUPNAMES,"

$objRootLDAP = ObjGet("LDAP://RootDSE")
$strDNSDomain = $objRootLDAP.Get("DefaultNamingContext")


$objWS = ObjGet("LDAP://"& $strWS & $strOU & $strDNSDomain)
$objGroup = ObjGet("LDAP://"& $strGroup & "OU=LIVE, OU=SOFTWARE, OU=GROUPS, "  & $strDNSDomain)
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...