Last time i wrote a tutorial on how to write a .net script that will auto login into a website. You can find that link here. However, there’s a flaw with that script, today i’m going to show you how to fix that flaw. You can use that code if you know the id of [...]
Today i’m going to show you how to write an auto login script for the .net framework. This script automates Internet Explorer via the COM interface, which exposes the entire Document Object Model (DOM) to the awesomeness that is Powershell. # initialized two variable for the username and password $username=”username” $password=”password” # Create the IE [...]
Data encryption is very important in security, you don’t want your identity get stolen or your sensitive information got stolen by someone else. Windows 7 BitLocker s a drive encryption process whereby anyone who manages to get their hands on your computer or even just your hard drive is out of luck: they can’t read [...]
Someone may have just given you the task to change a password for an Exchange user, and now you’re here; I’m not talking about changing your password, I mean change another user’s password as an administrator. Maybe you’ve never done any administration with Exchange, and the task just kind of fell into your lap. You [...]