I need some help with a little project I dreamed up (gotta love those). I want a login script to check each users machine that logs in and see if a particular application exists on the machine, and then emails me the machine name, username and if the application is installed or not. Can anyone...
Okay VBScript gurus, another quandry for you. I have a login script that runs and gives popup confirmation messages on successful drive mappings. What I would like to know is does WSH allow you to block the popup windows at the workstation level? I want the users to get the login script, but...
VBScript experts, tell me if this can be done. I want to pull the logged on users name and machine name with this code:
'This will print to the screen what the currently logged on users name is'
Set WshNetwork = WScript.CreateObject("WScript.Network")
WScript.Echo "Username: " &...
Can someone look at this for me and tell me how to accomplish the following. I want the script I have pasted in here to map the users P drive to their home folder(I tried using %username% but that of course didn't work), but I have had nothing but errors trying it myself. Anyone feel like...
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.