Right now we have a bunch of drives mapped using the syntax:

 Code:
If (InGroup ("WRB_SV NAF GL"))
	Use G: \\AFRCFS08\NAF_GL
	EndIf


that is no problem, but now we want to unmount the drives... what is the syntax for that?

Thank you!