sharepointconnoisseur.blogspot.com
SharePoint Connoisseur: April 2015
http://sharepointconnoisseur.blogspot.com/2015_04_01_archive.html
Harry Chen's SharePoint tricks and tips. Wednesday, April 22, 2015. Powershell cmdlets to compare user's AD attributes with SharePoint user profile. When trouble shooting SharePoint user identity related issues such as UPN and SID values, it will be extremely helpful to compare the values from SharePoint with AD since SharePoint will synchronize users’ AD attributes through user profile services. One example is some users changed their AD UPN from userid@domain.company.com. Properties DisplayName, userPr...
sharepointconnoisseur.blogspot.com
SharePoint Connoisseur: May 2015
http://sharepointconnoisseur.blogspot.com/2015_05_01_archive.html
Harry Chen's SharePoint tricks and tips. Tuesday, May 19, 2015. Cannot connect to O365 through remote powershell for global account w/ MFA enabled. Recently our company changed on-premises AD user’s UPN from. This will keep the UPN same as email so users could login to window server and O365 consistently using same login. We have MFA enabled for accounts and using ADFS for authentication. After the. That is global administrator. To O365 from remote powershell. Get on-premises AD UPN. Get Azure AD UPN.
sharepointconnoisseur.blogspot.com
SharePoint Connoisseur: January 2014
http://sharepointconnoisseur.blogspot.com/2014_01_01_archive.html
Harry Chen's SharePoint tricks and tips. Thursday, January 30, 2014. How to use PowerShell console window title to monitor SharePoint 2013 upgrade status and timing? To the PowerShell so person running the script could know what the script is doing. Get-Get-SPSite -limit ALL”. StartTime = [DateTime]: Now. Execute any PowerShell script. TotalTime = [DateTime]: Now - $startTime. Set time spend in second as window title and display. Hostui.RawUI.WindowTitle = $status. As best practice, you might need to sto...
sharepointconnoisseur.blogspot.com
SharePoint Connoisseur: Step by step to deploy Provider-Hosted app to Microsoft Azure used for SharePoint Online site
http://sharepointconnoisseur.blogspot.com/2015/06/step-by-step-to-deploy-provider-hosted.html
Harry Chen's SharePoint tricks and tips. Friday, June 19, 2015. Step by step to deploy Provider-Hosted app to Microsoft Azure used for SharePoint Online site. There are several examples to deploy Provider-Hosted app to Microsoft Azure for SharePoint Online. I started to follow the example. By Microsoft and it worked pretty well. However, there is simply way to achieve the same goal and I would like to provide the steps for new developers in my team. This example will include the following major steps.
sharepointconnoisseur.blogspot.com
SharePoint Connoisseur: Major issues for SharePoint-Exchange photo sync
http://sharepointconnoisseur.blogspot.com/2015/08/major-issues-for-sharepoint-exchange.html
Harry Chen's SharePoint tricks and tips. Thursday, August 13, 2015. Major issues for SharePoint-Exchange photo sync. As Microsoft suggested, we could leverage the high-resolution photos available in Exchange 2013 through SharePoint-Exchange photo sync feature. However, after we evaluated the architecture and implementation, we identified several major issues that you should serious consider before moving to production. Here is the architecture and process explain by Jens. 2 During picture load, a user ha...
sharepointconnoisseur.blogspot.com
SharePoint Connoisseur: October 2014
http://sharepointconnoisseur.blogspot.com/2014_10_01_archive.html
Harry Chen's SharePoint tricks and tips. Thursday, October 30, 2014. SharePoint 2013 issues on Internet Explorer 11. When I was doing labs during the SharePoint training, several SharePoint 2013 issues are identified accidentally against Internet Explorer 11. The most annoying one is that SharePoint pages are not in full edit mode when clicking edit page. One example is web part properties cannot be modified since the link will not displayed on the page as in the following screenshot. In recent SharePoin...
sharepointconnoisseur.blogspot.com
SharePoint Connoisseur: August 2015
http://sharepointconnoisseur.blogspot.com/2015_08_01_archive.html
Harry Chen's SharePoint tricks and tips. Monday, August 31, 2015. Asset Library or Video Portal for O365 videos? Video is one of the most powerful mediums of communication. Office 365 Video. Provides organizations with a secure, company-wide destination for posting, sharing and discovering video content. From onboarding new employees, to distributing a CEO message company wide, to community contributions, video is now a first-class citizen to power and enrich your internal communications. Embed feature a...
sharepointconnoisseur.blogspot.com
SharePoint Connoisseur: July 2014
http://sharepointconnoisseur.blogspot.com/2014_07_01_archive.html
Harry Chen's SharePoint tricks and tips. Wednesday, July 30, 2014. Error when clicking "Manage Shared Schedules" under "Reporting Services" for SharePoint 2013 reporting service. After we enable the powerview features, we are getting the following ereror when clicking Site Settings. Sorry, something went wrong An error occurred within the report server database. ULS log shows the following error. Line 49277: 07/30/2014 13:43:26.73. SQL Server Reporting Services. Line 49278: 07/30/2014 13:43:26.73. This m...
sharepointconnoisseur.blogspot.com
SharePoint Connoisseur: July 2015
http://sharepointconnoisseur.blogspot.com/2015_07_01_archive.html
Harry Chen's SharePoint tricks and tips. Thursday, July 9, 2015. SharePoint list designer workflow constantly failed to set item title to the item name with "Unknown error". Recently we have increasing SharePoint list designer workflow failed on many different SharePoint 2013 sites. Although most of the SharePoint list designer workflow are very simple that only includes 2010 workflow activities, we have noticed "Unknown error. Is the most common error. After debugging with Microsoft, we found if we add ...