If you have been using Office 365 for any period of time, you may be familiar with seeing this error:
WARNING: There is a newer version of the Microsoft Online Services Module. Your current version will still work as expected, however the latest version can be downloaded at: https://portal.microsoftonline.com.
Thankfully, Microsoft updated their page to help show you what version you have and how to update this.
Here's the URL: http://technet.microsoft.com/en-us/library/jj151815.aspx#bkmk_installmodule
If you run the following command you can see the currently installed version:
(get-item C:\Windows\System32\WindowsPowerShell\v1.0\Modules\MSOnline\Microsoft.Online.Administration.Automation.PSModule.dll).VersionInfo.FileVersion
In order to update this, you need to uninstall the existing version. If you have had this installed for a long time, you may also need to uninstall and reinstall the latest versions of these:
Hope this helps! As of this posting, the current version is reporting 1.0.8073.4
1 comment:
Thanks for taking the time to put this out there.
Regards,
Brian
Post a Comment