Categories

Archives

PowerShell : How to overcome double-hop problem in PowerShell remoting

English: I am interesting to the PowerShell remoting topic from PowerShell Cookbook Chapter 29 here (http://www.pavleck.net/powershell-cookbook/ch29.html). In order to solve double-hop problem, it uses schedule task. The sample create schedule task to Enable-PSRemoting in remote machine. But don’t you think we need something more generic to overcome double-hop problem? PowerShell offers Enable-WSManCredSSP or Kerberos so that the [...] [read more...]

SharePoint 2010: How to create Cascading Lookup Field using Client Object Model

English In previous post I have demonstrated “How to create cascading lookup field” in SharePoint 2010 using InfoPath. I will extend the possibility by utilizing Client Object Model and SharePoint Designer; therefore we don’t need InfoPath to have the cascading lookup field. Using same scenario where City is cascading lookup field from the selected Country, we’ll see [...] [read more...]

SharePoint 2010: How to change rating icons

English: Sometimes you may received a request to change rating icons, from a normal star to a love icon. So, how would you do it? Figure 1. Original rating icons Figure 2. Modified love rating icons 1. Find and prepare rating icons.  In this case I will need to prepare 4 styles rating icons Title Sample Size a. Empty Rating 16×16 b. Selected Rating 16×16 c. Rating [...] [read more...]

SharePoint 2010: Howto disable My Site and My Profile link

English: This is graphical guidelines to disable My Site or My Profile link in a portal.   1. Open Central Administration , and click on “Manage service applications”.   2. Open Central Administration , and click on “Manage service applications”.   3. Click on “Manage User Permissions”   4. Remove “Use Personal Features” permission for the Groups/Users. 5. If you can’t see the [...] [read more...]