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...
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...
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...
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...
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...
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...
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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.