What tool can I use that logs when my PC is accessed by another? For example, a program that logs if I was pinged, or if one of my ports was scanned, or if someone tried to get into my PC. I can't find this in the event logs. I'm not sure if Port Reporter or PortQuy provides this or not. Thanks.
What's the command for getting input at the command line as opposed to Inputbox, example
FileInput = Inputbox("Enter the path and filename you wish to open:")
createobject("wscript.shell").run FileInput
Thanks.
I want to restrict User A from sending email to anyone in the address book. Under User A's properties in Active Directory (AD), I can restrict who they can receive email from in Exchange General -> Message Restrictions. But I can't find where to restrict who they can send to in either in AD or...
Hi. After making changes to the toolbars and commands, I want to lock it down to where the user can't undo anything. As it stands, after I make the changes, I can right-click, choose Customize and bring everything back. I don't want them doing this. I also have the configuration file saved in...
It is my understanding that email logging is available. How can I check a PC to see who the user received email from or sent email to, even if they deleted mail? Where is there a log file on the PC containing info where email was sent/received that I can save and review?
Hi. After making changes to Outlook 2003 (options, customize), what and where is the file that has all the changes saved? I need this in case I want to revert back to the original settings. Thanks.
Can someone provide a script example of how to open/run a file, to include the path? For example, if the path is C:\program files\designs\file.txt, how do I tell the script to open it? Also, will this work for all executable extensions (.exe, .cmd, .txt, .vbs, etc)? Thanks.
OK, here's what I got. This thing is that I'd like for it to display a summary message box after the Net Send executes. Basically it should pop up saying that you sent the message to the following stations: and it lists the stations on the same message box. The way I have it now, it displays...
Hi. In Windows XP, I want to create a user interface in VBScript that compliments the NET SEND command. This is what I have so far:
Set objShell = Wscript.CreateObject("WScript.Shell")
Comp2Reach = InputBox("Enter in Computer name.")
Message2Send = InputBox("Type your message.")
objShell.Run...
I understand this Mark, but this doesn't work. I need the John to be able to go to START --> Reports, and for the Reports folder to expand and show the files, but not allow him to double-click the folder and opwn a new window.
I'm trying to accomplish this after the user logs in, not through...
Below is a simple script that will open the Microsoft home page. You can modify the toolbars' values to display or hide as you see fit.
Can someone help with the toolbar buttons? Even though the option exists to display or hide the entire toolbar, is there a way to display only certain toolbar...
On XP Pro, if you click Start, and double-click any folder in the Start Menu, it will open a window of the folder. How can I disable this? There are files in the folders that I want users to access, but only by clicking Start --> Folder, and letting the folder expand to show the files...
Accidentally cross-posted to another forum. Sorry. So,
Can a vbscript be made into a stand-alone executable like a C++ program? This is for the purpose of hiding the code. Is this possible, or will I need to use another program to call the script? Thanks.
Can a vbscript be made into a stand-alone executable like a C++ program? This is for the purpose of hiding the code. Is this possible, or will I need to use another program to call the script? Thanks.
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.