field deployed via a feature
3
votes
1answer
3k views
Adding a site column and add it to a content type from PowerShell issue
Within a PS script, I'm trying to add a site column and add this column to a custom content type.
Here is my script :
add-pssnapin Microsoft.SharePoint.PowerShell -EA 0
function ...