This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:windows:logon_script_modular [2017/01/18 07:39] gcooper |
networking:windows:logon_script_modular [2023/12/14 08:30] (current) gcooper |
||
---|---|---|---|
Line 2: | Line 2: | ||
Robb Dunn wrote this modular VBS logon script that solves most small business needs easily. | Robb Dunn wrote this modular VBS logon script that solves most small business needs easily. | ||
- | |||
- | http:// | ||
**Script**: http:// | **Script**: http:// | ||
- | **Howto**: http:// | + | **Official |
+ | |||
+ | **Server 2008 GPO**: https:// | ||
:!: There is a **5 minute delay in logon script processing**. | :!: There is a **5 minute delay in logon script processing**. | ||
+ | |||
+ | :!: If you are trying to **map a drive letter that is already mapped** to something else, you will want to **disconnect that previous mapping** so the new mapping will occur. | ||
<note warning> | <note warning> | ||
Line 20: | Line 22: | ||
- **Windows NT method** | - **Windows NT method** | ||
- Create the logon script in '' | - Create the logon script in '' | ||
- | - Name it '' | + | - Paste the contents of Robb's script and name it '' |
- **Group Policy method** | - **Group Policy method** | ||
- **Start -> Run -> '' | - **Start -> Run -> '' | ||
Line 31: | Line 33: | ||
- Create two additional folders in the same directory called **' | - Create two additional folders in the same directory called **' | ||
- Create a configuration file in the **' | - Create a configuration file in the **' | ||
- | - Using either the Windows NT method or the Group Policy method, call the login script specifying the config file as an argument: '' | + | - Using either the Windows NT method or the Group Policy method, |
- Note the exact spelling | - Note the exact spelling | ||
- Use the detailed log files generated to troubleshoot and verify script execution. | - Use the detailed log files generated to troubleshoot and verify script execution. |