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-Attributechange  -Name firstname `
-PreviousValue adam `
-NewValue zampa
  • Convert the resource to JSON
$Attributechange | ConvertTo-JSON

[Back to top]