This error has stumped me for the past couple weeks so I had to write a post when I finally figured it out. Here’s the basic scenario. You install the Microsoft Online Migration Tools on a server and when someone logs into the server and issues any of the Microsoft Online PowerShell commands, they get an error which states:
Object reference not set to an instance of an object
After much trial and error I was able to figure out this error is caused by the Internet Explorer settings. It appears you have to configure Internet Explorer before you can run the Microsoft Online PowerShell commands. In my cases, the users that couldn’t run the commands were users who had logged into the server for the time, and thus IE was not configured. The fix was to open IE and run through the configuration wizard.
If simply opening IE and configuring the settings doesn’t work for you, you can try these steps to reset the IE configuration:
To use the Reset Internet Explorer Settings feature from Control Panel, follow these steps:
- Exit all programs, including Internet Explorer (if it is running).
- If you use Windows XP, click Start, and then click Run. Type the following command in the Open box, and then press ENTER: inetcpl.cpl
The Internet Options dialog box appears.
- Click the Advanced tab.
- Under Reset Internet Explorer settings, click Reset. Then click Reset again.
- When Internet Explorer finishes resetting the settings, click Close in the Reset Internet Explorer Settings dialog box.
- Start Internet Explorer again.
Then, if it’s still not working:
- Right Click on the Command Prompt Shortcut on the Start Menu and Choose Run As Administrator.
- In the Command Prompt window, enter this text and press Enter: regsvr32 actxprxy.dll
- Restart your computer.
Related blog posts
Get our updates straight to your inbox!
Sign up for our email updates to make sure you don't miss any of our new content.