Recently I found a nice resource on TechNet about the naming conventions for service accounts and best practices for some of these accounts. You can access the whole article on TechNet: SharePoint 2013 Best Practices: Service Accounts (en-US) SQL_Service, for the SQL Server service. SQL_Admin, for the SQL Server administrator. SP_Admin, for […]
I’d like to thank Mike Harmon from Harmon.ie for sending me this funny video. You can also check this page to read about the injuries due to SharePointing while walking 🙂 [embedplusvideo height=”418″ width=”695″ standard=”http://www.youtube.com/v/aXFp_F5_krY?fs=1” vars=”ytid=aXFp_F5_krY&width=695&height=418&start=&stop=&rs=w&hd=0&autoplay=0&react=1&chapters=¬es=” id=”ep6006″ /] Harmon.ie has made it even easier to access SharePoint by making a mobile […]
Site collections can have two administrators and you can modify them through SharePoint Central Administration. But if you need to change these admins using PowerShell script you can use the following PowerShell function. I filtered site collections with the url to find the appropriate site collection. You can define a parameter […]
Property bag is simply thw properties of web site, site collection, web application and farm. So in order to interact with the PropertyBags in PowerShell, just use the related object’s Propeties member. In the following example I used the farm object’s Properties member to edit farm level property bag. So you […]
Nowadays I’m working on a SharePoint deployment project using Advanced Installer, AutoSPInstaller and custom PowerShell scripts. One of that script deploys a set of solution packages in a given order. Order is important if you have dependencies between the solutions. So I defined the name of the solutions and the order of them in a xml file. In […]
Today while I was working on a Silverlight project, following strange error occurred. [stextbox id=”alert”]Code# 2103 Invalid or malformed application: Check manifest[/stextbox] After some searching on the internet I found some solution alternatives. Namespace Changes In most of the cases this problem caused by namespace changes. When you rename the application and/or […]
Turkish translation of Scrum Guide is completed by a group from ScrumTurkey. It’s officially published on scrum.org. I would like to thank Barış BAL, İbrahim GÜNTAŞ, Mert ÇALIŞKAN, Hakan SÖZER, Mustafa KESKİN and Alp EKŞİOĞLU for their contribution. Scrum Guides
I would like to highlight a perfect agile training opportunity which will be in Ankara, Turkey. ScrumTurkey is organizing an agile management course for especially development managers and team leaders. The course will be tought by Jurgen Appelo (author of “Management 3.0: Leading Agile Developers, Developing Agile Leaders” and “How to […]
Thanks to my team for introducing me this powershell command builder tool which is developed by Microsoft. It makes easy to write PowerShell commands for SharePoint 2010. The Windows PowerShell Command Builder for Microsoft SharePoint 2010 Products and Microsoft Office 365 is a Silverlight 4 application that is designed to […]
I finally installed SharePoint Foundation 2013 Preview. I preferred standalone installation, but I got some errors during installation (Products Configuration Wizard). I don’t know if these errors occur in farm installation.I found a solution on Microsoft support forums. Here is the link of that forum post. Before the errors I […]