Tuesday, March 15, 2016

How to get all default values for a document library

$FieldName = $list.Fields["NH Department"]
Write-Output $("NH Department - Default Value " + $FieldName.DefaultValue)

No comments:

Post a Comment