Contains example scripts that showcases interactions with the CIM Flow platform.
powershell.exe -executionpolicy bypass -file .\upload.ps1 -Files /home/my_user/my_file.xml -Url "https://files.customer_name.cimflow.net/input" -Username "my_username" -Password "mypassword"
pwsh ./upload.ps1 -Files /home/my_user/my_file.xml -Url "https://files.customer_name.cimflow.net/input" -Username "my_username" -Password "mypassword"