Create an Email Macro with Its Own Button see link to article below: http://www.ucwv.edu/tips/outlook/Create_Email_Macro_Button.aspx
Category: Tips-N-Tricks
Use Netstat to select specific strings
Use Netstat to select specific strings,
in this case Ip address 192.168.1.5, port 993:
netstat -ano | Select-String 192.168.1.5
Black Hole method:
Create distribution list with no members. Emails sent to this DL will go into blackhole and won’t NDR.
Exchange silently deletes them.
Use Netstat to select specific strings
Use Netstat to select specific strings, in this case Ip address 192.168.1.2, port 993: use the command below: netstat -ano | Select-String 192.168.1.2:993
The Black Hole Method in Exchange
Create distribution list with no members. Emails sent to this DL will go into blackhole and won’t NDR. Exchange silently deletes them.
Large Textfile viewer
Notepad isn’t built for large text files. To open large log files, I recommend using: http://www.swiftgear.com/ltfviewer/features.html
Gain System Level Access in Windows XP
To gain system level access in Windows XP, read this article
you will need system level access to be able to clear domain cached credentials. These are stored as hashes in the local systems registry
HKEY_LOCAL_MACHINESECURITYCACHENL$1 through NL$10
after gaining system level access, delete NL$1 through NL$10
Clear Domain cached credentials in Windows XP
To clear domain cached credentials in Windows XP, do either of the following:
A. use rundll32.exe keymgr.dll, KRShowKeyMgr
OR
B. Start>Run>control userpasswords2>Advanced>Manage Passwords.
How to prevent windows from storing LMHASH of your password
Prevent Windows from Storing a LAN Manager Hash of your password in AD and Local SAM
see this article on how-to
faster way to add x500 for a user
1.copy from a user that already has x500 added
2.find the user that needs x500 added.
3.while in ADUC, properties of user, go to email addresses, and click on New
4.choose custom address
5.paste the x500 dn you copied from the user in step 1 under email address
type x500 for custom type. click OK
you are done!