Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 590 Bytes

CIMFlow platform examples

Contains example scripts that showcases interactions with the CIM Flow platform.

How to upload to the CIMFlow platform

Example using the PowerShell 5+

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"

Example using the PowerShell 7+

pwsh ./upload.ps1 -Files /home/my_user/my_file.xml -Url "https://files.customer_name.cimflow.net/input" -Username "my_username" -Password "mypassword"