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 ReadingSPDocKit – Generating SharePoint Documentation
Have you ever wanted to generate the entire documentation of a SharePoint farm with just a few mouse clicks, or wanted to compare settings of two different SharePoint Farms? SPDocKit from Acceleratio have an application
Continue ReadingSharePoint 2010 Word App Viewer unable to view documents but you can edit
Error ===== When viewing a word document the following error is raised: “Word Web App cannot open this document for viewing because of an unexpected error. To view this document, open it in Microsoft Word.
Continue Reading