I am running a vbs script for my login script. I have the the script running however I get a popup indicating LSClient is unsigned. Does anyone know of a way to run this
silent so that the users do not see a popup dialog?
Here is the script code line:
Set WshNetwork = WScript.CreateObject("WScript.Network")
Set WshShell = WScript.CreateObject("WScript.Shell")
Set WshProcessEnvironment = WshShell.Environment("Process")
'''''''' LoginServer Var
LogonServer = WshProcessEnvironment("LogonServer")
WshShell.Run chr(34) & LogonServer & "\netlogon\lsclient.exe " & chr(34) & chr(34) & "10.0.0.17" & chr(34)