I'm using the following code to mount a network drive in a script that configures desktop icons and favorites by copying them when the user logs into windows.
NET USE W: \\Server\Files\IT\auto /user:"DOMAIN\username" "password"
I have read the question How to mount a drive with read only permission but it's asking about linux.
Does anyone know how to mount a network drive as read only via script?