SharePoint 2016 – Create Service Accounts using PowerShell script
Hey Everyone!!!
Today i will show you how can you create SharePoint 2016 Service Accounts using PowerShell script following the Best Practices.
The script not only create all the accounts but also...
SharePoint Scenarios – Online, On-Premises or Hybrid!?
Hey Everyone!!!
Today i'm going to talk about SharePoint Scenarios and what are the main difference between this three types of scenarios and what scenario should be the option for your...
SharePoint Templates – Understand the differences
Hey Everyone!
Today i will talk about SharePoint Site Templates, and explain the main difference between each template and how it is extremely important to have in mind what each...
SharePoint – Export all solutions wsp using PowerShell script
Hey Everyone,
Today i will post a script very helpful when you are on Migration steps and you need export all wsp solutions.
$dirName = "C:WSP"
if (!(Test-Path -path $dirName))
{
New-Item $dirName...
SharePoint 2016 – TCP/IP Ports
Hey Everyone!!!
Today i will show you the full list of TCP/IP Ports that you must consideration on your SharePoint 2016 Farm.
Full list of ports used by SharePoint 2016:
Protocol
Port
Usage
Comment
TCP
80
http
Client to...
SharePoint – CSOM (Client Side Object Model) versions
Hey Everyone!
Today, i will talk about CSOM versions, it is extremely important you have in mind that there are different version of CSOM according your target environment.
The following figure...
SharePoint 2016 – Essential Migration Steps and Considerations
Hey Everyone!
Today i will talk about SharePoint Migrations, a complex process that requires an extra efforts depending the version of SharePoint.
Why should I upgrade or migrate to SharePoint 2016?!
1.SharePoint Farm...
Create SharePoint 2016 install package with AutoSPSourceBuilder
Hey Everyone!
Today i will speak about AutoSPSourceBuilder, a great powershell script to create a packages to install SharePoint 2016, 2013 and 2010. The packages created by AutoSPBuilder, you can...
SharePoint Online, 2013 and 2016 – Display list data in grid using Rest API
Hey Everyone!
Today, in this post i will show you how can we display list data in a grid using Rest API in SharePoint Online, 2013 and 2016.
In this example,...
SharePoint Is Back!
A while ago, some have predicted the death of SharePoint, stating that the SharePoint brand was not even present in Office 365 and that Microsoft would not release any...