Recently one of my users had a problem connecting to their Remote Web Workplace portal on their Windows Small Business Server 2003 (SBS 2003). I found that their browser at home had recently been upgraded to IE 10 which was the source of the problem. I think this has also been causing issues for Windows 8 users as well.
Two steps helped to fix this issue :
1. Click the "Compatibility View" button up on the address bar when you first hit your RWW site. (It's the icon that looks like a torn piece of paper.) Now try to connect again. If that doesn't work...
2. Add the domain name or IP address of your RWW site to the "Trusted Sites" list in your Internet Options in IE (click the little gear-shaped icon in the upper right corner and go to Internet Options. Then Security tab, then green Trusted Sites icon then Sites button). Restart IE and try again. This should fix the issue for you. You may need to let it re-install the ActiveX plug-in again.
Jason Hartman Consulting
A senior IT consultant sharing news and knowledge on the latest technologies for Small Businesses.
May 8, 2013
Check last login activity date for an Office 365 or Exchange online user with Powershell command
Now that the latest update for Office 365 is rolling out to customers, I've seen some cool new features in the Dashboard area. For example there is a chart that is displayed that shows you how many of your users haven't logged into the system in the past 30 days or 90 days. Unfortunately it won't actually show you the names of those users so you can't really act on that information.
Here is a quick Powershell command that you can run that will give you a list of all of your users and display the date of the last time that they logged into the system:
Get-mailbox -resultsize unlimited| Get-MailboxStatistics | select displayname, lastlogontime
Note : If you need some help getting connected with Powershell, you can look at this earlier blog post of mine that tells you how to connect and run these commands.
Here is a quick Powershell command that you can run that will give you a list of all of your users and display the date of the last time that they logged into the system:
Get-mailbox -resultsize unlimited| Get-MailboxStatistics | select displayname, lastlogontime
Note : If you need some help getting connected with Powershell, you can look at this earlier blog post of mine that tells you how to connect and run these commands.
Labels:
Exchange,
Office 365
Mar 17, 2013
Outlook.com doesn't have automatic spell checking - need to manually run spell checker
I just found an annoyance with Outlook.com. It doesn't seem to automatically spell check when you are typing an email. You need to manually click "Spell Check" up on the top blue bar. (This bar only appears when you are actually composing a message.) Alternatively, you can push F7 to run a spell check.
Also, your browser my provide automatic spell checking. I've been using Outlook.com in IE 9 and I've not seen any automatic spell checking so maybe I don't have that feature turned on. I know Chrome does have automatic spell checking that works great.
Labels:
Chrome,
Internet Explorer,
Outlook.com
Mar 14, 2013
Reduce Chrome browser memory usage from too many tabs with this handy extension - The Great Suspender
I read this article about a Chrome extension that can help reduce the amount of memory that your Chrome browser uses. I typically have 20-30 tabs open at any given time. These are usually all of my "go to" sites that I frequent throughout the day - Facebook, Twitter, deal sites, amazon, ebay, forums, etc. As a result, Chrome can end up eating up a ton of memory and bogging down my system.
This Chrome extension called The Great Suspender can be set to automatically suspend tabs that haven't been used in a certain period of time. I set it for 1 hour. When the tab is suspended, it frees up the memory that was allocated to that tab. It really does seem to work. I have 6GB of RAM in my machine and instead of typically sitting at 70-80% of RAM usage, I'll be sitting at 40-50% with most of my tabs suspended.
The tabs are grayed out when they are suspended but you simply need to click on the tab and hit the banner at the top to reload the tab when you need it.
Give it a try!
This Chrome extension called The Great Suspender can be set to automatically suspend tabs that haven't been used in a certain period of time. I set it for 1 hour. When the tab is suspended, it frees up the memory that was allocated to that tab. It really does seem to work. I have 6GB of RAM in my machine and instead of typically sitting at 70-80% of RAM usage, I'll be sitting at 40-50% with most of my tabs suspended.
The tabs are grayed out when they are suspended but you simply need to click on the tab and hit the banner at the top to reload the tab when you need it.
Give it a try!
Labels:
Chrome
Mar 13, 2013
Error 0x8004102A in Outlook when syncing mail using the Hotmail connector (Error 1133)
I've recently switched one of my main email accounts over to the new Outlook.com which is excellent! On my main PC, I'm running Outlook 2010 and I've installed the Hotmail Connector For Outlook to give me more Exchange-like syncing experience rather than just simple POP mail. Now if I read or delete an email on my PC, it syncs that change back to Outlook.com which then syncs it to my phone, etc.
Anyway, this setup has been working fine for a few weeks but for the last few days, I was getting an error from Outlook every time it tried to send/receive. It was error 0x8004102A. It would look like this...
“Task ‘<Hotmail account>’ reported error (0x8004102A) : ‘Error with Send/Receive’.”
This indicates an error trying to sync items between the local Outlook mailbox on your Hotmail/Live/Outlook.com . To get some more details, lets take a look at the sync log.
In Outlook, go to the area in the lower left were you see Mail, Calendar, Contacts, etc. and click the item called "Folder List". This shows you ALL of the folders in your mailbox, even the usually hidden system folders. Now look in your mailbox folder structure for a folder called "Sync Issues". This should contain several Sync Logs. Check out the most recent one and scroll down until you see some errors.
In my case, I saw an error that looked something like this...
10:50:19 Synchronizing server changes in folder 'Deleted Items'
10:50:19 Error Synchronizing Message
Error: 1133
Server Command: CHANGE
10:50:19 Server Id: 18F8A5F5-50A5-11E0-A9A0-00215AD6A70A
10:50:19 Error with Send/Receive.
Anyway, this setup has been working fine for a few weeks but for the last few days, I was getting an error from Outlook every time it tried to send/receive. It was error 0x8004102A. It would look like this...
“Task ‘<Hotmail account>’ reported error (0x8004102A) : ‘Error with Send/Receive’.”
This indicates an error trying to sync items between the local Outlook mailbox on your Hotmail/Live/Outlook.com . To get some more details, lets take a look at the sync log.
In Outlook, go to the area in the lower left were you see Mail, Calendar, Contacts, etc. and click the item called "Folder List". This shows you ALL of the folders in your mailbox, even the usually hidden system folders. Now look in your mailbox folder structure for a folder called "Sync Issues". This should contain several Sync Logs. Check out the most recent one and scroll down until you see some errors.
In my case, I saw an error that looked something like this...
10:50:19 Synchronizing server changes in folder 'Deleted Items'
10:50:19 Error Synchronizing Message
Error: 1133
Server Command: CHANGE
10:50:19 Server Id: 18F8A5F5-50A5-11E0-A9A0-00215AD6A70A
10:50:19 Error with Send/Receive.
Basically it was trying to change(sync) something in the Deleted Items folder but it was having a problem doing so. This is indicated by the Error: 1133.
I tried deleting everything in the deleted items folders both in my local Outlook as well as in Outlook.com but that didn't help. Something was corrupt in my local mailbox.
The next step was to delete my cached local mailbox (the .OST file) and let Outlook rebuild a fresh copy.
If you are running Windows 7 or Windows 8, you can just enter this path into your command line and it will take you to the proper folder or you can just browse to this location...
%localappdata%\microsoft\outlook
Here you will find a file that looks like MyEmailAccountName.OST . Close Outlook and then delete or rename this file. It will wipe out your local cached copy of your mailbox. Now launch Outlook again and it will download a fresh copy of all of your folders and messages from Hotmail/Live/Outlook.com and you shouldn't have the error any longer. It worked for me! Note : it make take several minutes to download all of your email again, depending on the size of your mailbox and the speed of your connection.
It remains to be seen how long it takes for the error to come back again.
Labels:
Hotmail,
Microsoft Office 2010,
Outlook.com
Feb 15, 2013
Fix issue with too many contacts in iPhone caused by Outlook Suggested Contacts. How to disable them from syncing.
I had a client the other day that wonder why he was seeing so many unrecognized contacts on his new iPhone. I had a quick look at it and it certainly showed many more contacts than are listed as contacts in Outlook. I immediately thought of the "Suggested Contacts" list that Outlook automatically creates - it builds a list of other people that you've sent mail to or received mail from but haven't necessarily saved to your official contacts lists. So I went into his Suggested Contacts list in his contacts area of Outlook and that list did appear to be the source of all of the extraneous contacts on his phone.
Luckily, starting with iOS 6, I believe, there is an easy way to prevent this Suggested Contacts list from syncing from Outlook/Exchange to your iPhone or iPad.
On your iPhone, follow these steps...
Luckily, starting with iOS 6, I believe, there is an easy way to prevent this Suggested Contacts list from syncing from Outlook/Exchange to your iPhone or iPad.
On your iPhone, follow these steps...
- Open the Contacts app (or go to Phone app and then switch to Contacts area).
- Click the "Groups" button in the upper left corner of the screen.
- You'll see a list of different contact groups so you want to un-check the "Suggested Contacts" group.
- Click "Done"!
Now it may take a few minutes for everything to sync again but this will remove all of the Suggested Contacts from the iPhone, leaving you with just your actual list of contacts from Outlook.
Labels:
Exchange,
iOS,
Mobile Devices
Jan 9, 2013
Check mailbox size and usage with Office 365 or Exchange online. Find users nearing their quota.
The other day I wanted to have a look at the mailbox usage for one of my Office 365 clients. I wanted to see all 35 users and find out if anyone was close to their mailbox quotas. There is no way to check this for all users at once using the Office 365 or Exchange Online GUI so you need to turn to PowerShell. I had to go to 5 or 6 different sites to find all of the little details and troubleshoot some errors so I thought I'd compile all of that info into a blog post for you.
- First of all, you need to use the regular version of PowerShell. NOT the "Online Services Module" for PowerShell version that you would typically use for other Office 365 tasks, I guess because we are talking directly to the Exchange environment here and not the Office 365 portal itself.
- Make sure you run PowerShell as an administrator. (Right-click the icon and select "Run as Administrator")
- The first time I ever tried to run these type of scripts, I got an error about running remote signed scripts or something like that. So you need to run this command the very first time you try any operations like this:
- Set-ExecutionPolicy RemoteSigned
- Next are the 3 commands that you need to run to connect to your hosted Exchange server and start a new session:
- $LiveCred = Get-Credential (then enter your Office 365 email address and password in the box that pops up)
- $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection
- Import-PSSession $Session
- Next is the basic command to get a list of all users and their current mailbox size:
- get-mailbox | get-mailboxstatistics | ft displayname, totalitemsize
- When you are finished, it's a best practice to go ahead and close your session before you exit PowerShell, so you need to run this command:
- Remove-PSSession $Session
Labels:
Exchange,
Office 365
Subscribe to:
Posts (Atom)