Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

Windows.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

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.

Windows command line tool

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.

Windows GUI version

This one is done only for demonstration purposes. It has only one simple call to cross-platform method for getting a new token.

azmi-Windows-GUI-sourcecode

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.

It will give you output like this one. azmi-Windows-GUI-example