Skip to main content

Accountsexportreportarguments

Properties

NameTypeDescriptionNotes
ApplicationStringSource ID.[required]
SourceNameStringSource name.[required]

Examples

  • Prepare the resource
$Accountsexportreportarguments = Initialize-Accountsexportreportarguments  -Application 2c9180897eSourceIde781782f705b9 `
-SourceName Active Directory
  • Convert the resource to JSON
$Accountsexportreportarguments | ConvertTo-JSON

[Back to top]