testing file modification
This commit is contained in:
parent
ebaaaf3c27
commit
51ae98b1a5
@ -71,6 +71,8 @@ Service GetADGroups(Username, Domain)
|
|||||||
AccountMgmtDllPath = DotNetDir:'System.DirectoryServices.AccountManagement.dll'
|
AccountMgmtDllPath = DotNetDir:'System.DirectoryServices.AccountManagement.dll'
|
||||||
Set_Property.Net(DotNetHandle, "AssemblyName", AccountMgmtDllPath)
|
Set_Property.Net(DotNetHandle, "AssemblyName", AccountMgmtDllPath)
|
||||||
If Not(Get_Status(errCode)) then
|
If Not(Get_Status(errCode)) then
|
||||||
|
|
||||||
|
|
||||||
Params = 'Domain':@FM:'Infineon'
|
Params = 'Domain':@FM:'Infineon'
|
||||||
ParamTypes = 'System.DirectoryServices.AccountManagement.ContextType':@FM:'System.String'
|
ParamTypes = 'System.DirectoryServices.AccountManagement.ContextType':@FM:'System.String'
|
||||||
objPC = Create_Class.Net(DotNetHandle, "System.DirectoryServices.AccountManagement.PrincipalContext", 0, Params, ParamTypes)
|
objPC = Create_Class.Net(DotNetHandle, "System.DirectoryServices.AccountManagement.PrincipalContext", 0, Params, ParamTypes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user