Hyper-V Problems
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 :).
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 !!!