/ConfigurationRepositoryCreate [-AllowConfigurationChanges -ChangesAllowedRule <support rule> -ChangesNotRecommendedRule <support rule>] [-NoBind]
Creates a configuration repository. The following parameters are available:
AllowConfigurationChanges. Allow configuration changes (if the configuration is supported and changes are not allowed).
ChangesAllowedRule <Support rule>. Set the support rule for objects with changes not allowed by vendor. The following rules are available:ObjectNotEditable. Vendor objects cannot be edited.
ObjectIsEditableSupportEnabled. Vendor objects can be edited and are still supported.
ObjectNotSupported. Vendor objects are not supported.ChangesNotRecommendedRule <Support rule>. Set the support rule for objects with changes not recommended by vendor. The following rules are available:
ObjectNotEditable. Vendor objects cannot be edited.
ObjectIsEditableSupportEnabled. Vendor objects can be edited and are still supported.
ObjectNotSupported. Vendor objects are not supported.NoBind. Cancel binding to the created repository.
Example:
DESIGNER /F "D:\V8\Cfgs83\IB83" /ConfigurationRepositoryF "D:\V8\Cfgs83" /ConfigurationRepositoryN "Administrator" /ConfigurationRepositoryP "123456" /ConfigurationRepositoryCreate - AllowConfigurationChange -ChangesAllowedRule ObjectNotEditable -ChangesNotRecommendedRule ObjectNotEditable