Giter Site home page Giter Site logo

andibellstedt / admf.helper Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 281 KB

Helper files to handle Active Directory Management Framework (ADMF). For example: Generating config file from ADMF commands, dumping current infrastructure into config files

License: MIT License

PowerShell 99.97% C# 0.03%

admf.helper's Introduction

logo

ADMF.Helper

Plattform Information
PowerShell gallery PowerShell Gallery PowerShell Gallery PowerShell Gallery
GitHub GitHub release GitHub
GitHub issues
GitHub last commit (branch)
GitHub last commit (branch)

A PowerShell module with helper functions to support Active Directory Management Framework (ADMF).

Purpose

The functions in the module should be a helper on building configuration files for ADMF, gettings the format of config files and some more things.
Even while ADMF is giving a lot of help and even examples on generating config from given infrastructure, the functions in the module might provide more convenience on larger scale.

Functions provide examples and explanations on each parameter.
Functions in the module are prefixed with "ADMFH".

The module has dependencies on -for the obvious- on ADMF module.

Changelog

Changes will be tracked in the changelog.md This file is also the reference information within the module.

Installation

In order to get started with the module, simply run this in an elevated console:

Install-Module ADMF.Helper
Import-Module ADMF.Helper
Get-Command -Module ADMF.Helper

This will install the module on your system, ready for use.

Usage examples

Generating sample config files

There is a capability in ADMF.Helper that generates example configuration files from the functions out of Active Directory Management Framework:

    Invoke-ADMFHExampleGenerator

The function iterates through ADMF components, retrieves all available register commands and write sample config files. That might help to get familier with the given options in ADMF for new users.

Create config from given structures

There is a capability in ADMF.Helper to create configuration files in PSD1 (default) or JSON format from the given Active Directory structure:

    New-ADMFHDefinitionFileOrganizationalUnit

This will create a file "root.psd1" within the domain and separate psd1 files for all sub OUs found under domain root.

admf.helper's People

Contributors

andibellstedt avatar deadeyebro avatar

Stargazers

Friedrich Weinmann avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.