Tool azmi
is built on top of cross-platform dotnet core.
Therefore, there are versions of azmi
also for Windows operating system.
These versions are not actively supported, nor published regularly.
You can download it and use it via PowerShell command prompt like this:
Invoke-WebRequest https://azmi.blob.core.windows.net/release/azmi.exe -OutFile ./azmi.exe
./azmi.exe --help
./azmi.exe gettoken --verbose
See it in action here.
This one is done only for demonstration purposes. It has only one simple call to cross-platform method for getting a new token.
Invoke-WebRequest https://azmi.blob.core.windows.net/release/azmi-gui.exe -OutFile ./azmi-gui.exe
./azmi-gui.exe
P.S. Please note that this is self-contained version, packed in single file, with size of about 150MB.