Go to file
Maciej Aniserowicz beb0524774 added readme 2012-12-18 14:26:25 +01:00
FimClient@1afe76d191 added FimClient submodule from Predica GitHub 2012-12-18 12:52:06 +01:00
src/UI.WPF initial src code import 2012-12-18 13:18:05 +01:00
.gitignore initial commit with .gitignore 2012-12-17 09:02:19 +01:00
.gitmodules added FimClient submodule from Predica GitHub 2012-12-18 12:52:06 +01:00
Predica.FimExplorer.sln added sln with references to FimClient and new UI.WPF project 2012-12-18 12:53:00 +01:00
README.md added readme 2012-12-18 14:26:25 +01:00

README.md

FimExplorer

Tool for executing XPath queries against FIM without going though it's horrible web portal.

What it can do:

  • run any xpath query against FIM (you can choose what attributes will be fetched; all are fetched by default)
  • find objects by ID
  • display results in grid
  • display single object information in a dialog (double-click the grid row)
  • navigate through references (click on the ID link)
  • export displayed results to XML (this one produces the same results as FIM migration cmdlets: Export-FIMConfig / ConvertTo-FIMResource / ConvertFrom-FIMResource, read MSDN for more info)
  • import objects from XML (generated by FimExplorer or FIM cmdlets) and show them in grid; this can be useful for "offline" analysis
  • it is not required to run on a machine with FIM installed

Important

It uses Predica.FimCommunication library library under the hood. It is referenced as a Git submodule. So after you clone the FimExplorer repository make sure to also run "git submodule init" and "git submodule update" commands to download it!