Archive

Archive for the ‘Notes’ Category

Protected: Meet the Resource Attendants and their Scheduling Assistants– or Who are these people, anyway?

2012/08/30 Enter your password to view comments.

This content is password-protected. To view it, please enter the password below.

Setting time zone for all and for all misconfigured OWA users

live@edu/Office365 Exchange in the cloud does not seem to allow setting a default time zone, but rather leaves it to the user to change the time zone (defaulting to the time zone the cloud server is in that the user happens to hit) on first login – in the world I operate in, большая ошибка!

How to use the cmdlet set-MailboxRegionalConfiguration with parameter TimeZone to change the time zone of all your mailboxes is nicely explained on the blog How Exchange Works here, including screenshot and PowerShell command.

Unfortunately such an operation is reported to have needed 3 days for updating all mailboxes in an educational live@edu installation with 30000 users… You can restrict the mailboxes touched by examining first which are not in your local time zone (consult the MS TimeZone table for syntax, e.g. US “Eastern Standard Time”):

 

$mymailboxes = get-mailbox

ForEach ($examinedmailbox in $mymailboxes){

$regionalconfig = get-MailboxRegionalConfiguration –identity $examinedmailbox.identity

 

if ($regionalconfig.timezone -ne “Eastern Standard Time”){                      

Set-MailboxRegionalConfiguration -identity $examinedmailbox.identity -TimeZone  “Eastern Standard Time”  -confirm:$false

}

}

Why does MS-OneNote fail to linkify my URLs properly?

If this is a bug, it seems a pretty basic one:

image,

for a 3rd generation software plus a service pack: image. Unless I am doing something wrong, of course (I only paste those links). It is not a link length issue, not all links break at the same length (94 would be an odd length in a binary world anyway). If it is a special character, I fail to see it.

Reports that Messenger cannot initiate a video call?

I can initiate from Windows 7 to XP, back and forth, as the following screenshots attest to (they also show my version #).

imageimage

Might reports be related to the fact that, on June 14, Microsoft has made it compulsory for all Windows Live Essentials 2009 users to update to the latest version, Windows Live Essentials 2011 QFE3 update, bumping the version number up to 15.4.3555.0308 (which is what I already have on Windows 7, but not on XP which cannot run Windows Live Essentials 2011, but Vista does)?

Here is a troubleshooting list from Microsoft Answers:

“repair your Windows Live Programs.

1. Click Start, select Control Panel.
2. View by: Category.
3. Under Programs, click Uninstall a program.
4. Select Windows Live Essentials, then click Uninstall/Change.
5. Click Repair all Windows Live Programs.

1. Ensure that the webcam driver is up to date.

2. Run Audio/Video Setup Wizard.

a. Start Windows Live Messenger

b. Click Tools, and then click Audio and Video Setup.  (Press Alt on the keyboard to get the Menu bar) Note: For Windows Live Messenger 2011, select Set up audio and video devices.

c. Follow the directions in the wizard to select and configure the audio and video devices

Note: If you encounter an error and you have a McAfee Site Advisor, please refer to our related article below: Unable to Initiate a Video Call or Video Conversation in Windows Live Messenger

3. Remove Third Party Applications or Add-ons. – if you installed any.

How to fix inability to open notebook from web in MS-OneNote

2012/06/21 2 comments
  1. A lot of people  seem to experience this problem, where the menu item “Open in OneNote” in the OneNote webapp results in the error: “To open this notebook your computer must be running a supported version of Microsoft OneNote and a browser that supports opening files directly from the Office Web Apps.”
  2. Here is what seems to have solved it for me (it only started to work when owssupp.dll was reinstalled. However, some of the earlier steps may also be necessary, notably adding to the “trusted sites”).
  3. To open from OneNote desktop, as opposed to form the webapp, I tried to find out the URL of OneNote notebook
    1. Easiest way is subtracting the edit.aspx portion from the OneNote webapp URL you are viewing.
    2. Or if you can open the notebook on a different computer in OneNote, right-click on the notebook in the left tree and choose properties, or hover over one of its section headers above it to read the tooltip). image
    3. Then in OneNote on the offending computer, menu:file/open/ instead of browsing, paste the URL. This failed without providing any feedback: image
  4. Then I tried following the tips under the link “troubleshooting” in the error message.
    1. However, Firefox had the office plugin already enabled:
    2. I made sure you I was not  not running Internet Explorer  IE 64-bit.
    3. In IE 32-bit: Enable the SharePoint OpenDocuments Class add-on in “Tools”/”Manage Add-ons”: Display the list of add-ons, Dropdown “Show” / “All add-ons” / SharePoint OpenDocuments Class, “Enable”, this had also already been the case. image
    4. I added in IE trusted sites (these were missing – did it matter?): Tools / Internet Options./ Security / Trusted sites/ Level needs to be lower than High, Sites, Add this website to this zone box, added liv e.com and live.net (IE adds the asterisk) : image
  5. I then followed the MS Answers forum instructions to reinstall MS-Office, or rather remove and reenable the owssupp.dll:
    1. before: image, then rename extension to “old”.
    2. In control panel / programs and features / office 2010 professional plus / configure /  office tools / Microsoft SharePoint Foundation support, run from my computer, to re-add the SharePoint plugin: image
    3. after: image
    4. Voilà: Now I could open in OneNote from OneNote webapp: image
  6. Here is wishing that this were easier.., but now I can also open from OneNote / File / Open, and give the URL on live.net (giving  the URL does not open directly, I have to press  open again to open the OpenNotebook.onetoc2): image

NetOp School 6 not upgrading

  1. Here is what we have:
  2. image
  3. Here is what get:
  4. image
  5. And for the indexing servers: “ Web Update failed with error: Index file could not be located at update-server.”

Bad experience with Hard drive WD20-ears00mvwb0

This one contained most of the digital photos I made since 1999, and only a few are backed up on MS-Skydrive, or anywhere else. Bad timing…

image

Classroom Management Systems deemed a necessity in Higher Education computer labs

As seen in a teaching lab of a top-20 US university.

CIMG0150