The Windows Azure Management portal is now integrated with Windows Azure AD and supports federation with a customers on-premise Windows Server AD. In addition this integration means that the millions of Office 365 customers can
Continue ReadingMonth: November 2012
Project Server 2010 – Queue Jobs Failing
When setting up jobs in Project 2010 such as the Active Directory (AD) group syncronisation, these jobs get queued and then processed by using the Microsoft Project Server Queue Service, if you notice jobs are
Continue ReadingSharePoint 2010 – USer Profile NetBIOS domain name.
How to enable NetBIOS Domain Names for the User Profile Service in SharePoint 2010. Run the following powershell $UPA = Get-SPServiceApplication | ? {$_.TypeName -like “User Profile Service Application”} $UPA.NetBIOSDomainNamesEnabled=1 $UPA.Update() Then recreate the AD
Continue Reading