Article
ENVIRONMENT: Windows NT/2000/XP without a client
This is pretty simple and is not ideal for all situations -- for example, if the mapping is required before the user desktop has finished loading.
- Create a blank Application object.
- Go to Run Options/Launch Scripts.
- Enter the required mappings in the Run before Launching box. You need to use the windows format and syntax
e.g.net use S: \\ServerName\Share\Path /persistent:no
The /persistent:no removes the mapping on logout. This prevents problems when the command is rerun.
You can add as many mappings as you want. - In the script engine location enter %*WINSYSDIR%\CMD.EXE /C
This runs the command.com on NT/2000/XP. The /C on the end ensures the script completes and doesn't hang. - On the Identification/Icon tab untick the Show Progress box. This just prevents the little "application is starting" box from showing.
- Finally go to the Associations and add the OUs, groups and users as required and set to Force Run.
Now when NAL starts up the script will run and the Windows mappings will connect.
Remember that any Windows command line stuff can be run this way, so go ahead and get creative.
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
- Controlling the Power Settings in Local User Accounts
- How to Load a Linux Driver Manually in a ZENworks Imaging environment
- Manually loading undetected Broadcom network modules within ZENworks Imaging
- Change language and keyboard layout to German in ZENworks Imaging
- Determining Total System RAM for Use in ZENworks Imaging Scripts
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 6641 reads



0