Appendix G Using a Windows domain logon script to launch the Nortel SNAS 4050 portal
903
Nortel Secure Network Access Switch 4050 User Guide
2
Compose the script using the following sample format:
explorer.exe https://10.10.10.1
where 10.10.10.1 is the portal Virtual IP address (pVIP) of the Nortel
SNAS 4050.
3
Save the file as a batch file (*.bat).
Creating the script as a VBScript file
1
Using Windows, open a plain text editor, such as Notepad.
2
Compose the script using the following sample format:
Dim IE
Set IE = CreateObject("InternetExplorer.Application")
IE.visible = true
IE.Navigate "https://10.10.10.1"
where 10.10.10.1 is the portal Virtual IP address (pVIP) of the Nortel
SNAS 4050.
3
Save the file as a VBScript file (*.vbs).
Assigning the logon script
To assign the logon script for use, perform the following steps.
Figure 249 on
page 904
illustrates the steps.
1
Click
Start
>
Administrative Tools
>
Active Directory Users and
Computers
.
2
Right-click the domain to which you want to add the script, and select
Properties
.
Note:
As an alternative to using Explorer to launch the browser, you can
replace explorer.exe with the path and file name of your default browser
executable, enclosed in quotes. For example:
“%programfiles%\Netscape\Netscape Browser\netscape.exe”
Summary of Contents for 4050
Page 24: ...24 Contents 320818 A ...
Page 48: ...48 Chapter 1 Overview 320818 A ...
Page 70: ...70 Chapter 2 Initial setup 320818 A ...
Page 190: ...190 Chapter 4 Configuring the domain 320818 A ...
Page 232: ...232 Chapter 5 Configuring groups and profiles 320818 A ...
Page 352: ...352 Chapter 7 TunnelGuard SRS Builder 320818 A ...
Page 456: ...456 Chapter 9 Customizing the portal and user logon 320818 A ...
Page 568: ...568 Chapter 10 Configuring system settings 320818 A ...
Page 722: ...722 Chapter 13 Viewing system information and performance statistics 320818 A ...
Page 756: ...756 Chapter 14 Maintaining and managing the system 320818 A ...
Page 768: ...768 Chapter 15 Upgrading or reinstalling the software 320818 A ...
Page 802: ...802 Chapter 17 Configuration example 320818 A ...
Page 880: ...880 Appendix C Supported MIBs 320818 A ...
Page 900: ...900 Appendix F Configuring DHCP to auto configure IP Phones 320818 A ...