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 [2015/09/18 11:40] 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 |
<note warning> | <note warning> | ||
Line 20: | Line 22: | ||
- **Windows NT method** | - **Windows NT method** | ||
- Create the logon script in '' | - Create the logon script in '' | ||
+ | - Paste the contents of Robb's script and name it '' | ||
- **Group Policy method** | - **Group Policy method** | ||
- **Start -> Run -> '' | - **Start -> Run -> '' | ||
Line 27: | Line 30: | ||
- **User Configuration → Policies → Windows Settings → Scripts → Logon → Properties** | - **User Configuration → Policies → Windows Settings → Scripts → Logon → Properties** | ||
- **Show Files** | - **Show Files** | ||
- | - **Create the file ' | + | - **Create the file '' |
- 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 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. | ||