Hi,
I just rebuild my home Network. In my old home Network I had my loginscripts added to each user in AD. However - now I want to move my Loginscripts to GPO. So I added a batch to User Configuration\Policies\Windows Settings\Logon
The script is just a simple net use Batch.
But after logon and multiple GPUpdates - drives were not mapped. So I started to troubleshoot.
First I thought the script wasn't started. And yes there were some Problems:
- Sync Processing,
- Local Intranet for \\domain.name\sysvol
- ...
But it still didn't work. Executing the script from \\domain.name\sysvol... mapped the drives.
So I changed the script to vbs and added a msgbox now() - and I got a messagebox during logon. But still no drives mapped.
If I map the drive by Configuration\Preferences\Windows Settings\Drive Maps - the drives will be mapped.
If I add the script to the user object in AD - I also works.
So maybe I am wrong - but is there a Problem to map drives in Script Client Side Extensions?
I searched the web - but didn't find a clear Statement.
thx in advance