Enterprise Services . Log Off . Logon
Audit users with a batch file
On May 13, 2018 by TechTipsAudit users Logon/logoff as well as Startup/Shutdown with batch file Here are four simple Batch files you can use to audit your users logon/logoff as well as startup/shutdown activity. to install simply create the following four batch files. you can either use the startup folder in windows if you dont use Active Directory or I
Enterprise Services . Scripting
How to Setup Email Signature with logon script
On April 5, 2018 by TechTipsThis is a simple how to on ensuring your users email signatures are all standard (Under your Control) its a small vb script that defines variables from the active directory then uses a macro style operation to generate the signature. Here is the script. On Error Resume Next Set objSysInfo = CreateObject(“ADSystemInfo”) Set WshShell =