Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion REST/PowerShell/Administration/GetUsageCounts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ Write-Host " Number of Server Nodes: $($nodeInfo.TotalResults)"
Write-Host " Licensed Target Count: $($ObjectCounts.LicensedTargetCount) (these are active targets de-duped across the instance if running a modern version of Octopus)" -ForegroundColor Green
Write-Host " Project Count: $($ObjectCounts.ProjectCount)"
Write-Host " Tenant Count: $($ObjectCounts.TenantCount)"
Write-Host " Machine Counts (Active Linux and Windows Tentacles and SSH Connections): $($ObjectCounts.WindowsLinuxMachineCount)"
Write-Host " Total Machine Count (Active Linux and Windows Tentacles and SSH Connections): $($ObjectCounts.WindowsLinuxMachineCount)"
Write-Host " Deployment Target Count: $($ObjectCounts.TargetCount)"
Write-Host " Active and Available Targets: $($ObjectCounts.ActiveTargetCount)" -ForegroundColor Green
Write-Host " Active but Unavailable Targets: $($ObjectCounts.UnavailableTargetCount)" -ForegroundColor Yellow
Expand Down