PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Putting the two together, i.e. showing all sections with their properties. get-webconfiguration //* | where {$_.psbase.SectionPath -like * -and $_.psbase.SectionPath.length -gt 0} | foreach {$_.SectionPath.ToUpper();get-webconfiguration $_.SectionPath | select -exp Attributes | select Name;`n} | more
http://www.w3.org/ns/prov#wasQuotedFrom
  • iis.net