I have a logon script that is being assigned through Active Directories.
What happens when the users with laptops are off the network?
DoesWindows store the script in its memory?
Thanks
Kelvin
I have a logon script that is being assigned through Active Directories.
What happens when the users with laptops are off the network?
DoesWindows store the script in its memory?
Thanks
Kelvin
"Kelvin" <me@newsgroup> wrote in message
news:uLmlQx6FKHA.1380@newsgroup
>I have a logon script that is being assigned through Active Directories.
> What happens when the users with laptops are off the network?
> DoesWindows store the script in its memory?
>
> Thanks
>
> Kelvin
>
No. If specified in AD account properties (under Profile tab), it gets
retrieved from AD's account properties during logon and runs. If the script
is specified in a GPO, it will run after the getGpoList function pulls it
over during logon.
What exactly is the script doing? Does it map drives? If the script is
mapping drives, what good will it do if the laptop is off the network? If
they're using a VPN, the script will run when logging in, of course
depending on how you have the VPN/logon process designed.
--
Ace
This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.
Please reply back to the newsgroup or forum to benefit from collaboration
among responding engineers, and to help others benefit from your resolution.
Ace Fekay, MCT, MCTS Exchange, MCSE, MCSA 2003 & 2000, MCSA Messaging
Microsoft Certified Trainer
For urgent issues, please contact Microsoft PSS directly. Please check
http://support.microsoft.com for regional support phone numbers.
The only way it will reside on the local machine is if you placed it there.
Then everytime you made a change it would have to be updated, etc... Bad
idea to have it anywhere but in a common, central location.
--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4
Microsoft's Thrive IT Pro of the Month - June 2009
http://www.pbbergs.com
Please no e-mails, any questions should be posted in the NewsGroup This
posting is provided "AS IS" with no warranties, and confers no rights.
"Kelvin" <me@newsgroup> wrote in message
news:uLmlQx6FKHA.1380@newsgroup
>I have a logon script that is being assigned through Active Directories.
> What happens when the users with laptops are off the network?
> DoesWindows store the script in its memory?
>
> Thanks
>
> Kelvin
>
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Logon Scripts Question | Nick | Server General | 2 | 06 Nov 2009 |
| Using Kixtart logon scripts | aaron | Vista networking & sharing | 0 | 25 Sep 2007 |
| Powershell and Logon Scripts | klumsy@xtra.co.nz | PowerShell | 2 | 29 Jun 2007 |
| powershell logon scripts | Andrew Zirkel | PowerShell | 10 | 26 Jun 2007 |
| Run elaveted logon scripts | Or Tsemah | Vista security | 0 | 08 Nov 2006 |