Pages

Monday 30 November 2015

SharePoint 2010/2013 Automatic redirect from http to https


IIS 7.0+ Microsoft URL Rewrite Module is not available by default, you must need to download and install on all SharePoint front end servers

in this example i am using url.

http://portal.eteam.local
https://portal.etam.local.


Microsoft URL Rewrite Module 

SharePoint Settings :

SharePoint Web application alternative access mapping must be configured properly for HTTP and HTTPS.
  1. open Central administration , 
  2. Click on application management 
  3. click on alternative Access mapping 
  4. select particular application
  5. please verify all the url for the web application

Monday 10 August 2015

Install SharePoint 2013 with Service Pack 1 On Windows Server 2008 r2 - Offline

Install SharePoint 2013 with Service Pack 1 On Windows Server 2008 r2

·        Install windows components
Import-Module ServerManager

Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-Pipe-Activation45 -Source C:\PreReq\

Add-WindowsFeature Net-Framework-Features,Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering,Web-Digest-Auth,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,Web-Metabase,Application-Server,AS-Web-Support,AS-TCP-Port-Sharing,AS-WAS-Support, AS-HTTP-Activation,AS-TCP-Activation,AS-Named-Pipes,AS-Net-Framework,WAS,WAS-Process-Model,WAS-NET-Environment,WAS-Config-APIs,Web-Lgcy-Scripting,Windows-Identity-Foundation,Server-Media-Foundation,Xps-Viewer -Source C:\PreReq\


·         Required Restart

·         Download the Components
The list of files to download are as follows:


·         Install other pre-requisite   Contents
$SPPath = "E:\InitialDirectry"

Start-Process "$SPPath \PrerequisiteInstaller.exe"
–ArgumentList "/SQLNCli:$SPPath \PrerequisiteInstallerFiles\sqlncli.msi
/IDFX:$SPPath \PrerequisiteInstallerFiles\Windows6.1-KB974405-x64.msu
/IDFX11:$SPPath \PrerequisiteInstallerFiles\MicrosoftIdentityExtensions-64.msi
/Sync:$SPPath \PrerequisiteInstallerFiles\Synchronization.msi
/AppFabric:$SPPath \PrerequisiteInstallerFiles\ WindowsServerAppFabricSetup_x64.exe /KB2671763:$SPPath \ PrerequisiteInstallerFiles\AppFabric1.1-RTM-KB2671763-x64-ENU.exe
/MSIPCClient:$SPPath \PrerequisiteInstallerFiles\setup_msipc_x64.msi
/WCFDataServices:$SPPath \PrerequisiteInstallerFiles\WcfDataServices.exe
/WCFDataServices56:$SPPath \PrerequisiteInstallerFiles\WcfDataServices56.exe"