I have changed my logonscript to vbscript.
i use the following statements to map groups and it works fine.
Sub Logon_Script_Gruppen
On Error Resume Next
For each prop in adsobj.groups
Select case prop.name
Case "DPW"
oWshNetwork.RemoveNetworkDrive "V:", True, True
oWshNetwork.MapNetworkDrive "V:", "\\servA\v8_prg"
If the group does not contain the userobject itself, but some other groups, this won´t work.
I have no idea how i could implement the case for nested groups.
may somebody has solved this issue bevor.
kind regards,
felix
i use the following statements to map groups and it works fine.
Sub Logon_Script_Gruppen
On Error Resume Next
For each prop in adsobj.groups
Select case prop.name
Case "DPW"
oWshNetwork.RemoveNetworkDrive "V:", True, True
oWshNetwork.MapNetworkDrive "V:", "\\servA\v8_prg"
If the group does not contain the userobject itself, but some other groups, this won´t work.
I have no idea how i could implement the case for nested groups.
may somebody has solved this issue bevor.
kind regards,
felix