I have a couple of problems with the Mapped Drives feature. When I set up a mapped drive configuration, I want to make sure that the user has a mapped drive pointing to the right location.
So I map the Z drive to
\\server\folder. But when a user already has the Z drive point to
\\serverX\folder the configuration will fail, because the Z drive is already there. So my next step was to add a delete drive Z step to the configuration before it added drive Z. But then the configuration failed when someone didn't have a drive Z yet to delete.
It seems to me that if one of the steps fails, it should continue to the next step. This is how deleting Shared Printers works. When I list 4 printers to delete, even if the user only had one printer, it would delete that one printer and just send a fail for the others.
The other thing is that even when the two step configuration worked, it didn't replace the Drive Label. The original drive label stayed with the new address.