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

Read More
Change or add UPA user property mapping for specific synchronization connection via PowerShell

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 =

Read More
How to send an email using PowerShell (SMTPClient and MailMessage)

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

Read More
Repair corrupted SharePoint 2013 Distributed Cache cluster

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

Read More
Sharing in SharePoint 2013

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

Read More
Free Apress ebook: Office 365: Migrating and Managing Your Business in the Cloud