Difference between revisions of "WPKG with Active Directory"
m |
m |
||
Line 2: | Line 2: | ||
<gallery> | <gallery> | ||
− | Image: | + | Image:Wpkg_ad1.png|First, run dsa.msc |
− | Image: | + | Image:Wpkg_ad2.png|Then navigate to the group of computers, and select "Eigenschaften" |
− | Image: | + | Image:Wpkg_ad3.png|Next, select "Gruppenrichtlinie" and select "Bearbeiten" |
</gallery> | </gallery> | ||
Line 10: | Line 10: | ||
Next, you have to choose the right settings for the execution of scripts: | Next, you have to choose the right settings for the execution of scripts: | ||
<gallery> | <gallery> | ||
− | Image: | + | Image:Wpkg_ad4.png|Correct settings for script execution |
</gallery> | </gallery> | ||
Line 24: | Line 24: | ||
<gallery> | <gallery> | ||
− | Image: | + | Image:Wpkg_ad5.png|Selecting a script |
</gallery> | </gallery> | ||
Revision as of 08:16, 14 July 2005
Below settings for Active Directory - screenshots are in German, but I think anyone who doesn't know German, but saw Active Directory will know what to do:
Next, you have to choose the right settings for the execution of scripts:
Navigate to Computerkonfiguration -> Administrative Vorlagen -> System -> Skripts.
Make sure that "Startscripts asynchron ausführen" is set to "Aktiviert".
This make sure that the user can log in, even though the software is still being installed. It's a good choice, because some unpatient users will just press Reboot button when they can't log in immediately, which can have unexpected results (software not installed properly etc.).
Next thing to set is setting "Maximale Wartezeit für Gruppenrichtlinienskripts". Default is 600 seconds (10 minutes), which can be often not enough for installing some software, or when you install more than one software package. So a safe bet is 1800 seconds (30 minutes).
The last thing you have to do, is to select a script which will start WPKG on a system start. This script is located in a batch file:
\\server\path\to\WPKG\wpkg-start.bat
and contains the folowing line which starts WPKG:
cscript \\server\path\to\WPKG\wpkg.js /synchronize /quiet /nonotify