English I think you may already know Set-SPServiceApplicationPool. This command can be used to modify apppool account for service application – but it doesn’t work for Web Application. I am looking for Set-SPWebApplicationPool but I can not find it anywhere. So here is the PowerShell script param([string] $url, [string] $account) $SPWebApp = Get-SPWebApplication $url $SPManagedAccount = Get-SPManagedAccount –Identity [...] [read more...]
English SharePoint team just released SharePoint 2010 Administration Toolkit V1, which contains : – User Profile Replication Engine 2010 – Security Configuration Manifest – Content Management Interoperatibility Services Connector – Load Testing Kit More information about this toolkit can be found here: http://blogs.msdn.com/b/sharepoint/archive/2010/07/15/announcing-the-release-of-the-sharepoint-2010-administration-toolkit-v1.aspx Related Posts:PowerShell : Modifying Web AppPool AccountSharePoint 2010: How to create Cascading Lookup Field [read more...]
English In the previous version, creating cascading lookup field was becoming a problem. At least 2 or more technique have been proposed for example using Javascript , or custom field. In this video cast, I will continue the InfoPath and SharePoint 2010 productivity series by implementing the cascading lookup field using InfoPath. In this video, I [...] [read more...]
English Imagine a business scenario where we have a lookup field in our list. The reference list contains items Title and their status. Previously it always difficult to create filtered lookup field with minimal development task. But now, we can use InfoPath 2010 to achieve that functionality. Part III , InfoPath 2010 and SharePoint 2010 Productivity series [...] [read more...]
Recent Comments