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 Mike Lewis 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: *

  • Users: puko
  • Order by date
  1. puko

    deny access to C:

    I had been lookin at the MS SteadyState but read lots of bad experiences people were having with it it sounds like a solid idea and solution and would be my first choice solution if it were out long enough to have the major bugs worked out but in all bad reviews there are the content users out...
  2. puko

    deny access to C:

    Im working with XPpro and XPmedia I tested on win7 and everything worked fine, but suddenly i realize I should have tested on what i was working on :P Im trying to lock down an account so it will only be able to look at 1 folder on a network computer(no domain..just WG), and was wanting to...
  3. puko

    Loginscript map drives thru group membership with recursive check

    I hate to hijack the specific direction of the thread, and if there is some posting rules about it please let me know...(havnt seen any posting stickies about it yet) but, when working with groups, if this were a more basic drive mappin script, with a more basic ad scheme, would you need...
  4. puko

    checking connected net printers before mapping

    thanks for the enumerate printer work around...i gotta save all the time i can cause 1/3 of the clients are old dells, and through my research i found out that it was called key and item, just not that it could be this useful. i plan on scrounging through the forum for the next few months...
  5. puko

    checking connected net printers before mapping

    i got it going. i appricate the time for the explinations and helping me through, i would have had a coffee induced nervous breakdown otherwise, thank yall very much On Error Resume Next Set WSHNetwork = CreateObject("WScript.Network") ' create a dictionary to store our printer paths Set...
  6. puko

    checking connected net printers before mapping

    the If objDictionary.Exists("\\printserv\printer1") Then is going to be looking at Set objDictPrnts = CreateObject("Scripting.Dictionary") objDictPrnts.Add "\\printserv\printer1", "\\printserv\printer1" objDictPrnts.Add "\\printserv\printer1", "\\printserv\printer2" and not the acutal...
  7. puko

    checking connected net printers before mapping

    alright.. did a little work and was wondering if this would funtion, i gotta go take a break and was going to come finish..but was wanting to see if it was even feasable ' Windows Logon Script for mapping printers. option explicit dim objNetwork dim objPrinter dim objDictionary Set...
  8. puko

    checking connected net printers before mapping

    hello, We are having trouble keeping printers mapped on student computers. we have login scripts with ' Windows Logon Script for mapping printers. Set objNetwork = CreateObject("WScript.Network") objNetwork.AddWindowsPrinterConnection "\\UNC\UNC" Set objPrinter =...

Part and Inventory Search

Back
Top