Posts

Showing posts from October, 2015

Office365 PowerShell command connect-msolservice reports "Unable to authenticate your credentials" [Solved]

We've been having issues with a customer today whereby the Office365 PowerShell command connect-msolservice reports the following Unable to authenticate your credentials. Make sure that your user name is in the format: <username>@<domain>. If this issue persists, contact Support. We've investigated this and confirmed the credentials are correct and that the user account can log into the Office 365 admin portal. Eventually we found that the domain user account we were executing the PowerShell command connect-msolservice as was the problem. Logging onto the computer as a different account (but using the same Office 365 credentials) worked. We didn't get to the bottom of why as the domain account was a root domain admin, however using a different account resolves the issue. If we get any more details we will post them here but at least there's a workaround for this very misleading error.

ASP.NET validators don't work on iPhone and iPad - ecmascriptversion browser definition files

We've recently had a problem that ASP.NET validators don't work on iPhone and iPad devices. We looked into this and this is due to the fact that the devices were determined by ASP.NET to be downlevel devices. We'd already updated our browser definition files so found this strange so took at look at what ASP.NET determined to be downlevel -- .NET Framework source code ...         Page page = this.Page;         if (page == null || page.RequestInternal == null)         {             return false;         }         if (!this.EnableClientScript || page.Request.Browser.W3CDomVersion.Major < 1)         {             return false;         }         return page.Request.Browser.EcmaScriptVersion.CompareTo(new Version(1, 2)) >= 0; So it seems that it's the W3CDomVersion and EcmaScriptVersion that are important. Though setting these in the browser definition files didn't solve the issue. It seems that the parentID was at fault. We were inheriting from Safari wh

Automate the creation of Office 365 accounts

Image
You can now use our network automation tool , XIA Automation Server to provision Microsoft Office 365 accounts. Using the administration tools you can configure how the system will create the accounts. You can configure the settings for the task using automation variables or fixed values. The behaviour tab allows you to set whether accounts are created or updates.  For more information email info@centrel-solutions.com or download the free trial now.