miércoles, 24 de julio de 2013

Stopping SharePoint 2010 Service Applications Using PowerShell


http://mohamedelkassas.wordpress.com/2012/10/30/stopping-sharepoint-2010-service-applications-using-powershell/

How to: Setting up NLB in SharePoint 2010 farm



http://aarohblah.blogspot.com/2013/01/how-to-setting-up-nlb-in-sharepoint.html

SharePoint Publishing Features Functionality



http://www.sharepointchick.com/archive/2011/06/23/sharepoint-publishing-features-functionality.aspx

Start or stop a service (SharePoint 2013)




Get-SPServiceInstance | Where-Object {$_.TypeName -eq 'Microsoft SharePoint Foundation Web Application'}

Stop-SPServiceInstance -Identity 85017208-c7ef-4c8d-9a7e-07a9dfd63744




Manage the Distributed Cache service in SharePoint Server 2013



http://technet.microsoft.com/en-us/library/jj219613(v=office.15).aspx


CacheHostInfo is null


$SPFarm = Get-SPFarm
$cacheClusterName = "SPDistributedCacheCluster_" + $SPFarm.Id.ToString()
$cacheClusterManager = [Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfoManager]::Local
$cacheClusterInfo = $cacheClusterManager.GetSPDistributedCacheClusterInfo($cacheClusterName);
$instanceName ="SPDistributedCacheService Name=AppFabricCachingService"
$serviceInstance = Get-SPServiceInstance | ? {($_.Service.Tostring()) -eq $instanceName -and ($_.Server.Name) -eq $env:computername}
Write-Host $cacheClusterInfo -ForegroundColor DarkCyan

$serviceInstance.Delete()
Add-SPDistributedCacheServiceInstance
$cacheClusterInfo.CacheHostsInfoCollection

miércoles, 10 de julio de 2013

Features PowerShell Admin


http://technet.microsoft.com/en-us/library/ee906565.aspx

http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/01/04/activating-and-deactivating-features-with-powershell-in-sharepoint-2010.aspx

Stsadm



stsadm -o deactivatefeature -id d2e667e0-6d8d-e11c-a614-7d575a7d951e -force

Listado

http://blogs.technet.com/b/josebda/archive/2008/03/15/complete-reference-of-all-stsadm-operations-with-parameters-in-moss-2007-sp1.aspx


Execadmsvcjobs


http://technet.microsoft.com/en-us/library/cc262783(v=office.12).aspx

Unable to load workflow actions from the server


http://www.sharepointed.com/2011/08/16/unable-to-load-workflow-actions-from-the-server/

add columns to survey

http://beyondrelational.com/modules/1/justlearned/0/tips/14422/sharepoint-trick-to-add-calculated-columns-in-feedback-survey.aspx

How to map the Birthday SharePoint field to AD



http://jantjesworld.blogspot.com/2012/04/how-to-map-birthday-sharepoint-field-to.html

Para Sharepoint actualice la foto

Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation http://nlbintranet:27610