Thursday, December 10, 2009

Exmerge.EXE



Exmerge.EXE

Use the Mailbox Merge Program to extract data from mailboxes on a Microsoft Exchange Server and then merge this data into mailboxes on another Microsoft Exchange Server. The program copies data from the source server into Personal Folders (.PST files) and then merges the data, in the Personal Folders, into mailboxes on the destination server. The ability to merge data to and from an Exchange Server makes this program an invaluable tool with a variety of uses- especially during disaster recovery. The program can also replace existing data instead of merging new data if specified by the Administrator. Mailbox Merge has some limitations. Please read the tools documentation before using this program.

Wednesday, December 2, 2009

Outlook pst backup utility

PFbackup.exe

FreeNas Default password

User Name: admin
Password: freenas

convert WMV to iTouch resolution

As usual, we set "Resolution" as "480*320" for iPod Touch, "320*240" for iPod Nano, iPod Classic and iPod Video, certainly you can also choose other video sizes you like.

xcopy command

xcopy command
net use l: /delete
net use l:\\computerName\sharedFolderName passwordForThisMachine
xcopy *.* l:\user\folder /s /m /y --> s is subdirectory; m is modify and y is yes to everything; *.* will copy all the files under current directory. For example, you have *.* in the batch file and your batch file is saved under user folder then all your files in the user folder will be copied accross. Alternatively, you can just specify the full path.
pause

Wednesday, November 11, 2009

Default ESXi Password

Default VMware ESXi username: root; password: blank

How to join two text columns

http://www.mrexcel.com/tip074.shtml

cell3=cell1&""cell2