Jump to content

IanB

Members
  • Posts

    55
  • Joined

  • Last visited

Reputation

0 Neutral

About IanB

Personal Information

  • Occupation
    Systems & Network support
  • Location
    West London
  1. More than one game by the looks of it: http://www.sockandawe.com/ My best score is 9 so far...
  2. More technical details here: MS issues brown alert over unpatched IE 7 flaw ? The Register
  3. BBC NEWS | Business | Your credit crunch jokes Some oldies, but a couple I hadn't heard before.
  4. I've just had a reply from Sophos as follows: I've done the update & rescan, and my utilities are no longer detected as malware. Hopefully that should also fix the problem for others.
  5. I have had a number of virus alerts from Sophos v7 this morning of the form: Virus/spyware 'W32/Sohana-AR' has been detected in "file.exe", where the files in question are scripts I wrote myself and compiled using Auto-it. The suposed malware is a network worm not an .exe infector, so I am pretty sure this is a false positive. Sophos Linky Has anyone else had a similar experience with the latest Sophos update?
  6. Have you tried using the domain\share path, in the form: domain.local\netlogon\script ? Because this accesses the domain through the sysvol , you don't need the actual server name. It will just connect to any domain controller in the domain. Hope this helps
  7. IanB

    Leaving Advice

    sqdge wrote: Maybe you also need to leave them a copy of RFC3751 as well Linky- IETF- RFC3751 And I hope things work out for you in the land of the fee, sorry free.
  8. .203 dead from here, but the others are fine I'm on the western edge of London
  9. Are you using the line in your Sysprep.inf? It goes in the [unattended] section and should allow the driver to install during the mini-setup. Hope this helps
  10. The answer is yes. I have a couple of machines on our workshop network in that position. Run a a manual installation on each machine over the network from the same CID that you use for domain machines. At the start of the install, you will be asked for account details to access the CID for updating- use the same domain account that you have set up in your Enterprise Console policies. When the install process has finished, you should find the machine listed in the Unassigned folder in EC, and you can manage it in the same way as other workstations. You should be able to script the install as well, if you have a way to remotely run scripts on the machines. The script details are on the Sophos website under 'Deploying Sophos Anti-Virus through Active Directory group policy' . Hope this is helpful.
  11. Number 5 cracked me up So true. :twisted:
  12. And as Mr_T points out, you can don the same for the Music and Video folders too.
  13. Have you tried a line in a startup script for the machines that reads something like: This denies students access to the folder by NTFS permissions and should result in an 'Access Denied' message if they click on it. The 'echo y| ' at the front pipes the 'y' to the cacls command that it needs in a script.
  14. We found that when the network cable is pulled out, the PC loads the a temporary profile based on the local Default User rather than the assigned mandatory profile. So we copied the logoff script to C:\Documents and Settings\Default User\Start Menu\Programs\Startup\ by GP startup script, and voila! Pull the cable and you get instant logoff. Genuine new users get their profile from the Netlogon share, rather than the local machine, so they don't get the logoff script. I hope this is helpful. ______________________________ Sit vis vobiscum.
  15. Nice bit of code. I'm getting to grips with AutoIt - that has specific functions for reading / writing .INI files. I recommend it. Or you could use a separate initool.exe such as this:- http://www.jsifaq.com/SF/Tips/Tip.aspx?id=7373
×
×
  • Create New...