Hi all,
I have configured a PowerShell script to use the Box CLI instead of buggering on with trying to configure theWindows SDK to be used for REST calls.
When performing this on my local machine it works like a charm.
But I am writing the script to automate the creation of users via a Selfservice Product; HelloID.
So I perform the PowerShell task from a website on which I can request this task, then the agent service will perform the PowerShell task.
The agent service is installed on a Windows Server 2012 R2.
But whenever I try to configure the Box CLI, by running a cmd and entering:
nuget.exe box configure environments add "C:\Users\adm_ramon\Downloads\56573075_hb48orej_config.json" --name CLIIt gives the error:

Is there any way to make this work for Windows machines below Windows 10?
Or doesn't it work on Windows Servers at all, if so can we fix this in any way?