Skip to main content

EventDocumentTarget

Properties

NameTypeDescriptionNotes
NameStringName of the target, or recipient, of the event.[optional]

Examples

  • Prepare the resource
$EventDocumentTarget = Initialize-EventDocumentTarget  -Name Carol.Adams
  • Convert the resource to JSON
$EventDocumentTarget | ConvertTo-JSON

[Back to top]