Skip to main content

AttributeChange

Properties

NameTypeDescriptionNotes
NameStringthe attribute name[optional]
PreviousValueStringthe old value of attribute[optional]
NewValueStringthe new value of attribute[optional]

Examples

  • Prepare the resource
$AttributeChange = Initialize-BetaAttributeChange  -Name firstname `
-PreviousValue adam `
-NewValue zampa
  • Convert the resource to JSON
$AttributeChange | ConvertTo-JSON

[Back to top]