Jump to content

shabbaranks

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation

5 Neutral

About shabbaranks

Personal Information

  • Location
    UK
  1. This should delete the printers Set WshNetwork = WScript.CreateObject("WScript.Network") Set oPrinters = WshNetwork.EnumPrinterConnections Set WshShell = CreateObject("WScript.Shell") Set objWMIService = GetObject("winmgmts:") Dim allPrinters(99, 2) Dim foundFlag Dim searchName Dim i, count 'Deletes any currently installed queue based printers WshShell.Run ("rundll32 printui.dll,PrintUIEntry /q /dl /n " & chr(34) & "Enter Printer Name Here" & chr(34)) End If 'End of Script Wscript.Quit
  2. Unless there's a problem with the device\printer Im guessing this would be potentially dangerous used as a fire register? in case someone didn't sign out properly etc?
  3. Just checking what account the backup exec service runs as? Can you then try and browse to that folder using the account from your pc or a server? I would double check the security permissions on the persons folders and make sure the backup exec account has access.
  4. Backup the profile you wish to use (as you've done) then launch FF from the start bar with -ProfileManager after it "C:\Program Files (x86)\Mozilla Firefox\firefox.exe -ProfileManager" then create profile and browse to the profile in which you created obviously making this profile default by deleting the other profiles and naming this (which I think it does anyway) default
  5. Which method within the exchange filtering did you set the block on as per Understanding Anti-Spam and Antivirus Functionality: Exchange 2010 Help obviously if you set it on sender filtering and its within the content it may get missed.
  6. Hi all, Trying to configure offline files for laptop users on windows 7. I've configured the offline files GPO on the computer configuration but it doesnt seem to work - Im guessing it doesnt need to be set on both settings - "Computer Configuration" and "User Configuration"? Some of the folders are available offline - (folders within the users redirected h: drive) but the likes of the p: and others arent becoming available offline even though I have added them to the Administratively assigned offline files. Has anyone had this before or overcome it? Thanks
  7. Thanks, Im struggling to find documentation on this. What Im trying to do is create a cache proxy and after this is working possibly start to output reports and graphs based on useage etc. I have installed squid for windows but due to what seems to be a lack of addins\documentation Im starting to think I should have gone down the linux route?
  8. Hi guys, Just out of interest - did you configure squid to use 1 nic or 2? Ive set it up on a windows pc and it seems to be running fine. Im starting to add users through it to see how the performance goes, but I wasnt sure if its best practice to go with 1 nic for lan traffic and the other for wan or just have 1 doing everything? Thanks
×
×
  • Create New...