As part of your security auditing, especially if the server is exposed to the internet, you should have an email configured to be sent to you in the event a user shells into the server. This will give you a clear indication the server has been compromised if you are not expecting a login event…. Read more »
Create Cisco Login Banner
Create Cisco Login Banner Having a login banner can be very useful for a variety of reasons, you can warn people not to log in unless authorised, give a legal disclaimer or even welcome people (not recommended). The following commands will allow you to input your own banner text (by using a “&”) and will… Read more »
Login VB Script to Map Network Shares by Active Directory Group
There are a few different ways to map drives when a user logs in, if you already have a log in script you can simply copy parts of the following code into the script to be able to map drives. This is a very simple script, when it comes to login scripts, the less complex… Read more »