miércoles, 31 de julio de 2013
How to map the Birthday SharePoint field to AD
http://jantjesworld.blogspot.com/2012/04/how-to-map-birthday-sharepoint-field-to.html
Adicionar atributos
http://comunicacionunificada.cl/tag/schema/
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
Suscribirse a:
Entradas (Atom)