<< Click to Display Table of Contents >> RayFlow Client > 7.4 u1 > User Guide > Integration of other systems Intune Connector |
The Intune Deploy Tool for RayFlow Client is a standalone application for deployment of packages to Intune.
•Windows 7 or later
•RayFlow Client and Server infrastructure
•.NET framework 4.5 or later
No extra installation is needed. The tool is standalone, and redistributable as a single executable IntuneForRayFlow.exe. The file can be found in the installation folder of RayFlow, subfolder Tools.
The path field should point to the path of IntuneForRayFlow.exe file and the Arguments field should be in the following format:
-ProjectId #PROJECTID# -TaskId #PACKAGEID# [-FileName [<FileName>]]
[-DisplayName] [-Publisher] [-Architecture [<X86|X64>]]
[-RayflowAddress] [-RayflowUserName] [-RayflowPassword]
[-IntuneTenant] [-IntuneClient] [-IntuneClientSecret]
Where:
•FileName [<FileName>]
The name of existing Intune package file (*.intunewin) in the selected task.
•DisplayName (optional)
If not defined, the display name value will be takes as-is from the package.
•Publisher (optional)
If not defined, the publisher value will be taken as-is from the package.
•Architecture [<Architecture>]
Accepted values: X86, X64. If the package was created with RayPack the value is not required and will be read automatically from the package instead.
•RayFlowAddress, RayFlowUserName, RayFlowPassword
The RayFlow-related connection parameters. These are not required if defined in the configuration file of the client tool (IntuneForRayFlow.exe.config).
•IntuneTenant, IntuneClient, IntuneClientSecret
The Intune-related connection parameters. These are not required if defined in the configuration file of the client tool (IntuneForRayFlow.exe.config).
Note:
•In all parameters the RayFlow datafields can be used.
Example configuration file: