Get-NectarTenantMetrics
- 20 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarTenantMetrics
- Updated on 20 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Shows all the tenant sizing metrics on the platform
Description
Shows all the tenant sizing metrics on the platform. Only available for global admins.
Syntax
Get-NectarTenantMetrics
-TenantName <String>
Examples
Example 1
Get-NectarTenantMetrics
Returns all metrics for all tenants
Example 2
Get-NectarTenantMetrics -TenantName Contosu
Returns all metrics for the Contoso tenant
Example 3
Get-NectarTenantMetrics | Where {$_.name -like '*USERS' -And $_.value -gt 0} | FT
Returns all user counts for all tenants where the value is greater than 0
Parameters
-TenantName <String>
Return metric values for a single tenant
Parameter | Value |
---|---|
Required | false |
Position | 1 |
Required | false |
Default Value | None |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
Was this article helpful?