How to hide a column in the edit form in sharepoint using powershellVijai Anand Ramalingam15yPublished Apr 1, 2011, 12:00 AMUpdated Apr 1, 2011, 3:59 AM4.1k00Reactions×25Blog$siteURL="http://serverName:1111/"$site=Get-SPSite $siteURL$web=$site.RootWeb$list=$web.Lists.TryGetList("cl")$field=$list.Fields["TestCol"]$field.ShowInEditForm=$false$field.Update()CommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.