A couple of years ago I worked in IT for "Big Brown Delivery Company." They have specific servers that run specific jobs for each of their Hubs. Some of these servers can only be accessed by one person at a time and this can become a problem when we need to fix things.
We were getting reports of problems with an application on one of these servers but every time we tried to log in remotely to fix it, we were told that someone in another building was already logged into it. After getting this message for over an hour I decided to send them a message over the network using a DOS command. It's simple to use and works great... or at least, usually is.
The command is called NET SEND and the syntax is simple. Type net send <computer or user> <your message>, just without the <>.
So I typed in net send computername There is an issue with servername that we need to resolve Please log out for 5 minutes thanks - IT
Well, that's what i intended to type in. Instead of the message going to the intended computer, the computer's name popped up on every system in the domain. Every computer on the network, nation wide, had computername pop up on their screen.
I immediately went to my supervisor and started apologizing profusely. I could imagine someone in some other department start freaking out thinking we were hacked or sumthin and the fit hitting the shan. THANKFULLY they were cool about it and simply told me to not do it again
CH
We were getting reports of problems with an application on one of these servers but every time we tried to log in remotely to fix it, we were told that someone in another building was already logged into it. After getting this message for over an hour I decided to send them a message over the network using a DOS command. It's simple to use and works great... or at least, usually is.
The command is called NET SEND and the syntax is simple. Type net send <computer or user> <your message>, just without the <>.
So I typed in net send computername There is an issue with servername that we need to resolve Please log out for 5 minutes thanks - IT
Well, that's what i intended to type in. Instead of the message going to the intended computer, the computer's name popped up on every system in the domain. Every computer on the network, nation wide, had computername pop up on their screen.
I immediately went to my supervisor and started apologizing profusely. I could imagine someone in some other department start freaking out thinking we were hacked or sumthin and the fit hitting the shan. THANKFULLY they were cool about it and simply told me to not do it again
CH
Comment