Skip to main content

SourceUsage

Properties

NameTypeDescriptionNotes
DateSystem.DateTimeThe first day of the month for which activity is aggregated.[optional]
CountDoubleThe average number of days that accounts were active within this source, for the month.[optional]

Examples

  • Prepare the resource
$SourceUsage = Initialize-V2024SourceUsage  -Date Thu Apr 20 20:00:00 EDT 2023 `
-Count 10.45
  • Convert the resource to JSON
$SourceUsage | ConvertTo-JSON

[Back to top]