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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by teddysherri

  1. teddysherri

    Printers Script based on group membership question

    Yeah, they are all security/global groups. I have copied and pasted the names of the groups into the script so i know it's not my spelling (this time) :-)
  2. teddysherri

    Printers Script based on group membership question

    Hi, I decided to totally re-write my script, i can't work out how to do nested groups still so have just changed my security groups around. Thanks withannh
  3. teddysherri

    Printers Script based on group membership question

    Hi, Thank you for your script and tip. However i still have the same problem, i recieve no errors and no printers, any ideas? Thanks
  4. teddysherri

    Printers Script based on group membership question

    Option Explicit Dim objNetwork, objSysInfo, strUserDN Dim objGroupList, objUser, objFSO Dim strComputerDN, objComputer Set objNetwork = CreateObject("Wscript.Network") Set objFSO = CreateObject("Scripting.FileSystemObject") Set objSysInfo = CreateObject("ADSystemInfo") strUserDN =...
  5. teddysherri

    Printers Script based on group membership question

    Hi Withanh, Thanks for that, i took a look at "Logon script 2" and ammended it for what i need. I run the script and get no errors but no printers either. I can post up the script if that would help? Thanks
  6. teddysherri

    Printers Script based on group membership question

    Hello all, I know very little about vbscripting but have been tasked with creating a vbscript to map all our network printers. This i found simple enough, but we would like to map printers based on group membership and this is where i have the problem. The problem occurs if i have a security...
  7. teddysherri

    Threshold Email

    Cheers guys.
  8. teddysherri

    Threshold Email

    Hello all, Can anyone recommend a piece of monitoring software (preferably free) that will email someone when a threshold is reached? Thank you.
  9. teddysherri

    Installing MSP patches

    Hello, We have recently sacked our Citrix support company and have noticed that they haven't been patching our servers for a long time. Our servers are Windows 2000 SP4 running Metaframe XP FR3, can someone please tell me how i install .MSP files as it just says it's an invalid package. Have...
  10. teddysherri

    Remove NTBackup

    Hi Guys, A few of our users have taken it upon themselves to backup their machines to their home directories on our f&p server. Is their a way of being able to disable NT Backup via group policy? We are running Windows XP and the servers are 2003. Thanks.
  11. teddysherri

    File associations

    Cheers titleist, works a treat! :-)
  12. teddysherri

    File associations

    Hi Guys, Does anyone know how to amend file associations so that it will change them for anyone who logs onto the server? I am presuming it's a case of amending the Classes_Root in the registry, but i am unable to get it working. Our Citrix servers are Windows 2000. Can anyone help? Thank you
  13. teddysherri

    Change file extensions.

    Hi Guys, Does anyone know how to amend file associations so that it will change them for anyone who logs onto the machine? I am presuming it's a case of amending the Classes_Root in the registry, but i am unable to get it working. Can anyone help? Thank you
  14. teddysherri

    Global Safe Senders list

    Ok, i have found out how to add the list to group policy but for some reason it does not show up with the safe senders list within Outlook. Anyone got any ideas? Thank you.
  15. teddysherri

    Global Safe Senders list

    Hi Guys, Our users have been noticing that emails sent via SharePoint are ending up in their Junk folder. If we add the SharePoint address to the safe senders list on their Outlook client then future emails will be sent to the inbox. Is it possible to push this out to everyone's safe senders...

Part and Inventory Search

Back
Top