Skip to content

Helper utility to selectively apply changes between developer and production FIM2010 servers

Notifications You must be signed in to change notification settings

RexWheeler/FIMDelta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIMDelta

Helper utility to selectively apply changes between development and production FIM2010 servers.

screenshot

Usage

After exporting configurations from source and target environments using the ExportConfig.ps1 and generating a changes file with DiffConfig.ps1, run the utility and specify the source, target, and changes XML files. Scripts can be found in the build directory.

Utility will show you all objects in delta as a tree. You can group it either by operation, or by object type.

Just check/uncheck objects or single attributes you want to export/skip, and save your changes. Process the saved changes with CommitChanges.ps1.

The killer feature is reference tracking. If attribute is a reference, it will have referenced objects in a subtree. And if object is referenced by some attribute, it will have "Referenced by" node with all objects referencing it.

About

Helper utility to selectively apply changes between developer and production FIM2010 servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 81.3%
  • PowerShell 18.7%