lunes, 30 de septiembre de 2013
martes, 17 de septiembre de 2013
viernes, 13 de septiembre de 2013
lunes, 12 de agosto de 2013
domingo, 11 de agosto de 2013
sábado, 10 de agosto de 2013
Search
Database types and descriptions
http://technet.microsoft.com/en-us/library/cc678868.aspx
Rename the Search service application databases in SharePoint 2013
http://technet.microsoft.com/en-us/library/jj219654.aspx
Move the Search service application databases in SharePoint 2013
http://technet.microsoft.com/en-us/library/jj729803.aspx
viernes, 9 de agosto de 2013
User Profile Service Application
http://technet.microsoft.com/en-us/library/ff607570.aspx
http://www.mysharepointadventures.com/2012/01/user-profile-service-stuck-on-starting/
http://david-martos.blogspot.com/2011/05/el-servicio-de-sincronizacion-de.html
Detener el servicio
Get-SPServiceInstance | where { $_.typename -eq "user profile synchronization service" }
stop-spserviceinstance -ID 453da6ce-5497-45d1-a624-bef1c9901c76
Permisos
http://technet.microsoft.com/en-us/library/hh296982.aspx
miércoles, 31 de julio de 2013
miércoles, 24 de julio de 2013
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
$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
martes, 23 de julio de 2013
The Managed Metadata Service or Connection is currently not available
http://social.technet.microsoft.com/Forums/sharepoint/en-US/f16be79d-195d-4bef-809f-69c072508a92/the-managed-metadata-service-or-connection-is-currently-not-available-the-application-pool-or
http://blogs.msdn.com/b/allenwang/archive/2011/03/22/the-managed-metadata-or-connection-is-currently-not-available.aspx
lunes, 22 de julio de 2013
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
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
Suscribirse a:
Entradas (Atom)