Tier 1 And Tier 2 Script - M86 Security M86 Web Filter User Manual

Hide thumbs Also See for M86 Web Filter:
Table of Contents

Advertisement

A
PPENDIX

Tier 1 and Tier 2 Script

In an environment in which both Tier 1 and Tier 2 are used,
this version of M86's script should be inserted into the
network's login script. M86's script attempts to remove the
previous end user's profile, and then lets the new user log in
with his/her assigned profile.
M86 S
U
G
ECURITY
SER
UIDE
A: A
UTHENTICATION
echo off
:startremove
cls
NET USE \\10.10.10.10\LOGOFF$ /delete
:tryremove1
NET USE \\10.10.10.10\LOGOFF$
if errorlevel 1 goto :tryremove2
if errorlevel 0 echo code 0: Success
goto :endremove
:tryremove2
NET USE \\10.10.10.10\LOGOFF$
if errorlevel 1 goto :tryremove3
if errorlevel 0 echo code 0: Success
goto :endremove
:tryremove3
NET USE \\10.10.10.10\LOGOFF$
if errorlevel 1 goto :removalerror
if errorlevel 0 echo code 0: Success
goto :endremove
:removalerror
if errorlevel 1 echo code 1: Failed to send removal
request!
:endremove
net use \\10.10.10.10\LOGOFF$ /delete
O
T
2: T
PERATIONS
IER
-
, W
A
IME
BASED
EB
UTHENTICATION
193

Advertisement

Table of Contents
loading

Table of Contents