E:\pdmfiles\MVC\BIN\frank-earnhardt>postman -v 'postman' is not recognized as an internal or external command, operable program or batch file. E:\pdmfiles\MVC\BIN\frank-earnhardt>powershell.exe -NoProfile -InputFormat None -ExecutionPolicy AllSigned -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://dl-cli.pstmn.io/install/win64.ps1'))" The Postman CLI has been installed E:\pdmfiles\MVC\BIN\frank-earnhardt>postman -v 1.0.8
In order to use the postman cli, you need to first generate your API-KEY.
Open https://web.postman.co/settings/me/api-keys

Once API-KEY is generated, you can use postman cli as follows:
postman login –with-api-key <YourAPI-KEY>

Example Using Postman App to generate cli commands:
1. Click Run Folder
2. Select which items to run..
3. Select ‘Automate runs via CLI
4. Copy command and run

