Skip to content

SPTechLearn®

Learn True SharePoint™

SPTechLearn®

Learn True SharePoint™

  • SharePoint 2013
  • SharePoint 2010
  • Powershell
  • Scripts
  • Search
General News

White Paper on Cyber Crime

Indra January 20, 2013 0Comment

Good article on present Cyber Crime.

SharePoint 2013

SharePoint 2013 Build Numbers

Indra January 18, 2013 0Comment

SharePoint 2013 Build Numbers Build Number Build Name Component Information Link Download Link 15.0.4128.1014 Beta SharePoint Foundation 2013 Download 15.0.4128.1014 Beta SharePoint Server 2013 Download 15.0.4128.1014 Beta Project Server 2013…

SharePoint 2010

Latest SharePoint 2010 Build Numbers

Indra January 18, 2013 0Comment

Latest SharePoint 2010 Build numbers 14.0.6129.5003 ​​October 2012 CU ​SharePoint Server 2010 KB2687564 ​Download ​ 14.0.6129.5000 ​October 2012 CU ​SharePoint Foundation 2010 KB2687566 ​Download ​ ​October 2012 CU ​​Office Web…

SharePoint 2010

SharePoint 2010 – December 2012 Patch

Indra January 15, 2013 0Comment

Its almost two months and we have new Patch and its last patch for 2012 🙂 KB 2596957 – SharePoint Foundation 2010 KB 2596955 – SharePoint Server 2010 KB 2596956…

Uncategorized

Hyper-V Problems

Indra December 26, 2012 0Comment

I know suddenly the old blog , sadly my Hyper-V screwed by VM’s. sick of troubleshooting..I’m working on new infrastructure for my site, will update next year :).

Powershell SharePoint 2010

Get Content DB Size using Powershell

Indra December 26, 2012 0Comment

​As title says here is the Script to find the Content DB size Get-SPDatabase | Sort-Object disksizerequired -desc | Format-Table Name, @{Label =”Size in MB”; Expression = {$_.disksizerequired/1024/1024}}

SharePoint 2010

SharePoint 2010 October CU 2012

Indra December 26, 2012 0Comment

The KB articles for October CU can be found at the following locations KB 2687566 – SharePoint Foundation 2010 KB 2687564 – SharePoint Server 2010 KB 2687565 – SharePoint Server…

Powershell SharePoint 2010

Get User Permissions for all SharePoint sites

Indra December 26, 2012 0Comment

foreach($webapp in Get-SPWebApplication) { foreach ($site in $webApp.Sites) { Write-Host processing $site.Url #if onesite parameter is present if (($onesite -ne $null) -and ($onesite -ne “”)) { #check does this is…

Powershell SharePoint 2010

Sync DB Unprovision and Provision

Indra December 26, 2012 0Comment

When the famous UPS stops syncing with AD, the best option is to unprovision and Provision Sync DB. And below is the powershell script to accomplish that. Get-SPDatabase $syncdb=Get-SPDatabase -Id…

Scripts SharePoint 2010

Hide Left Navigation and left Margin

Indra December 26, 2012 0Comment

No need to use Jquery and no more revert to template warnings !!!

Posts navigation

1 … 4 5 6 … 13

« Previous Page — Next Page »

Tag Cloud

Calendar Certifications Codeplex Content Copy List Items CSOM Deployment Development IIS Misc News Org Chart Search Search;Display Templates; SharePoint 2013 SharePoint 2013 TechEd Workflow

Categories

  • Codeplex (1)
  • CSOM (2)
  • DPM (1)
  • General (6)
  • IIS (1)
  • infopath (3)
  • IRM (1)
  • Misc (2)
  • moss (9)
  • Music (2)
  • News (18)
  • Office 365 (1)
  • Office Web Apps (1)
  • Powershell (22)
  • Scripts (7)
  • Search (3)
  • Sessions (1)
  • SharePoint 2007 (8)
  • SharePoint 2010 (54)
  • SharePoint 2013 (31)
  • TechEd (1)
  • Uncategorized (6)

Archives

  • July 2016 (2)
  • February 2016 (2)
  • March 2015 (1)
  • February 2015 (1)
  • December 2014 (1)
  • November 2014 (1)
  • October 2014 (3)
  • August 2014 (3)
  • July 2014 (1)
  • April 2014 (2)
  • February 2014 (3)
  • January 2014 (4)
  • October 2013 (1)
  • September 2013 (2)
  • August 2013 (1)
  • July 2013 (3)
  • June 2013 (1)
  • May 2013 (6)
  • March 2013 (1)
  • January 2013 (5)
  • December 2012 (6)
  • September 2012 (1)
  • August 2012 (2)
  • July 2012 (2)
  • June 2012 (2)
  • May 2012 (3)
  • April 2012 (1)
  • February 2012 (4)
  • January 2012 (1)
  • December 2011 (2)
  • October 2011 (2)
  • August 2011 (3)
  • July 2011 (6)
  • June 2011 (1)
  • April 2011 (8)
  • March 2011 (17)
  • February 2011 (1)
  • July 2010 (7)
  • June 2010 (9)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

You Missed

Powershell SharePoint 2013

Get all Metadata Columns

Powershell SharePoint 2013

Get All Site Collections with Titles

Powershell SharePoint 2010 SharePoint 2013

Add users to SharePoint using PowerShell

Powershell SharePoint 2013

Download Attachments using PowerShell – SharePoint 2010/2013

SPTechLearn®

Learn True SharePoint™

Copyright © All rights reserved | Blogus by Themeansar.