0.0.3 • Published 7 years ago

ms-local-admintools v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

ms-local-admintools

NodeJS Module to launch Local Microsoft Administrative Tools. This module only launches the GUI interface for a user.

Microsoft Local Admin Tools Supported

  • MMC
  • Computer Management
  • Computer Management
  • Services
  • Component Services
  • Device Manager
  • Disk Manager
  • Event Viewer
  • Local Certificates Management
  • Local Group Policy Editor
  • Local Security Settings Manager
  • Local Users and Groups Manager
  • Performance Montior
  • Resultant Set of Policy
  • Shared Folders

Example

const msTool = require('ms-local-admintools');
msTool.open('Services');

To DO

Add Different Options for each tool, like connecting to another computer