There are few ways to get FARM server where SharePoint Central Administration site is hosted. Using PowerShell cmdLets:- 1- Get-spwebapplication -includecentraladministration | where {$_.DisplayName -match “SharePoint Central Administration*”} | select DisplayName,Url The above cmdLet is good while you are trying to retrieve url of the CA either it is hosted on same machine or on different one (during n-tier farm architecture) But suppose, I
I already have wrote about the design of the Document Management using SharePoint in my previous post. You can see the links below. Now I will go through the steps of how to create Document Center and Record Center and how they will be connected. Design: http://mysplist.blogspot.com/2014/03/sharepoint-2013-document-management.html Implementation: Go to SharePoint Central Administration and create a separate Web Application and
In this post I will explain how a Document Management System using SharePoint 2013 can be designed for an Enterprise. I had a requirement at my work for designing a Document Management using SharePoint 2013 and here is my proposed design. Ref: http://mysplist.blogspot.com/2014/03/sharepoint-2013-document-management.html Background: Document Center Document Center site is designed to managed an enterprise’s live
Hi fellow SharePointers, In my time being a SharePoint administrator, I have wondered if it was possible to create personal sites for users on the fly using PowerShell. This could be for any reason. Here is the TechNet gallery link: http://gallery.technet.microsoft.com/Create-personal-for-4a70e4ad If you have any questions, or improvement recommendations, please let me know!
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
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]
