0% found this document useful (0 votes)
48 views2 pages

Priqusit Sharpoint

This document summarizes the steps to install .NET Framework 4.5 and IIS roles on a server using PowerShell. It uses the Import-Module, Add-WindowsFeature cmdlets to install the necessary IIS roles and .NET Framework components from a source folder. It also provides an example of how to run the prerequisiteinstaller.exe to install AppFabric from the command line.

Uploaded by

Neo Live
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views2 pages

Priqusit Sharpoint

This document summarizes the steps to install .NET Framework 4.5 and IIS roles on a server using PowerShell. It uses the Import-Module, Add-WindowsFeature cmdlets to install the necessary IIS roles and .NET Framework components from a source folder. It also provides an example of how to run the prerequisiteinstaller.exe to install AppFabric from the command line.

Uploaded by

Neo Live
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

 Import-Module ServerManager

 Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-
Pipe-Activation45 -Source D:\Sources\sxs
 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 D:\Sources\sxs

Run as administrator

cmd

C:\user\webuser

C:\user\webuser cd..

C:\user cd..

C: cd file name

<filename>

Example

Microsoft Windows [Version 6.3.9600]

(c) 2013 Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd..

C:\Windows>cd..

C:\>cd prerequisiteinstallerfils

C:\prerequisiteinstallerfils>prerequisiteinstaller.exe /AppFabric:C:\prerequisi
einstallerfils\WindowsServerAppFabricSetup_x64.exe

prerequisiteinstaller.exe /AppFabric:path\appFabric1.1-RTM-
KB2671763.exe
prerequisiteinstaller.exe /AppFabric:C:\prerequisiteinstallerfils\
WindowsServerAppFabricSetup_x64.exe
prerequisiteinstaller.exe /AppFabric:C:\prerequisiteinstallerfils\A
ppFabric1.1-RTM-KB2671763-x64-ENU.exe

You might also like