Tuesday, August 12, 2014

Use robocopy to move shares from one server to another

Environment:
old 2003 appliance server
new 2012 r2 on vmware.

On the 2012 server, run cmd as administrator:
robocopy \\(server where the files live)\share \\(server you want the files to go)\share /copyall /mir

This moved all folders, files and permissions.

Friday, August 1, 2014

Outlook sync issue 0X8004010F

For me it was referencing the offline address book.

What I did to fix it:
Removed exchange account, close outlook
Deleted .ost from c:\users\username\app data\local\microsoft\outlook
(make sure you have show hidden files checked.  Organize>Folder and Search Options>View>Hidden files and folders)
Added exchange account through control panel (control panel>mail>email accounts>new)
Opened outlook
No more Sync issues.

Getting RTL8812au passed to Virtualbox VM (Ubuntu)

There are no guarantees, I just write these notes so I can come back to them. First, get the dongle working on the host OS. After going thro...