If we make a custom Powershell connector, is there a way to import *.PS1 files in to the 1IM database?
This would really be useful if You have more than one JOB server to mantain with this custom connector.
If we make a custom Powershell connector, is there a way to import *.PS1 files in to the 1IM database?
This would really be useful if You have more than one JOB server to mantain with this custom connector.
In the manual "Windows PowerShell Connector User Guide".
In the "Creating Definition Files" there is a reference to an example:
You can find an example of a definition file on the One Identity Manager installation medium in directory ..\Modules\TSB\dvd\AddOn\SDK\ADSample.xml.
To answer your question, the Power Shell command are embedded in a XML Structure of the Definition File.
The Definition File itself will be placed in toi the sync configuration of the target connector.
All clear. But placing the Definition File on every sync server in a large environment is a nasty job for every change. Let say You have 12 job servers that hold Powershell role.
Is there a way to import definition file in to the DB so that is automatically replicated to all job servers?
You could import the *.ps1 file with the SoftwareLoader into the database and assign it to the JobService deployment target. But be aware, that the *.PS1 files are then stored in the OneIM installation folder or beneath (sub-folders).
You could import the *.ps1 file with the SoftwareLoader into the database and assign it to the JobService deployment target. But be aware, that the *.PS1 files are then stored in the OneIM installation folder or beneath (sub-folders).