Use this script to map AD attribute to SharePoint user profile property for specific synchronization connection in UPA (User Profile Application). This is useful to remap ‘proxyAdresses’ attribute for WorkEmail property if you changed to ‘mail’ and trying to change it back or other scenario. If mapping already exists it will be remapped to new
Ya the title has a lot to say and I am disappointed as I write this post. So I came to a point while I am implementing a SharePoint 2013 project to a client in Egypt, where they are in need for the Organization Chart, ok no problem, or I thought no problem!! I configured
Send mail using PowerShell cmdLet. I generally use these cmdLet to verify outgoing email settings. Using smtp address (Hardcoding the SMTP address) function send-notification($subject, $detail) { $message = New-Object System.Net.Mail.MailMessage $message.Subject = $subject $message.Body = $detail $message.To.Add(“recipient1@domain.com”) $message.To.Add(“recipient2@domain.com”) $message.Cc.Add(“cc1@domain.com”) $message.Bcc.Add(“bcc1@domain.com”) $message.From =
After a busy week of migration of data from the lotus notes to the O365, we noticed that some of the users couldn’t able to download / upload a large file (>10MB) size. After a quick google, came across this post “SharePoint Downloads Interrupted For large Files” with a solution to it. As mentioned in the blog,
Everyone is used to seeing this logo right? When you’re working with SharePoint 2013 on premises the web application has a property called SuiteBarBrandingElementHTML that you can update with custom HTML to update what is shown in the upper left corner of the page. In office 365, we do not have access to the web application
There has been a lot of buzz and questions around connecting your Office 365 tenant to data located on Premises. This is a common requirement and is now made possible with PowerBI. Connecting to your data source is made possible with the Data Management Gateway (DMG) The awesome part of the DMG is that is makes the connection outside
Before you begin, please check if your SharePoint farm SQL servers are using Dynamic memory on ESX or Hyper-V. If yes – Turn it OFF! And check if it helped. Launch AppFabric PowerShell console and execute: Use-CacheCluster Get-CacheHost Check if Cluster is ‘UP’, If not then: Start-CacheHost –ComputerName [yourServerName] –CachePort 22233 then get your SharePoint farm
Sharing, a new concept in SharePoint 2013, allows users (who have the correct rights) to share the Site, List/Library or item/file with other users. However, the process and user experience is not always the same. It is important to understand the differences in each method. Especially for administrators/site owners, this can become a bit of
Free Apress ebook: Office 365: Migrating and Managing Your Business in the Cloud By Matt Katzer , Don Crawford Written for the IT professional and business owner, this book provides the business and technical insight necessary to migrate your business to the cloud using Microsoft Office 365. This is a practical look at cloud migration
When you are working with Search in SharePoint 2013 you no longer have the luxury of using the GUI to modify search topology. Now we have to directly modify a topology using a clone in PowerShell. At a high level we have the: Search Service Application Search Topology Search Instance on each Server in the
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]