Giter Site home page Giter Site logo

mpa2's Introduction

MPA2

MPA - My Personal AdminConsole MPA combines tools and functions in a moduler way to help IT professionals complete routine tasks for windows PCs

Target Goals

MPA is built as a moduler as possible so that, as goals change, extra features can be incorprtated later. Each Module represents a certin set of goals, but is usally built around the functions of a data(CSV file,json or markdown files) and an API.

For example, the users core module is built around a csv file that is a user data dump of the Active Directory. All functions for viewing the data and interacting with the Active Directory(users objects only) will be placed within this module. A module can be built around a data dump and API calls to a helpdesk ticking sytem. The module would contain only functions for interacting with the data dump or the ticketing system.

###Core Modules: Users: Searching for users by username or display name or telephone from an AD dump. Viewing important user details from an active AD connection such as password last set and is account locked out. Unlocking user accounts.

Computers: ping, finding who is logged in, running commands, opening the admin share in explorer ect.

KB: Use markdown for Knowlage base articles to create interactive procedures.

Install

  1. Install NodeJS, Python3

  2. Install Electron, fastapi and uvicorn

npm install electron --save-dev pip install fastapi pip install uvicorn[standard]

  1. Install other python modules

json2html

pip install json2html

  1. Additional tools per module:

User Module

RSAT

The user module revolves around accessing active directory. RSAT makes it easy to access AD from the command line. Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online

##Why 2 MPA is a re-write of my MPA project to use FastAPI as the core logic and either MPAGui(electron) or python MPA.py as the front end. In MPA, MPAGui had all of the core logic written in JavaScript and the python MPA.py was left with little to work with since the core logic was all in the Javascript Modules. In MPA2, all core logic is going to be put into fastAPI.

mpa2's People

Contributors

bengjerstad avatar

Watchers

 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.