Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. azrael811

    Desktop spam software

    I have used Spam Inspector before and its seemed pretty good. It integrates into Outlook, OE or Eudora (not sure if it works with lotus notes) and adds its own menu and mail folders. http://www.giantcompany.com/(gqxbvpbtfr4uftbqk0cbf4j3)/default.aspx Also have a look at MailShield Desktop...
  2. azrael811

    the infamous "A program is trying to access e-mail..." Outlook issue

    I cant see why you would not want to use outlook click yes. I have insatlled it on many PC's and never had a problem with it. Its simple to install and just sits in the taskbar out of the way.
  3. azrael811

    Returning a value from an exe

    I wish to use the rascheck.exe utility in a login script to determine if users are connecting via ras. If I run the checkras from the commandline of a ras client it returns "CHECKRAS: 1 connections" to the screen. If I run checkras as part of the following script RAS returns the value...
  4. azrael811

    Does windows network users work in Linux system ?

    Yes it can here is an example of how it would look Windows| Network | -------------|Linux|---------------------------|Firewall| 10.x.x.x 10.0.0.10 192.168.0.10 192.168.0.1 <external IP> Also make sure you close unneeded ports on the external NIC of the linux machine.
  5. azrael811

    Create a folder based on InputBox results

    On Error Resume Next Dim Answer1, Answer2, Answer3 Set wn = WScript.CreateObject(&quot;WScript.Network&quot;) Set fs = CreateObject(&quot;Scripting.FileSystemObject&quot;) Set ws = CreateObject(&quot;WScript.Shell&quot;) Answer1 = InputBox(&quot;Enter the name of the...
  6. azrael811

    determine OS

    wscript.echo OS() '/////////////////////////////////////////////////////// '------------------------------------------------------- ' Determine Operating System Function '------------------------------------------------------- '///////////////////////////////////////////////////////...
  7. azrael811

    Does windows network users work in Linux system ?

    If you want to connect remotely using ssh to the linux machine then you could do the following. 1. Enable port forwading on the router/firewall for port 22 to the IP address of the 2nd NIC of the linux box. 2. From a remote place use putty the connect to the external IP address of the...
  8. azrael811

    Editng a string

    I wish to edit the contents of a string so I can use it for comparison. The string is the creation date of a file and its format is &quot;dd/mm/yyyy hh:mm:ss xm&quot; how can I remove the time from the string as the date is the only thing I am interested in ????
  9. azrael811

    Variable in path

    Set wn = WScript.CreateObject(&quot;WScript.Network&quot;) Set fs = CreateObject(&quot;Scripting.FileSystemObject&quot;) Set ws = CreateObject(&quot;WScript.Shell&quot;) SystemRoot = ws.ExpandEnvironmentStrings (&quot;%SYSTEMROOT%&quot;) TxtFile = (SystemRoot & &quot;\somefile.txt&quot;)...
  10. azrael811

    checking when a user last saw a msgbox

    I wish to have my logon script only display an accpectable use policy msgbox once a fortnight no matter how many computers users logon to. Also I cannot set it to do this on a given day as if a user is away they will not see the msg. Is their some way I can get Active Directory to record when...
  11. azrael811

    Disabling devices with group policy

    Is it possible to disable devices such as floppy drives and cdroms using group policy ? If so how is this achieved ?
  12. azrael811

    Ejecting Usb Devices

    I have many users now using removable USB flash drives on windows 2000 client machines. Users are complaining of the message shown when they remove these devices without ejecting them properly. Although users have been shown how to eject these devices some have forgotten (or never proplery...
  13. azrael811

    Lost emails by moving from Inbox folder to Mailbox folder

    I recently had a user with emails stored on both an exchange server aswell as a PST file on his machine. I went to move the emails from the inbox of the PST file to the inbox located on the exchange server. In doing this I accidentally moved the emails to the &quot;Outlook Today - Mailbox&quot...

Part and Inventory Search

Back
Top