Hi
We are in the process of migrating from Novell to Microsoft Windows 2003. I have some scripts to replace the Zenworks components for pushing out icons however I have one group of users which are providing me with a dilema.
They are roaming users who move around between 2 of our sites. They conenct to the local servers volumes at each site based on what IP address they have i.e if they are logging into a PC at one site with that particular AIP Address numbering their drives are mapped to the local servers volumes and a differnet set of volumes if they login at the other site
In NetWare I use the following in the NetWare login script: -
IF NETWORK_ADDRESS > [HEX NUMBER OF IPADDRESS]AND NETWORK_ADDRESS < "[HEX NUMBER OF IPADDRESS]"
MAP INS S1:=\\[SITESERVER]\SYS\PUBLIC
MAP ROOT P:=\\[SITESERVER]\APPS
...
Is there an equivalent in VBScript I can use that I can apply to an AD Org Unit as a Group Policy for these users to push the correct icons to them??
Thanks in advance
Paul Hay
We are in the process of migrating from Novell to Microsoft Windows 2003. I have some scripts to replace the Zenworks components for pushing out icons however I have one group of users which are providing me with a dilema.
They are roaming users who move around between 2 of our sites. They conenct to the local servers volumes at each site based on what IP address they have i.e if they are logging into a PC at one site with that particular AIP Address numbering their drives are mapped to the local servers volumes and a differnet set of volumes if they login at the other site
In NetWare I use the following in the NetWare login script: -
IF NETWORK_ADDRESS > [HEX NUMBER OF IPADDRESS]AND NETWORK_ADDRESS < "[HEX NUMBER OF IPADDRESS]"
MAP INS S1:=\\[SITESERVER]\SYS\PUBLIC
MAP ROOT P:=\\[SITESERVER]\APPS
...
Is there an equivalent in VBScript I can use that I can apply to an AD Org Unit as a Group Policy for these users to push the correct icons to them??
Thanks in advance
Paul Hay