THIS PAGE IS OBSOLETE - PLEASE VISIT http://psma.codeplex.com for latest version
The Management Agent (MA) is built on the Extensible Connectivity 2.0 Management Agent Framework (ECMA 2.0) provided as part of the Forefront Identity Manager 2010/R2.
It runs as an import/export MA that allows for PowerShell scripts to be run to collect objects for import and an export script for each Connector Space (CS) object of the MA. The names of the PowerShell scripts are defined in the global parameter section of the configuration of the MA (see below).
The MA is state-based meaning that you should do imports to confirm exports.
The MA is state-based meaning that you should do imports to confirm exports.
Security context and credentials
The MA supports two sets of credentials (both optional); the one set of credentials is passed to all the scripts (no change from earlier versions), however, the other set of credentials is used as the security context under which all scripts are run. This present you with some nice options for mixing and matching credentials to build scripts that work under the correct credentials.All scripts are executed in the security context of the FIM Synchronization Service account if you do not specify impersonation credentials. Otherwise, scripts are run under the context of user specified under the Impersonation credentials. The account that runs the script must be entitled to read the script file location and to execute PowerShell scripts.
Also, it is recommended to specify a full path to each of the scripts. If you don't specify a path, then C:\%SystemRoot%\System32 will be assumed (not desirable).
You should have a fair amount of experience with PowerShell to write solid scripts that will work with this MA. In the download section, you'll find sample scripts to help you on your way.
No comments:
Post a Comment