Wednesday, February 13, 2013

How to setup Outlook 2010 over HTTP

How to setup Outllok 2010 over the Internet with Exchange and no VPN.

     
More Setting / Connection tab



Check Name

Monday, February 11, 2013

Access to this web server is disabled by default because it is controlled by basic authentication...


Microsoft has a "Fix it" file that did not work for me because it requires admin access. But I found this one registry value did the trick.


office-fix.reg

The contents of office-fix.reg.

[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\Internet]
"BasicAuthLevel"=dword:00000002

This post has been getting a lot of hits. Let me know if the fix worked for you.

Friday, February 8, 2013

Copy files form VMware datastore with PowerCLI.



$input1 = read-host "enter"
Copy-DatastoreItem "vmstore:\\datacenter1\datastore1\*$input1*" c:\vmware\bkups -Recurse


I copy files from a datastore to my local PC on a regular basis. Of course you need to install PowerCLI on the local PC.