If you manage a Windows server and would like to have network printers automatically installed on users' workstations at logon via a batch script, here's how to do it.
To add a network printer:
rundll32 printui.dll,PrintUIEntry /in /q /n\\ServerName\PrinterName
To delete a network printer:
rundll32 printui.dll,PrintUIEntry /dn /q /n\\ServerName\PrinterName
For more information, read this TechNet article.
If you've ever needed to send a file to somebody, but it was too big for e-mail or DropBox, you may have looked at services like YouSendIt. However, if you're concerned about the file being stored on a third-party server and somebody other than the intended recipient getting it, then perhaps you've been wary of services like that.
If so, then justbeamit is for you. It initiates a peer-to-peer connection between you and the recipient, allowing you to monitor the transfer in real time and avoiding the need to store it on a server somewhere. Once you close your browser window or navigate away from the page, the link to the file is invalidated.
justbeamit.com
One great feature of Unix-like file systems is the ability to make links to other files and directories. Windows has had the ability to make shortcuts for a long time, but only since Vista has it had the ability to create soft (symbolic) links to files and directories and hard links to files.
You may be asking yourself, "What are links and why should I care?" In short, links work better than shortcuts and can allow you to do things you otherwise wouldn't be able to do.
For example, if you use Dropbox, you know that only files and folders in your Dropbox folder get synchronized. But, if you make a hard link in your Dropbox folder to a file outside of your Dropbox folder, it will get synchronized because the file now lives in both places. It does this without taking up any more space on the disk. Cool, right?
The following pages explain how links work and how to use them in more detail:
Using Symlinks in Windows Vista - The How-To Geek
How-To: Use Symbolic Links to Master Vista's File System
If you've ever migrated a user's workstation from an old domain to a new domain, you know it's not a simple matter of dragging and dropping the contents of the profile directory in Windows Vista and 7 like it was in Windows XP. You have to manually copy selected files and folders and you lose all of the user's preferences.
That is, of course, unless you use the User Profile Wizard from ForensIT. This small, free utility makes it a breeze to migrate user profiles to a new domain.
If you want to manually import an Outlook 2007 or earlier NK2 (nickname database) file into Outlook 2010, read this article.