Is there any way to check how many available licenses there are if you're a user that's not an administrator?
What is your licensing model - single, concurrent or named user for ArcGIS Pro?
Without being an administrator, I don't know of a way to get the count of available ArcGIS Pro licenses.
"The same ArcGIS License Manager that manages concurrent use ArcGIS for Desktop, ArcGIS for Engine, and ArcGIS CityEngine licenses will also manage ArcGIS Pro concurrent use, and ArcGIS Pro or Premium App named user licenses through an ArcGIS Enterprise Portal"
If this is true then you should be able to read the output of the lmutil program. I've always used a concurrent licenses so I cannot test the monitor that I wrote with named licenses. It's here in github. https://github.com/Wildsong/arctic-monitor
My monitor runs a web server that can run lmutil and parse the results. As long as the monitor can run lmutil then no one needs Admin rights. It displays a table showing who is using what licenses. Someday when bored I intend to make the results more graphic.
Anyone who can hit the URL can see who is using licenses.
Product: ARCGIS
License server version: v11.18.2
License Total In use Users
ACT | 1 | 0 | ||||||||||
ArcGIS Desktop Advanced | 6 | 1 |
| |||||||||
ArcStorm | 6 | 0 | ||||||||||
ArcStorm "enable" | 6 | 0 | ||||||||||
ArcGIS Pro Advanced | 5 | 3 |
| |||||||||
Spatial Analyst | 1 | 0 | ||||||||||
MrSID add on | 6 | 0 | ||||||||||
ArcPlot extension | 6 | 0 | ||||||||||
Spatial Analyst Pro | 1 | 0 | ||||||||||
LZW add on for TIFF | 6 | 0 |
ANYWAY, let's see if any of this information is of any use to you. If you really have a copy of the license manager running then you should also have a copy of the "lmutil" program. I run my license server on a separate Linux virtual machine. In there I would find the utility in ~/arcgis/licensemanager/bin/lmutil.
The docs say it shows up in "C:\Program Files\ArcGIS\LicenseManager" on Windows.
If you find it, try running "lmutil lmstat -a" and if that works, paste the output in a reply here.