Zippy,
Z: is not a good drive letter to use to map SME Server ibays to windows users, as Z: is the default home drive (directory) for windows clients. Using this drive letter will very likely lead to confusion.
There are 2 solutions depending on your Windows Network Configuration:
1. If your network is a Windows Workgroup Network (i.e., peer-to-peer), then I would suggest that you talk to your people and tell them not to map shared network volumes to local Z: drive. There is no real way as a network admin to force drive letters on clients in a peer-to-peer network.
2. If your network is a Windows Domain configuration, then you can force drive mapping on clients by configuring the netlogon.bat. (note: netlogon.bat is sent to all authenticated users when they first log into the domain) This file will force drive letter assignments on authenticated users. The format of this file is as follows:
net use g: \\smeserver\share_name\
Beyond mapping drive letters, netlogon.bat can set several other network client options.
Bottom line is Windows network clients should never manually map network shares to the Z: drive letter -- it will only cause confusion.
Greg