diff --git a/doc/01-Introduction.md b/doc/01-Introduction.md index dc28605..c65b927 100644 --- a/doc/01-Introduction.md +++ b/doc/01-Introduction.md @@ -5,6 +5,10 @@ This PowerShell Module will provide a basic framework to retreive data from Wind The module will execute local PowerShell scripts (modules) and return the result as formatted JSON. This result can later be parsed by any software to either do inventory or monitoring tasks. +### Architecture + +![Architecture](images/01_architecture/architecture.png) + The module provides three ways to fetch data: * An active Rest-Api diff --git a/doc/images/01_architecture/architecture.png b/doc/images/01_architecture/architecture.png new file mode 100644 index 0000000..595103f Binary files /dev/null and b/doc/images/01_architecture/architecture.png differ