White Paper on Cyber Crime
Good article on present Cyber Crime.
Good article on present Cyber Crime.
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…
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…
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…
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 :).
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}}
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…
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…
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…
No need to use Jquery and no more revert to template warnings !!!