Hi all
I just recently revamped my logon script, making it more versatile so it would fit a new customers needs. This prompted one of my colleagues to suggested, that I actually wrote some documentation (shrugs) for it... well long story short, the logon script is now available on my blog with...
Hi
The logon script we use at work works great when users are at the office. But when at home and connected to our network through a VPN tunnel (Netscreen Remote tunnel), the script is unable to detect the domain name, the current user and the current computer. Currently we detect those using...
Hello all
I'm having some weird issues with mapping to a DFS share with VB scripts.
When I run my login script from our headquarter, the mapping goes through without a hitch. But when I run the login script from one of our other locations, it won't map.
There is no problem when I do a good...
Hello
I need to know the server name of the server from where my logon server is running. How do I do that. I have managed to find the directory from where the logon script is running:
strCurrentDirectory = Left(Wscript.scriptfullname,Instr(1,WScript.ScriptFullName,wscript.scriptname,1)-1)...
Hello
I'm trying to seperate the rules in my logon script from the logon script, and put them in a xml file. I've created the xml+dtd, but I've been having a very hard time trying to get the vbscript code to work.
Here's what I basicly want to do, in sudo code:
For Each group in groups...
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.