User getting multiple mapped drives for no reason

1

One of our users is getting a weird issue where multiple mapped drives are being created for the same thing. The H, S and W drives are supposed to be there, the rest are erroneous and are being created by something unknown. Any idea what the cause is? Drives are usually mapped by group policy and we don't use any of the erroneous letters.

Mapped drives created for no reason

Simkill

Posted 2016-01-13T11:02:55.353

Reputation: 1 557

Any chance of a rogue script calling net use? – Jonno – 2016-01-13T11:06:51.230

Answers

0

It looks like a script might be using the NET USE command without specifying a drive letter, that causes Windows to use the next available drive letter. If you can find the script that is creating the mapping using NET USE, then you'll need to use the /delete argument when you remove it:

net use \\192.168.0.1\Retail /delete

ThunderFrame

Posted 2016-01-13T11:02:55.353

Reputation: 1 015

0

I never really found a definitive answer for this. After removing some Mcaffee virus scan software that wasn't supposed to be on the machine (because AVG was on there anyway) and disconnected the drives (that I'd done before) the drives just stopped appearing. I can only assuming the conflicting AV products was causing the system to believe that the drive was not successfully created by the GPO, so the GPO kept trying new letters even though it was mapped properly the first time.

Simkill

Posted 2016-01-13T11:02:55.353

Reputation: 1 557