Here's a quick tip: if you need to move multiple files or folders in Team Explorer, it's not possible to select multiple and click 'Move' from the context menu. However, you can accomplish this using the TF.exe Move command with a wildcard:
Syntax:
tf.exe move <itemspec> <destination>
Example:
tf.exe move $/Itd/Deployment/Builds/R1* $/Itd/Deployment/Builds/Archive
Sweet and simple! This one saved me a lot of time – Enjoy!