Hi,
I’m trying to write a logon script.I’m using the net use command to map drives. The drive I’m trying to map requires a blank password. How would I do this. Below is as far as I could get:
net use x: \\ip_address\folder_name password
Thanks in advance