Sign in
Shared Points
items of some interest
Tags
powershell
powershell AD JPEG
powershell EWS Exchange
PowerShell SQL
powershell Windows
search
SharePoint
SharePoint apps store
SharePoint code
SharePoint content-types
Sharepoint farm
Sharepoint farm FBA
Sharepoint farm MySites
SharePoint farm Office Web Services
Sharepoint farm powershell
sharepoint maxdop
SharePoint Powershell
SharePoint Powershell Remoting
sharePoint powershell Remoting WinRM
SharePoint PowerUser
Browse by Tags
TechNet Blogs
>
Shared Points
>
All Tags
>
sharepoint
Tagged Content List
Blog Post:
SharePoint - AV scanning SharePoint.
LukeBrennan
Make sure you tell it to ignore your search indexes and other SharePoint areas! See: http://support.microsoft.com/kb/952167 To be sure it is not hitting your index location, you can check where that is currently set by: Central Admin -> Application Management -> Manage service applications...
on
14 Jan 2013
Blog Post:
PowerShell - Get User Profile Service info
LukeBrennan
# Get_UserProfileServices.ps1 # Dump out any info I can glean from the User Profile Synch for SharePoint. # # LukeB # http://technet.microsoft.com/en-us/library/ee721049.aspx # if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null) { Add-PSSnapin "Microsoft.SharePoint...
on
14 Dec 2012
Blog Post:
SharePoint - Search Admin
LukeBrennan
In the event of a server death, you may need to move your Search Admin to another server. This is actually fairly easy: $searchapp = Get-SPEnterpriseSearchServiceApplication "Sample Search Service Application" $admin = Get-SPEnterpriseSearchAdministrationComponent -SearchApplication $searchapp...
on
15 May 2012
Blog Post:
SharePoint - Claims
LukeBrennan
Josh Gavant is writing a series on CLAIMS that makes it all rather clearer. http://blogs.msdn.com/b/besidethepoint/archive/2012/05/02/sharepoint-claims-ws-and-the-windows-identity-foundation-wif.aspx
on
4 May 2012
Blog Post:
SharePoint - Language Packs
LukeBrennan
In what order does one update when including Language Packs? With Service Packs? With Cumulative Updates? It used to be confusing. Now with 2010 it is straightforward. Get the language packs: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=3411 now update your farm as desired...
on
14 Mar 2012
Blog Post:
SharePoint - LogParser
LukeBrennan
yet again I am astonished at how useful the LogParser utility is, when delving into SharePoint performance and troubleshooting. Looking into PSCONFIG logs to spot errors turns out to be surprisingly simple. First example displays the fields in the file, to ensure we have the right bits. Second example...
on
6 Mar 2012
Page 1 of 1 (6 items)