To distribute unmanaged polices:
1 Locate and copy the Management Console
The
setup.sen
\Program Files\Novell\ESM Management Console\
2 Create a policy in the Management Console. For more information, see
Security Policies," on page
3 Use the Export command to export the policy to the same folder containing the
All policies distributed must be named
to accept them.
4 Distribute the
Files\Novell ZENworks\Endpoint Security Client\ directory
clients.
The
setup.sen
the first policy. Afterwards, only new policies must be distributed.
6.5 Sample Scripts
The following sections contain sample script that you can use and modify:
Section 6.5.1, "Create Registry Shortcut (VB Script)," on page 170
Section 6.5.2, "Allow Only One Connection Type (JScript)," on page 172
Section 6.5.3, "Stamp Once Script," on page 173
6.5.1 Create Registry Shortcut (VB Script)
'This script is to run at startup of the Endpoint Security Client.
'The script creates a desktop and program files shortcut that is linked to a VBScript file that the
script also creates. The VBScript is located in the Endpoint Security Client installation folder. It sets
a registry entry to TRUE. A second script, included in the policy, reads this registry entry. If the
entry is TRUE, it launches the dialog box that allows the user to control wireless adapters.This script
also disables wireless adapters at startup. Per customer request, Modems are also disabled because
the 3G wireless card instantiate as modems.
'*************** Global Varialbles
set WshShell = CreateObject ("WScript.Shell")
Dim strStartMenu
strStartMenu = WshShell.SpecialFolders("AllUsersPrograms")
Dim strDesktop
strDesktop = WshShell.SpecialFolders("AllUsersDesktop")
'*************** Main Loop
DisableWirelessAdapters()
CreateStartMenuFolder()
CreateStartMenuProgramFilesShortcut()
CreateDesktopAllUsersShortcut()
CreateVbsFileToWriteRegEntry()
170 ZENworks Endpoint Security Management Administration Guide
file is generated at installation of the Management Console and is placed in the
79.
and
policy.sen
setup.sen
file needs to be copied to the unmanaged Endpoint Security Clients only once with
file to a separate folder.
setup.sen
directory.
in order for the Endpoint Security Client
policy.sen
files. These files must be copied to the
Section 6.2, "Creating
file.
setup.sen
\Program
for all unmanaged
Need help?
Do you have a question about the ZENWORKS ENDPOINT SECURITY MANAGEMENT 3.5 - ADMINISTRATION and is the answer not in the manual?
Questions and answers