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 strongm 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. 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...
  16. teddysherri

    Domain Controller Script

    Hi Guys, I have been asked to find the FQDN and IP address of all the domain controllers in our domain. I think there is roughly about 150 odd so i don't want to sit here all day pinging each one, so is there a script which i can run that will be able to gather the info for me? I have the...
  17. teddysherri

    CRM v4 Install Problems

    Hi Guys, Currently trying to install v4 onto a 2003 sp2 virtual server with another 2003 sp2 virtual server running SQL 2005 STD sp2, as a domain admin account. Both servers are running in the same domain. The problem we are having is that halfway through the install we get a message saying...
  18. teddysherri

    Permissions Checker

    Hi Guys, We have just taken over a company with a number of servers and have found that their permissions are a mess. Can anyone recommend a tool that can check the permissions of each folder and present it in an easy to read format? Thank you. Chris.
  19. teddysherri

    Map drive problem

    Hi Guys, We have just created a new share on our 2003 server for the users personal drive. The path is specified in their home folder within AD and as a backup it is in the logon script. The share permissions is to allow everyone change rights, and the NTFS permissions at the top level are to...
  20. teddysherri

    Script based on computer name

    Thank you guys, I will give it a bash shortly.

Part and Inventory Search

Back
Top