FIM ScriptBox Item
Summary
The objective of this script is to create a backup of all ObjectVisualizationConfiguration objects as XML that are exported by FIM Automation cmdlets. Each Resource Control Display Configuration (RCDC) object is saved in a separate file and the name of the the file is the object's identifier.
The script takes one optional parameter: ConfigurationBackupPath. ConfigurationBackupPath is the path to a customer backup folder. The default is: C:\FIMBackup\ResourceControlDisplayConfiguration\
The script verifies whether the following three prerequisites are satisfied before processing the script code:
If any of these conditions are not satisfied, the script stops and an error is displayed.
Script Code