IT Shop
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 [...]
Installing SQL 2012 on Windows 2008 R2 Core SP1
Scenario: Windows 2008 R2 Core SP1 – Domain joined, updated. Denali RC0 ISO File attached to VM. Preparing Windows 2008 R2 Core for Installation Run the following Command File to pre prep the server. 123456789DISM /Online /Enable-Feature /FeatureName:ServerCore-WOW64 DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore-WOW64 DISM /Online /Enable-Feature /FeatureName:NetFx3-ServerCore DISM /Online /Enable-Feature /FeatureName:NetFx3-ServerCore-WOW64 DISM [...]
Quick Uninstallation of .net 4
I have been coming across a lot of clients, who provide fresh Vanilla Windows 2008, Windows 2008 R2 servers with .net 4 installed. Unfortunately this could lead to issues with MOSS and SharePoint 2010 installations. You can use the following commands to get rid of them .NET Framework 4 product family Download location Deployment guide [...]
Project Server 2010 Administrator’s Guide NOW AVAILABLE! – Microsoft Enterprise Project Management Content Publishing News – Site Home – TechNet Blogs
Download the latest guide for Project Server 2010 Administrators guide Project Server 2010 Administrator’s Guide NOW AVAILABLE! – Microsoft Enterprise Project Management Content Publishing News – Site Home – TechNet Blogs.
Configure NAT on Esxi Server
So one of my SharePoint projects that I am working on requires Federated Stuff and hence for all my testing I require two AD networks. As I have only one single ESXI server with one nic card, I was wondering how best to create a sort of NAT between two Virtual Switches. But since one [...]