Scripts
Office Web Apps 2013 RTM
The following post describes the installation process for Office Web Apps 2013 RTM Turn on the required Server side roles which are required for the installation of Office Web Apps 2013. On Windows 2012 Server 123cls Import-Module ServerManager Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices On Windows 2008 R2 Sp1 (Remember to bring the server to have all latest patches [...]
SharePoint 2013 Pre Requisites Downloader
Update: SharePoint 2013 has RTM’d. If you are still working off Public Beta bits please check the section of Public Beta as the Pre reqs that get downloaded are different. RTM Edition 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283###############SharePoint 2013 Pre Requisite Software Downloader############ ############################################################################ ###Author: Aben Samuel####Date:27/10/2012################################### ##########Version:2######################################################### #####URL#####EDIT IF Microsoft Makes Changes to the URL##################### $UrlList = ("http://download.microsoft.com/download/1/E/3/1E3220BD-1D17-4EE7-8D7F-333422D1BA4B/enu_netfx/x64/netfx_full_x64.msi", # [...]
IIS reset your whole SharePoint Farm
One of my current projects involves building a farm with Multiple SharePoint servers. One of the painful processes is doing an IISReset across the farm. There are few solutions out there and this is the one I wrote couple of days back using their logic. 12345678910111213141516171819cls Write-Host "Loading SharePoint Commandlets" Add-PSSnapin Microsoft.SharePoint.PowerShell -erroraction SilentlyContinue Write-Host [...]