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.

ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'

 I tried a couple things, downgrading, reinstalling, followed some github links talking about /usr/local/lib/python3.10/dist-packages/basics...